I have a large Jellyfin library, and I'm mostly happy with how the folders and files are named. But they could be better, so I purchased FileBot.
I can't for the life of me figure out how to rename folders and files, but keep the folders and files in place.
Filebot wants to move the folders to the root of my drive. I don't want this.
Currently I have:
- Movies mostly in their own folder, with special features in a subfolder called "Featurettes"
- Some movies folders are within other folders where it makes sense to me:
Star Wars
|---Star Wars Episode I - The Phantom Menace (1999)
| |-- Star Wars Episode I - The Phantom Menace (1999).mkv
| |-- Star Wars Episode I - The Phantom Menace (1999).eng.srt
| |-- Featurettes
| |-- How George Lucas Disappointed Us All.mkv
|---Star Wars/Star Wars Episode II - Attack of the Clones (2002)
| |-- Star Wars/Star Wars Episode II - Attack of the Clones (2002).mkv
| |-- etc.
D:\movies\Star Wars Episode I - The Phantom Menace (1999)
D:\movies\Star Wars Episode II - Attack of the Clones (2002)
etc.
Worse, the non-movie or subtitle files are staying in the original location with the original names. So now I have two locations for movie files.
I'm trying to rename the folder and files to have the title, year, tmdb ID, and, if exists, edition. (For instance, for Star Wars 4-6, I have both Special Edition and Despecialized Edition.)
This is the code I'm using for movies.
Code: Select all
{ ~jellyfin ** { " [tmdbid=$id]" } ** {if (edition) " - ["+{edition}+"]" else ""}}HELP ME PLEASE!!! I've searched this forum exhaustively for days, and asked chat GPT to no avail.
Thank you in advance!!!