clara-j / media_cleaner

Python script to delete watched content on Emby
31 stars 17 forks source link

movies/shows not been deleted for multiple users #25

Closed elvis0288 closed 3 years ago

elvis0288 commented 3 years ago

Hello @terrelsa13 so i have my personal script which is running correctly and deleting everything as planned. but when i am running the other script we talked about in which we can delete from other users.. i am using blacklist as i do in my personal one but this one have 5 users and even though it shows 2 files have been deleted, it is not deleting it.. everytime i run it, it will continue to say those 2 files will be deleted..

any logs you would like to see? here is the script after it is run

pastebin

terrelsa13 commented 3 years ago

@elvis0288 remove_files=0 needs to be changed to remove_files=1 to delete media.

Screenshot_2021-05-17 Start Cleaning media for server at http 127 0 0 1 8096 emby------------ - Pastebin com

elvis0288 commented 3 years ago

Dumb me.. I should know this by now