I'm trying to optimize my movie organization in FileBot. Currently using this format:
Code: Select all
{collection + '/'}{plex.name} - {audioLanguages.ISO2.joining(', ', '[', ']').upper()} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}/{plex.name} - {audioLanguages.ISO2.joining(', ', '[', ']').upper()} {allOf{vf}{vc}{hdr.replace("Dolby Vision":"DV")}.joining(' ', ' [', ']')}
Code: Select all
- Single movie: "8MM (1999).mkv" → "8MM Collection/8MM (1999).mkv"
- Multiple movies work fine: "Batman Begins" + "Dark Knight" → "Batman Collection/[movies]"
Thanks in advance!