i have the following problem.
I want to hold different versions from example movies on my plex server but i have the naming problem when i only use
Code: Select all
{n} ({y})
Example:
Testfile.2020.German.DTS.DL.1080p.BluRay.x264-SoW - Original Folder Name
The following output i would like to have in the filename:
Testfile.2020.German.DTS.DL.1080p.BluRay.x264-SoW.mkv - This should be the result
Sometimes files are packed or samples are inside the folder, so i would like to use filebot amc script.
Code: Select all
filebot -script fn:amc --lang de --output "/myoutputfolder/00-Automove" --action duplicate -non-strict "/myinputfolder/autodl" --def "movieFormat=/myinputfolder/autodl/{fn}/{fn}" --log-file $AMC --def excludeList=$AMC

Best Regards