Compare commits

...

2 Commits

Author SHA1 Message Date
Scott Bressler
9f6ce02eb8
Merge f41e3fca69 into e097a07ca5 2024-01-10 04:57:55 -07:00
Scott Bressler
f41e3fca69
Remove extra quote in docstring for media_manager 2022-12-03 05:10:01 -08:00

View File

@ -23,7 +23,7 @@ Enabling Scripts in Tautulli:
python media_manager.py --libraries "TV Shows" --select watched --users User1 User2 --action show
Find library items that were last played before 2021-01-01
python media_manger.py --libraries "Movies --select lastPlayed --date 2021-01-01 --action show
python media_manger.py --libraries Movies --select lastPlayed --date 2021-01-01 --action show
Find library items that have audience rating less than 6
python3 media_manager.py --libraries "Movies 2022" --select rating --selectValue "<_6" --action show