Skip to content

Commit

Permalink
adding examples
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktwin committed May 4, 2022
1 parent 2ca924e commit 5a2c50d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utility/media_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
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
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
Expand Down

0 comments on commit 5a2c50d

Please sign in to comment.