I'd like to get your input to some question I'm having. I have approx. 500 movies and several shows which I would like to restructure using FileBot.
General Structure
I have my folder
Code: Select all
N:\Filme # with all movies, some examples:
N:\Filme\10 Cloverfield Lane (2016)\10 Cloverfield Lane (2016).mkv
N:\Filme\300 (2006 - 2014)\300 (2006).mkv # part of the 300 collection
First, I want a structure that suits me for my direct access.
I'm quite happy with the following format:
Code: Select all
{collection}/{plex.name} - {audioLanguages} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}/{plex.name} - {audioLanguages} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}

What I dont like about it yet:
- Collections with a single Movie are being created (blue). Is there any way to prevent this behavior?
- Movies without a collection are being moved out of my N:\Filme folder to the root of N:\ (red). Any idea how to fix this without hard-coding the correct path?
- I'd like to change the audio languages "deu" to "DE" and "eng" to "EN". I wasn't able to achive this using .replace nor .replaceAll (purple).
- Finally, I'd like to know how to use the german name for renaming, when the only audioLanguage is german (green).
- Other than that, do you have any insights on my naming system or hints, what I might want to include/exclude?
Structure for Plex
Using your Plex-FAQ, I want to create a hardlink for plex at (for example)
Code: Select all
# plex folder
N:\Filme_Plex
Code: Select all
# media folder
N:\Filme
My current workaround is using two presets:
- Preset: rename movies in media folder.
- Select renamed movies in step 1 and paste them to filebot again.
- Preset: create hardlink in plex folder.
Looking forward to your help.
Loving this tool - I actually enjoy playing around with this tool
