Search found 3 matches

by DarthDaddy
07 Nov 2025, 14:44
Forum: Help and Support
Topic: Renaming folders and files but NOT moving the folders
Replies: 5
Views: 9126

Re: Renaming folders and files but NOT moving the folders

Okay, I found what works 95%.

{f.dir.dir}/{ ~jellyfin ** { " [tmdbid=$id]" } ** {if (edition) " - ["+{edition}+"]" else ""}}

But I have to make sure to only select the mkv mp4 and srt files. I manually unselect all the other files.

The other files are featurettes and various jpg poster files ...
by DarthDaddy
07 Nov 2025, 01:42
Forum: Help and Support
Topic: Renaming folders and files but NOT moving the folders
Replies: 5
Views: 9126

Re: Renaming folders and files but NOT moving the folders

@rednoah, you're brilliant! Very helpful.

I changed my code to:

{f.dir.dir}/{ ~jellyfin ** { " [tmdbid=$id]" } ** {if (edition) " - ["+{edition}+"]" else ""}}

The problem is that it is making unusual double folders.

To set this up, my "base" folder for testing FileBot is: D:\temp\jellyfin ...
by DarthDaddy
06 Nov 2025, 18:28
Forum: Help and Support
Topic: Renaming folders and files but NOT moving the folders
Replies: 5
Views: 9126

Renaming folders and files but NOT moving the folders

Hi,

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 ...