Is there a way to move Featurettes to the proper folder after the fact?
Posted: 15 Oct 2023, 21:00
I use the following example script to successfully move my stuff to Movies/TV Shows folders in plex format:
I'm left with a bunch of files in directories like original_folder/featurettes/video_files.ext. Is there an automated way to move those Featurette subfolders from the original location into the correct plex-named output folders?
Code: Select all
cmd /c filebot . -script fn:amc --action move --def movieFormat="W:\{plex}" --def seriesFormat="W:\{plex}" --def excludeList="M:\Movies_to_manually_sort\filebot_logs\amc1.txt" --def --output "M:\Movies_to_manually_sort\filebot_logs" --def minFileSize=0 --def minLengthMS=0 --def subtitles=en --def artwork=y --def deleteAfterExtract=y --conflict auto -non-strict --log-file "M:\filebot_logs\filebot.log"