I'm new to FileBot... please bear with me.
I'm renaming some files with Brazilian Portuguese language files and I noticed, that the 'pt-Br' part gets totally stripped. So let's say I have the movie 'Garfield.mkv' with the corresponding 'Garfield.pt-BR.srt' file, I just get 'Garfield (2002).mkv' and 'Garfield (2002).srt' after renaming.
I tried it with and without custom preset but, at the end, I would like to integrate it in this one
Code: Select all
{ drive }/NVIDIA_SHIELD/Media/Movies/ {collection+'/'}{n} ({y}) {' (' + fn.matchAll(/extended|uncensored|uncut|directors[ ._-]cut|remastered|unrated|special[ ._-]edition/)*.upperInitial()*.lowerTrail() } { plex.id }
Any help is highly appreciated!