blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.71k stars 304 forks source link

[Request] Library Cleanup #170

Open mediabot opened 5 years ago

mediabot commented 5 years ago

Delete Content based on rating.

A script that will delete content based on rating a a tv show, music, etc are rated as one star the script would either delete on a daily, weekly or monthly basis

blacktwin commented 5 years ago

I've thought about this one but the star rating is only available in the web client. The star rating has 5 levels so really you could use the star rating to do up to 5 tasks.

1= delete after x users have watched 2= archive or check that it's archived 3= sync to device 4= notify any other user who hasn't watched to watch it 5= something

Well 6 actually, as None would be one as well. I believe you could also search through each users rating and get an average rating to allow for users input.

blacktwin commented 4 years ago

This is planned to be added to /utility/media_manager.py