Commit Graph

  • 12eb897ad0 indention corrections blacktwin 2020-12-20 16:41:32 -05:00
  • 0125865124 adding try/except for addressing #253 blacktwin 2020-12-20 16:05:33 -05:00
  • 7f20da0ca9 Correction for when history may pull ratingKeys as None, this causes errors later on. blacktwin 2020-12-20 15:58:30 -05:00
  • ce8610d0ed add action_show function to route all action calls of show blacktwin 2020-12-20 15:57:38 -05:00
  • 06589274bf update the metadata when pulling from history. Get the items metadata instead of just the history attributes blacktwin 2020-12-20 15:51:18 -05:00
  • ebfbc51f72 initial work for adding last_played. blacktwin 2020-12-18 08:37:59 -05:00
  • 3036a126ba Update bug_report.md blacktwin 2020-12-17 12:00:12 -05:00
  • 639c0395c2 addressing #253 starting work on adding last_played blacktwin 2020-12-17 08:11:16 -05:00
  • 557aabefb8 addressing #259 blacktwin 2020-12-09 21:02:50 -05:00
  • 4632dfc600 #254 broke for admin playlists checking. No admin or allUsers will work. blacktwin 2020-12-04 23:17:45 -05:00
  • 8e4e58792d users for arg to match everything else, thanks chuccck blacktwin 2020-12-04 23:17:25 -05:00
  • 2369390c4d allowing for tvLabels and movieLabels to use EXCLUDE LABELS update to arg usage --movieLabels label="This Thing" label=Thing label!="Not Thing" #262 exclude_only blacktwin 2020-11-26 00:39:46 -05:00
  • 547e2c45b3 Merge pull request #250 from blacktwin/library_growth blacktwin 2020-12-04 00:21:26 -05:00
  • e54372379b addressing #255 remove unneeded loop blacktwin 2020-11-25 23:02:52 -05:00
  • 84efcc631f check if get_ratings_lst returns None will return None if library is empty blacktwin 2020-11-21 10:48:54 -05:00
  • 8c302e4187 Merge remote-tracking branch 'origin/master' blacktwin 2020-11-20 09:41:31 -05:00
  • 8a46b7a237 fix for --action delete --ratingKey usage blacktwin 2020-11-20 09:41:12 -05:00
  • c24fcc980b Merge pull request #254 from ology/master blacktwin 2020-11-12 09:05:08 -05:00
  • 573651d31b Map the playlist.title, not the playlist object for logging #254 Gene Boggs 2020-11-11 12:15:08 -08:00
  • 0ecd6c097f update filters_lst to reflect change in plexapi blacktwin 2020-11-03 01:07:29 -05:00
  • 65285d4b3a fix for remove action not working on jbop predefined titles blacktwin 2020-11-03 00:36:16 -05:00
  • 2b776137a4 if else indent correction blacktwin 2020-11-02 22:50:57 -05:00
  • fe33f6d9e0 updating examples to include --libraries arg blacktwin 2020-10-28 16:09:55 -04:00
  • abff846216 if title is a list create list of titles to check against. blacktwin 2020-10-26 16:05:00 -04:00
  • 244e8ad71c unicodedata removal. py3 str used to normalize titles blacktwin 2020-10-26 09:09:09 -04:00
  • 41ed4199e1 Merge remote-tracking branch 'remotes/origin/python3' blacktwin 2020-10-12 14:15:20 -04:00
  • 26a37f456a Merge pull request #231 from JonnyWong16/python3 blacktwin 2020-10-12 13:59:07 -04:00
  • fc2fba2f2b create library_growth script #250 blacktwin 2020-10-12 13:34:05 -04:00
  • 29b53dbd4b create music_folder_collections.py blacktwin 2020-10-10 19:31:46 -04:00
  • e5a1f7fba0 including @sdlynx contribution blacktwin 2020-09-28 08:09:55 -04:00
  • 5dcc0cb515 fix for showing playlist titles blacktwin 2020-07-29 20:46:08 -04:00
  • 0107ec6253 Merge pull request #241 from pjft/patch-1 blacktwin 2020-09-28 07:56:25 -04:00
  • 68e53f6f9d Added remaining changes #241 pjft 2020-09-27 08:41:51 +01:00
  • a1adb47767 Adjust code from feedback pjft 2020-09-15 20:45:01 +01:00
  • e24114ad7a Slight fixes to gmusic to plex scripts pjft 2020-09-11 20:51:06 +01:00
  • 28879b77d4 create gmusic_playlists_to_plex.py blacktwin 2020-07-17 14:47:12 -04:00
  • aa265463ce remove requirement for pandas blacktwin 2020-07-17 14:13:20 -04:00
  • 29d328742e replace pandas with builtin csv blacktwin 2020-07-17 14:12:47 -04:00
  • 3e117480e3 update main docstring add export examples blacktwin 2020-07-13 19:53:03 -04:00
  • 77a7614730 add object_cleaner method add export work for json and csv blacktwin 2020-07-13 19:48:24 -04:00
  • c9d369cdf4 change the gathering of all playlists exclusions for playlists updated for change blacktwin 2020-07-13 19:47:10 -04:00
  • f5c2958b90 adding export action and arg blacktwin 2020-07-13 19:45:50 -04:00
  • 928fd3f194 flatten_json, pandas, and jsonpickle will need to be installed for exporting #219 blacktwin 2020-07-13 19:45:05 -04:00
  • f105c0a9c8 add admin user to available users blacktwin 2020-07-10 01:13:46 -04:00
  • 0d1685afed Run futurize --unicode-literals #231 JonnyWong16 2020-07-04 13:31:02 -07:00
  • dc6507ffed Run futurize --stage2 JonnyWong16 2020-07-04 13:23:47 -07:00
  • 30dbccda77 Run futurize --stage1 JonnyWong16 2020-07-04 13:08:59 -07:00
  • 61524c4b92 adding support for Plex's allow/deny restrictions blacktwin 2020-06-15 16:25:55 -04:00
  • f90497fbd2 #226 add check for user's existing shares. If no shares, print out "user has no shares" blacktwin 2020-06-14 15:55:10 -04:00
  • 5bf7925585 #226 add check for user's existing shares. If no shares, print out "user has no shares" thanks @RXWatcher blacktwin 2020-06-14 15:48:20 -04:00
  • 36aa2dd3a3 address issue found when running with python3 blacktwin 2020-06-04 21:20:54 -04:00
  • 34851652c5 sort most transcodes first blacktwin 2020-05-20 23:46:53 -04:00
  • 361610707b print amount of items found blacktwin 2020-05-20 23:46:25 -04:00
  • 0e93543c0d add transcoded selection blacktwin 2020-05-20 14:43:26 -04:00
  • 7b48654c80 var name updates blacktwin 2020-05-19 18:11:21 -04:00
  • 56e2239c5a update to Description blacktwin 2020-05-19 18:10:18 -04:00
  • bf624c6d7b moving comment blacktwin 2020-05-19 18:09:27 -04:00
  • f38f1ee7af support for searching through episodes using Tautulli data for episode gathering blacktwin 2020-05-19 18:08:22 -04:00
  • edfa7315a0 add deletion to watched selection blacktwin 2020-05-12 21:35:46 -04:00
  • 87b82a5947 initial work on size and rating focusing on size blacktwin 2020-05-11 01:00:53 -04:00
  • fe490699f9 Merge remote-tracking branch 'origin/master' blacktwin 2020-05-10 23:46:29 -04:00
  • d7e1e909d1 Author name for rich notifications simplify subject text blacktwin 2020-05-10 23:44:17 -04:00
  • 9705be3a94 allowing for only library, user, or both stats blacktwin 2020-05-10 23:40:46 -04:00
  • 41051a826c add user stat choices make no notification print out results blacktwin 2020-05-10 23:20:02 -04:00
  • 49a15fa3fa moving vars moved colors into rich notifcation area moved end and start into time/date calculation area blacktwin 2020-05-10 23:18:57 -04:00
  • ad2120203c move color vars to top remove "User: " from USER_STAT blacktwin 2020-05-10 22:30:28 -04:00
  • a8d8b1b66f adding rich notifications blacktwin 2020-05-10 22:27:43 -04:00
  • b95ac52e00 add actionOption and selectValue args blacktwin 2020-04-29 22:42:56 -04:00
  • daee5676ed new notification script top_concurrent_notify.py blacktwin 2020-04-21 14:53:41 -04:00
  • 034d772ac0 creating defaults for actions blacktwin 2020-04-13 14:22:03 -04:00
  • 4a7d69e620 Merge pull request #204 from JonnyWong16/tautulli-scripts blacktwin 2020-04-13 13:45:57 -04:00
  • aac5518ddf condense size and rating to value arg blacktwin 2020-04-09 16:13:32 -04:00
  • d38ee9c341 update single quotes to double blacktwin 2020-04-09 16:05:16 -04:00
  • 7dde481636 fix prints under select watched to be similar to unwatched blacktwin 2020-04-09 15:51:40 -04:00
  • c160b66e3f add rating and size selectors and args blacktwin 2020-04-09 15:48:46 -04:00
  • 844e780cd0 todo update blacktwin 2020-04-09 15:48:22 -04:00
  • 8ad42fb3e7 #210 expand exception to anything actually report the offending section id blacktwin 2020-03-16 10:34:55 -04:00
  • 86b471b5d2 add methods to add collections and labels blacktwin 2020-03-12 15:51:35 -04:00
  • 5f942142f3 a custom name must be provided for labels or collections blacktwin 2020-03-12 15:50:59 -04:00
  • 0100aa4246 add label and collection to jbop selections blacktwin 2020-03-12 15:50:34 -04:00
  • 7e47ee66e4 creation of plex_dance script blacktwin 2020-03-11 16:09:57 -04:00
  • a5c5ef3710 add total size of whats been found blacktwin 2020-03-09 11:52:14 -04:00
  • 98f4fe0742 add check for show media type gather show location and total size from episodes blacktwin 2020-03-09 11:51:40 -04:00
  • 1073642054 restructure Metadata class to use get blacktwin 2020-03-09 11:50:37 -04:00
  • a7286fb811 update output of show unwatched include file_size blacktwin 2020-03-08 11:42:26 -04:00
  • 9d5143ab56 add size conversion method blacktwin 2020-03-08 11:41:19 -04:00
  • bc3f41e0ef double check file_size in metadata class blacktwin 2020-03-08 11:40:43 -04:00
  • ca38dc30a5 potential fix for #208 section id is printed for user to investigate issue blacktwin 2020-03-03 11:41:04 -05:00
  • 0b6f3c9a6b print out correction after->before blacktwin 2020-02-26 14:57:52 -05:00
  • c38138b41b print out correction after->before blacktwin 2020-02-26 14:56:51 -05:00
  • 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 blacktwin 2020-02-26 14:52:15 -05:00
  • ad47db6587 adding call to home_stats fix time calculations add library refresh blacktwin 2020-02-14 16:25:04 -05:00
  • ff0e834b9c Overhaul reuse classes and methods from kill_stream still using old methods for calculations frameworks for using discord or slack from kill_stream using plexapi CONFIG file for url and apikey blacktwin 2020-02-13 09:30:57 -05:00
  • 7b0befad71 Corrections for issue #207 blacktwin 2020-02-11 16:29:27 -05:00
  • 71c2208fee Now works with Python 3.7 error found by slayerinokc in Plex Forums blacktwin 2020-02-08 13:12:30 -05:00
  • 514151e69b correct issue when using ratingKey with Plex to Plex Issue reported in Plex forums. blacktwin 2020-02-05 10:08:38 -05:00
  • 22ff42a373 Merge remote-tracking branch 'origin/master' blacktwin 2020-01-02 23:26:44 -05:00
  • 1a892fe750 changing variable naming reuse would cause cascading issue when using allUsers. blacktwin 2020-01-02 23:25:47 -05:00
  • 674095f5ba Update issue templates blacktwin 2020-01-02 13:45:19 -05:00
  • 6d7285cb51 Check remove first in hide_episode_spoilers.py #204 JonnyWong16 2019-12-19 14:09:58 -08:00