ThePornDatabase / namer

Renames adult video files so that the plex/jellyfin plugins and stash script will match without user input. Runs server or command mode.
https://theporndb.net
182 stars 29 forks source link

Handle Movie Extras like BTS, BONUS etc. #162

Open thedesi1 opened 1 year ago

thedesi1 commented 1 year ago

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 commented 1 year ago

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