mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-14 04:25:36 +00:00
adding examples
This commit is contained in:
parent
2ca924e085
commit
5a2c50d1be
@ -20,7 +20,11 @@ Enabling Scripts in Tautulli:
|
|||||||
python media_manager.py --libraries Movies --select unwatched --date "2015-05-05" --action delete
|
python media_manager.py --libraries Movies --select unwatched --date "2015-05-05" --action delete
|
||||||
|
|
||||||
Find watched TV Shows that both User1 and User2 have watched
|
Find watched TV Shows that both User1 and User2 have watched
|
||||||
python media_manager.py --libraries "TV Shows" --select watched --users User1 User2
|
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
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user