~deadjakk/jellyfin-path-to-title

provided a regex, uses the file path of a jellyfin search and makes it the new title of the file
reformatted, changed the regex to only affect basename
updated grammar
made api key an arg, added readme content

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~deadjakk/jellyfin-path-to-title
read/write
git@git.sr.ht:~deadjakk/jellyfin-path-to-title

You can also use your local clone with git send-email.

#Jellyfin File Path to Title Updater

You provide a search query, a regex pattern, and a url and this script will go through every video file in the search results and change the title and original title metadata values to what is captured in the regex.

Do not worry, you will be prompted with the old title and the new title and be asked to confirm every change.

example command:

python3 jellyfin-title.py  -p "[sS]\d\d[Ee]\d\d" -u http://192.168.1.30:8096 -s "Some Show" -a xxxxxxxxxx-apikey-xxxxxxxxx
Do not follow this link