clara-j / media_cleaner

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

Resolve Issue #5 and Resolve Issue #6 #8

Closed terrelsa13 closed 4 years ago

terrelsa13 commented 4 years ago

Resolve issues #5 ad #6. All embys/jellyfins may not report the same media item data back. Update to handle missing data items from emby/jellyfin used to build detailed output. Now if any of the extra data used to build detailed output is missing; fall back to the basic data needed to delete the episode and continue on to the next media item. Add server branding option, choose emby or jellyfin. Add base url for jellyfin so API calls work when base url is changed. Update get_days_since_last_watched() to work with emby and jellyfin. Text clean-up.