Closed elvis0288 closed 3 years ago
@elvis0288 Hey! Yeah, I made some changes to the default config file. All of the not_played_age_X=-1
by default. So no media is checked. For example; if you want to delete Movies after 31
days and TV Episodes after 14
days, open the media_cleaner_config.py file in a text editor and change the values for the media types you want to "clean".
not_played_age_movies=31
not_played_age_episode=14
not_played_age_video=-1
not played_age_trailer-1
not played_age_audio=-1
I guess I should put something in to check when all not_played_age_X
config variables are set to -1
and print a message on the screen to let the user know.
@elvis0288 A message has been added to my latest fork to explain why nothing shows when all of the not_played_age_X=-1
.
Excellent thank you for your work
Hello, so i was pulling your latest changes from the fork and the configuration goes correctly and it detects my list of users and list of media folders but when running it nothing will show up..
with your latest fork:
with an older fork: