Skip to content

looi-wh/JellyfinInsertScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Jellyfin Insert Script

Python3 script based on this reddit post

Features

  • Insert links into Jellyfin by injecting stuff into 'main.*.bundle.js'
  • Creates a local backup for future restore
  • Quick and easy restore process

Requirements

Script only requires python3 to run.

Installing dependencies on ubuntu/debian os:

sudo apt install python3

Usage

Script needs to be set up first before running.

To setup:

  • Download insertScript.py and additional_text.txt into your jellyfin server
  • Edit additional_text.txt accordingly to your liking
  • Make sure additional_text.txt is right beside the python script

To insert changes:

sudo python3 insertScript.py -i /usr/share/jellyfin/web/main.*.bundle.js

To revert changes:

sudo python3 insertScript.py -i /usr/share/jellyfin/web/main.*.bundle.js_backup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages