Commit Graph

48 Commits

Author SHA1 Message Date
blacktwin
e6637bf3b7 Fixes #348 comment added to code 2022-12-01 11:23:07 -05:00
blacktwin
e065626cdd If no items are unwatched in the input range just exit. 2022-12-01 11:22:27 -05:00
Pranjal
3a2f9d5b12 Added feature filters based on audience rating 2022-08-21 11:50:55 -05:00
blacktwin
5a2c50d1be adding examples 2022-05-04 14:48:28 -04:00
blacktwin
e55c7db5da
EOF 2021-03-22 10:40:42 -04:00
blacktwin
a238742b1b addressing #279
--date can now accept YYYY-MM-DD or X days
2021-02-02 01:25:51 -05:00
blacktwin
0aa5abd6c8 adding check for str and removing AttributeError 2021-01-06 16:12:12 -05:00
blacktwin
592029cee3 additional exception for previously deleted items. 2021-01-06 13:17:21 -05:00
blacktwin
3421661e22 adding try/except for addressing #273 2020-12-21 13:27:59 -05:00
blacktwin
37aab68400 clean up show actions for reminder of selectors 2020-12-20 16:43:38 -05:00
blacktwin
12eb897ad0 indention corrections 2020-12-20 16:41:32 -05:00
blacktwin
0125865124 adding try/except for addressing #253 2020-12-20 16:05:33 -05:00
blacktwin
7f20da0ca9 Correction for when history may pull ratingKeys as None, this causes errors later on. 2020-12-20 15:58:30 -05:00
blacktwin
ce8610d0ed add action_show function to route all action calls of show 2020-12-20 15:57:38 -05:00
blacktwin
06589274bf update the metadata when pulling from history. Get the items metadata instead of just the history attributes 2020-12-20 15:51:18 -05:00
blacktwin
ebfbc51f72 initial work for adding last_played. 2020-12-18 08:37:59 -05:00
blacktwin
639c0395c2 addressing #253 starting work on adding last_played 2020-12-17 08:11:16 -05:00
blacktwin
8a46b7a237 fix for --action delete --ratingKey usage 2020-11-20 09:41:12 -05:00
blacktwin
41ed4199e1 Merge remote-tracking branch 'remotes/origin/python3' 2020-10-12 14:15:20 -04:00
blacktwin
f105c0a9c8 add admin user to available users 2020-07-10 01:13:46 -04:00
JonnyWong16
0d1685afed
Run futurize --unicode-literals 2020-07-04 13:31:02 -07:00
JonnyWong16
dc6507ffed
Run futurize --stage2 2020-07-04 13:23:47 -07:00
JonnyWong16
30dbccda77
Run futurize --stage1 2020-07-04 13:08:59 -07:00
blacktwin
34851652c5 sort most transcodes first 2020-05-20 23:46:53 -04:00
blacktwin
361610707b print amount of items found 2020-05-20 23:46:25 -04:00
blacktwin
0e93543c0d add transcoded selection 2020-05-20 14:43:26 -04:00
blacktwin
7b48654c80 var name updates 2020-05-19 18:11:21 -04:00
blacktwin
56e2239c5a update to Description 2020-05-19 18:10:18 -04:00
blacktwin
bf624c6d7b moving comment 2020-05-19 18:09:27 -04:00
blacktwin
f38f1ee7af support for searching through episodes
using Tautulli data for episode gathering
2020-05-19 18:08:22 -04:00
blacktwin
edfa7315a0 add deletion to watched selection 2020-05-12 21:35:46 -04:00
blacktwin
87b82a5947 initial work on size and rating
focusing on size
2020-05-11 01:00:53 -04:00
blacktwin
b95ac52e00 add actionOption and selectValue args 2020-04-29 22:42:56 -04:00
blacktwin
034d772ac0 creating defaults for actions 2020-04-13 14:22:03 -04:00
blacktwin
aac5518ddf condense size and rating to value arg 2020-04-09 16:13:32 -04:00
blacktwin
d38ee9c341 update single quotes to double 2020-04-09 16:05:16 -04:00
blacktwin
7dde481636 fix prints under select watched to be similar to unwatched 2020-04-09 15:51:40 -04:00
blacktwin
c160b66e3f add rating and size selectors and args 2020-04-09 15:48:46 -04:00
blacktwin
844e780cd0 todo update 2020-04-09 15:48:22 -04:00
blacktwin
a5c5ef3710 add total size of whats been found 2020-03-09 11:52:14 -04:00
blacktwin
98f4fe0742 add check for show media type
gather show location and total size from episodes
2020-03-09 11:51:40 -04:00
blacktwin
1073642054 restructure Metadata class to use get 2020-03-09 11:50:37 -04:00
blacktwin
a7286fb811 update output of show unwatched
include file_size
2020-03-08 11:42:26 -04:00
blacktwin
9d5143ab56 add size conversion method 2020-03-08 11:41:19 -04:00
blacktwin
bc3f41e0ef double check file_size in metadata class 2020-03-08 11:40:43 -04:00
blacktwin
0b6f3c9a6b print out correction after->before 2020-02-26 14:57:52 -05:00
blacktwin
c38138b41b print out correction after->before 2020-02-26 14:56:51 -05:00
blacktwin
a8e3de7aae creation of media manager
to obsolete other watched/unwatched scripts
can currently:
show watched by users from libraries or rating key
show or delete unwatched items that were added before a date from libraries
2020-02-26 14:52:15 -05:00