blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.66k stars 308 forks source link

Updated media_manager to add filter based on audience rating #353

Closed pranscript closed 1 year ago

pranscript commented 2 years ago

Updated media_manager.py to find or delete items based on audience rating criteria.

Example

python media_manager.py --libraries "Movies" --select rating --selectValue "<_6" --action show

blacktwin commented 1 year ago

Nice! Hmm, ratings is bit more complicated because we have critic, audience, and user ratings. Well this is a good start.