Commit Graph

1098 Commits

Author SHA1 Message Date
blacktwin
c84cee5fec include check for whether or not the title template returns anything
in the case of returning nothing, script would delete every playlist
Resolves #303
2021-08-17 08:00:45 -04:00
blacktwin
a479596b35 update action should now delete previous In History playlists. 2021-08-04 08:40:38 -04:00
JonnyWong16
42bd315c1e Make summay_prefix string optional 2021-07-29 13:14:10 +00:00
JonnyWong16
3204a0cd44
Fix summary prefix example 2021-07-28 18:25:54 -07:00
JonnyWong16
d076426bf7
Fix line formatting 2021-07-28 18:25:00 -07:00
JonnyWong16
8c6689796c
Add option for summary prefix in hide_episode_spoilers.py 2021-07-28 15:32:45 -07:00
blacktwin
126f14bd3d fix for #299 update positional args change in createPlaylist 2021-07-15 23:21:20 -04:00
blacktwin
4125214b66 keep section_id an int 2021-07-15 23:20:17 -04:00
blacktwin
d10c6cf94f
Merge pull request #292 from yosifkit/patch-1
Scope seen, missing, and unique per media type
2021-07-13 09:36:04 -04:00
blacktwin
72fd5c4e51
Merge pull request #298 from JonnyWong16/feature/hide_episode_spoilers
Update hide_episode_spoilers to work with entire show or season
2021-07-13 09:35:00 -04:00
JonnyWong16
29ab0ebaa4
Update hide_episode_spoilers to work with entire show or season 2021-07-02 16:02:22 -07:00
blacktwin
08f872b35c complete redo
use removeFromContinueWatching action instead of hack job
2021-05-24 11:19:22 -04:00
blacktwin
bf8bd61e17 Updated search urls, results page handling, default site to Netflix
added PlexAPI Config
2021-05-24 10:44:36 -04:00
blacktwin
69fd40e25a filterFields deprecated, using listFields 2021-05-24 10:02:42 -04:00
yosifkit
973adc0148
Scope seen, missing, and unique per media type
Also drop unused "dupes" list
2021-05-08 18:15:37 -07:00
blacktwin
02a8831fb5 reordering graphs 2021-04-15 00:39:41 -04:00
blacktwin
57b91ff139 draw new graph each library
fixes x-axis from slipping and previous stats overlay
2021-04-15 00:38:42 -04:00
blacktwin
4a67ece43d
Merge pull request #270 from blacktwin/last_played
Updating media_manager
2021-03-22 10:41:19 -04:00
blacktwin
e55c7db5da
EOF 2021-03-22 10:40:42 -04:00
Palshee
f1ed5fb174
Update ips_to_maps.py
leg.draggable() needs to now be leg.set_draggable(state=True) due to update with matplotlib
2021-03-10 10:57:55 -08:00
blacktwin
96831b5990 addressing issue with exporting admin playlists. 2021-02-27 02:05:39 -05:00
blacktwin
40131f5c20 Merge remote-tracking branch 'origin/master' 2021-02-04 00:15:57 -05:00
blacktwin
5dafd7eb93 simplify connect_to_server method
parsing the IP was not needed
2021-02-04 00:15:42 -05:00
blacktwin
a238742b1b addressing #279
--date can now accept YYYY-MM-DD or X days
2021-02-02 01:25:51 -05:00
blacktwin
9af6626b6d
Merge pull request #278 from blacktwin/sync_watched_update
Update to search for watched items
2021-01-08 08:12:28 -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
5a41abd974 search update addressing #276 2020-12-29 15:42:37 -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
3036a126ba
Update bug_report.md 2020-12-17 12:00:12 -05:00
blacktwin
639c0395c2 addressing #253 starting work on adding last_played 2020-12-17 08:11:16 -05:00
blacktwin
557aabefb8 addressing #259 2020-12-09 21:02:50 -05:00
blacktwin
4632dfc600 #254 broke for admin playlists checking. No admin or allUsers will work. 2020-12-04 23:17:45 -05:00
blacktwin
8e4e58792d users for arg to match everything else, thanks chuccck 2020-12-04 23:17:25 -05:00
blacktwin
2369390c4d allowing for tvLabels and movieLabels to use EXCLUDE LABELS
update to arg usage
--movieLabels label="This Thing" label=Thing label!="Not Thing"
2020-12-04 23:09:26 -05:00
blacktwin
547e2c45b3
Merge pull request #250 from blacktwin/library_growth
create library_growth script
2020-12-04 00:21:26 -05:00
blacktwin
e54372379b addressing #255
remove unneeded loop
2020-11-25 23:02:52 -05:00
blacktwin
84efcc631f check if get_ratings_lst returns None
will return None if library is empty

Thanks @InevitableSprinkles
2020-11-21 10:48:54 -05:00
blacktwin
8c302e4187 Merge remote-tracking branch 'origin/master' 2020-11-20 09:41:31 -05:00
blacktwin
8a46b7a237 fix for --action delete --ratingKey usage 2020-11-20 09:41:12 -05:00
blacktwin
c24fcc980b
Merge pull request #254 from ology/master
Use the playlist.title, not the playlist object, for logging
2020-11-12 09:05:08 -05:00
Gene Boggs
573651d31b Map the playlist.title, not the playlist object for logging 2020-11-11 12:15:08 -08:00
blacktwin
0ecd6c097f update filters_lst to reflect change in plexapi 2020-11-03 01:07:29 -05:00