Page 1 of 1

adding old files to new collections

Posted: 21 Apr 2017, 22:57
by jmgant
For my format, I use this

Code: Select all

NewMovies/{az}/{any{collection}{plex[1]}}/{plex[2]} [{fn.match(/3D/)+', '}{vf}, {ac}, {af}
It works perfectly, giving me collections that exist. However, if a file belongs to no existing collection, how can I automate grouping it into a collection that might happen later on i.e when a title receives a sequel after it's been sorted as an individual title. Is there a way to rescan the finished files later and hardlink move titles into the new collection.

Re: adding old files to new collections

Posted: 22 Apr 2017, 02:10
by rednoah
You'd effecitvely have to organize your entire collection once again:
viewtopic.php?t=4788

When re-processing files, avoid unnecessary load on TheMovieDB services, exclude files that are already in a collection folder, files that are older than X years, etc. Maybe once every few months. Do not re-process your files every day.