Clever way to avoid duplicates but use scene style naming
Posted: 07 Nov 2017, 06:33
Have been using Filebot in an automated setup with amc for over a year now, and it's just amazing.
I use "--conflict override" as I frequently download improved versions of movies/shows manually, and sometimes I intentionally downgrade the quality as well, thus I don't want to use the automatic system. To make sure I don't get duplicates in my movies/tvshows folder I use standardized naming, e.g.:
What bothers me is that this naming style makes it very difficult to easily check what type of quality file I have stored, I don't want to have to open/find an .nfo file or run some mediainfo scanner. Thus I would like to move to using original file naming, scene style.
Of course this would create a problem with duplicates, as that means different versions of movies could start stacking up inside a movie folder, as Filebot wont see that a previous version exists.
Anyone else have this issue and have some clever fix? Or perhaps someone has a good idea to make this work in a smooth way. Detecting an existing .mkv could work with movies for example, but will fail with TV shows, etc.
I use "--conflict override" as I frequently download improved versions of movies/shows manually, and sometimes I intentionally downgrade the quality as well, thus I don't want to use the automatic system. To make sure I don't get duplicates in my movies/tvshows folder I use standardized naming, e.g.:
Code: Select all
movieFormat=Movies/{n} ({y})/{n} ({y}){ext=='srt' ? ".en" : ''}
Of course this would create a problem with duplicates, as that means different versions of movies could start stacking up inside a movie folder, as Filebot wont see that a previous version exists.
Anyone else have this issue and have some clever fix? Or perhaps someone has a good idea to make this work in a smooth way. Detecting an existing .mkv could work with movies for example, but will fail with TV shows, etc.