namer icon indicating copy to clipboard operation
namer copied to clipboard

Handle Movie Extras like BTS, BONUS etc.

Open thedesi1 opened this issue 2 years ago • 1 comments

I think this cloud be handled via a list, I am envisioning it like Keyword = BTS, Bonus, Extras and the {keyword} should be used if its found in the filename string

thedesi1 avatar Jan 20 '23 18:01 thedesi1

More granular details, based on keywords, append or move to a sub folder:

 Movies
└── Best_Movie_Ever (2019)
    ├── Best_Movie_Ever (2019) - 1080P.mp4
    ├── Best_Movie_Ever (2019) - 1080P-behindthescenes.mp4
    ├── Best_Movie_Ever (2019) - 1080P-interview.mp4
    └── extras
        └── Best_Movie_Ever (2019) - 1080P - BONUS.mp4
        └── Best_Movie_Ever (2019) - 1080P - EXTRAS.mp4
        └── Best_Movie_Ever (2019) - 1080P - OUTTAKES.mp4

thedesi1 avatar Jan 25 '23 21:01 thedesi1