Commit Graph

  • e097a07ca5 Fix for #411 master blacktwin 2024-01-06 11:49:58 -05:00
  • 5bcdf4fe43 Merge remote-tracking branch 'origin/master' blacktwin 2023-11-25 12:33:09 -05:00
  • 5af2e6a7ae Adding feature for #391. blacktwin 2023-11-25 12:30:49 -05:00
  • c30850673a
    Merge pull request #378 from JohnnyGrey86/patch-2 blacktwin 2023-06-08 23:51:59 -04:00
  • 9f4d7db7d2
    Merge pull request #365 from JonnyWong16/feature/hide_episode_spoilers_upload blacktwin 2023-06-08 23:47:41 -04:00
  • 73bf20d86d
    Merge pull request #375 from JonnyWong16/feature/merge_multiepisodes blacktwin 2023-06-08 23:47:23 -04:00
  • a3d3e6c295
    Update README.md #378 JohnnyGrey86 2023-03-05 14:16:38 -06:00
  • 02c09389dd
    Add composite_thumb option to merge_multiepisodes #375 JonnyWong16 2023-02-19 14:26:45 -08:00
  • f28a52d727
    Use batchEdits() method for merge_multiepisodes JonnyWong16 2023-02-17 11:00:46 -08:00
  • c52df7c5ee Adding batching method to find all watched content. Fixes #368 blacktwin 2023-01-27 10:44:15 -05:00
  • 9a8cde23bd Updating function names due to deprecation blacktwin 2023-01-27 10:42:50 -05:00
  • 8e68e8ce7e
    Merge pull request #370 from JonnyWong16/feature/streaming_service_availability blacktwin 2023-01-27 09:26:40 -05:00
  • 078bbccc54
    Remove plex_netflix_check.py #370 JonnyWong16 2023-01-18 09:47:59 -08:00
  • b2ceefe975
    Fallback to PlexAPI config for PLEX_URL and PLEX_TOKEN JonnyWong16 2023-01-18 09:47:24 -08:00
  • c19b05cb4d
    Add subtitle to media title printout JonnyWong16 2023-01-18 09:46:15 -08:00
  • f8a95935f9
    Flip libraries conditional JonnyWong16 2023-01-17 22:13:16 -08:00
  • 4d162d849d
    Add streaming_service_availability.py JonnyWong16 2023-01-16 22:02:27 -08:00
  • a04b1a3c32
    Add upload option to hide_episode_spoilers.py #365 JonnyWong16 2022-12-22 12:37:33 -08:00
  • 10287e3885 Removed old gist posting in favor of just creating the geojson file. blacktwin 2022-12-13 01:35:39 -05:00
  • 62e7bbc209 Marker size changes blacktwin 2022-12-13 01:34:53 -05:00
  • e6637bf3b7 Fixes #348 comment added to code #340 blacktwin 2022-12-01 11:23:07 -05:00
  • e065626cdd If no items are unwatched in the input range just exit. blacktwin 2022-12-01 11:22:27 -05:00
  • 76b2a7274a Changing User Reporting to actually use TIME_DISPLAY variable. blacktwin 2022-11-28 12:24:54 -05:00
  • 9ae6b9de7c Merge remote-tracking branch 'origin/master' blacktwin 2022-10-02 16:29:15 -04:00
  • 294a88bd19 friend attribute no longer relevant blacktwin 2022-10-02 16:25:47 -04:00
  • 501be17842
    Merge pull request #344 from origamiofficial/patch-1 blacktwin 2022-09-19 21:39:35 -04:00
  • 5cb980bf6c
    Merge pull request #353 from pranscript/feature-utility_media_manager_update blacktwin 2022-09-19 21:39:08 -04:00
  • 3a2f9d5b12 Added feature filters based on audience rating #353 Pranjal 2022-08-21 11:50:55 -05:00
  • 569f24ee7c
    Instructions Update #344 Origami Official 2022-05-19 13:48:30 +06:00
  • 135d94a283 update docstring removing jsonpickle requirement blacktwin 2022-05-11 10:31:16 -04:00
  • c68de7ac66 addressing #336 blacktwin 2022-05-06 13:01:45 -04:00
  • bef56becde Merge remote-tracking branch 'origin/master' blacktwin 2022-05-04 14:48:45 -04:00
  • 5a2c50d1be adding examples blacktwin 2022-05-04 14:48:28 -04:00
  • 37d651605b
    Merge pull request #262 from blacktwin/exclude_only blacktwin 2022-04-24 12:24:18 -04:00
  • 2ca924e085 smart playlist export/import blacktwin 2022-04-21 22:35:03 -04:00
  • 39560ce6f5 import work blacktwin 2022-04-21 14:43:28 -04:00
  • 536da598bd adding json and json file checking for files in script's root. blacktwin 2022-04-21 14:43:08 -04:00
  • 1d6dece7be add logger blacktwin 2022-04-21 14:42:21 -04:00
  • a4dc39e706 more simplifying blacktwin 2022-04-21 14:06:44 -04:00
  • 111357934e more clean up after removing jsonpickle blacktwin 2022-04-21 14:05:57 -04:00
  • ef464a1dbf dropping need for jsonpickle blacktwin 2022-04-21 14:04:42 -04:00
  • cfe4182f0a changing method to simplify what is being exported blacktwin 2022-04-21 14:03:46 -04:00
  • 8ede33d83d
    Merge pull request #338 from JonnyWong16/feature/add_label blacktwin 2022-04-06 11:58:18 -04:00
  • 3e1af802fa
    Merge pull request #335 from JonnyWong16/feature/merge_multiepisodes blacktwin 2022-04-06 11:58:03 -04:00
  • 1f360bd6da
    Fix merge_multiepisode renumbering across seasons #335 JonnyWong16 2022-03-18 11:42:09 -07:00
  • cc6e98b7b2
    Simplify add_label_recently_added.py using plexapi #338 JonnyWong16 2022-03-31 18:36:30 -07:00
  • a2ec53e4a3
    Merge pull request #333 from EVOTk/EVOTk-typo-tautulli blacktwin 2022-03-17 13:58:18 -04:00
  • bfaeed0736
    Merge pull request #286 from Palshee/patch-1 blacktwin 2022-03-17 13:57:58 -04:00
  • 0a1e19b18f
    Merge pull request #329 from JonnyWong16/feature/lock_unlock_poster_art blacktwin 2022-03-17 13:57:40 -04:00
  • df09d109a8
    Update README.md #333 EVOTk 2022-02-15 00:30:48 +01:00
  • 46afeff95c
    Faster lock/unlock with library lockAllField and unlockAllField #329 JonnyWong16 2022-02-04 11:58:13 -08:00
  • 31e100835c
    Merge pull request #322 from JonnyWong16/feature/merge_multiepisodes blacktwin 2022-02-04 14:32:43 -05:00
  • b2f420b6fb
    Add note about reverting changes and splitting episodes #322 JonnyWong16 2022-01-20 21:45:22 -08:00
  • 07b0c942ab
    Add episode renumbering JonnyWong16 2022-01-20 21:07:40 -08:00
  • 58c8501529
    Add merge_multiepisodes.py JonnyWong16 2022-01-02 11:27:11 -08:00
  • 39fbaa3ade
    Merge pull request #317 from JonnyWong16/feature/hide_episode_spoilers blacktwin 2021-12-06 14:00:51 -05:00
  • d62a7e9715
    Merge pull request #318 from JonnyWong16/feature/lock_unlock_poster_art blacktwin 2021-12-06 14:00:33 -05:00
  • 012a9fd4f6
    Add utility/lock_unlock_poster_art.py #318 JonnyWong16 2021-11-29 14:40:48 -08:00
  • a81ff1fdf9
    Pass PlexServer object to modify_episode_artwork function #317 JonnyWong16 2021-11-23 09:29:00 -08:00
  • f706e57701
    Remove Tautulli dependency for hide_episode_spoilers JonnyWong16 2021-11-22 21:38:41 -08:00
  • bf605ab628 Merge remote-tracking branch 'origin/master' blacktwin 2021-10-25 00:47:57 -04:00
  • dbdbf2ad4a fix for sharing from admin blacktwin 2021-10-25 00:41:10 -04:00
  • 58a962a855 more clean up blacktwin 2021-10-08 10:26:31 -04:00
  • 0a831fa07e clean up and removed try/exceptions blacktwin 2021-10-08 10:22:25 -04:00
  • 4305a1190b adding show support blacktwin 2021-10-08 10:04:04 -04:00
  • 9a16f5ff28 library loop fix ups blacktwin 2021-10-08 09:23:11 -04:00
  • 0de8004ea0 update variable naming blacktwin 2021-10-08 09:08:11 -04:00
  • 1399208ca3 refactor for user server account switching add collection support blacktwin 2021-10-08 08:52:57 -04:00
  • fad1c309a7 alignment fix blacktwin 2021-10-08 08:50:10 -04:00
  • 57afb59f0b
    Merge pull request #302 from JonnyWong16/feature/hide_episode_spoilers blacktwin 2021-08-26 23:12:48 -04:00
  • 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 blacktwin 2021-08-17 08:00:45 -04:00
  • a479596b35 update action should now delete previous In History playlists. blacktwin 2021-08-04 08:40:38 -04:00
  • 42bd315c1e Make summay_prefix string optional #302 JonnyWong16 2021-07-29 13:14:10 +00:00
  • 3204a0cd44
    Fix summary prefix example JonnyWong16 2021-07-28 18:25:54 -07:00
  • d076426bf7
    Fix line formatting JonnyWong16 2021-07-28 18:25:00 -07:00
  • 8c6689796c
    Add option for summary prefix in hide_episode_spoilers.py JonnyWong16 2021-07-28 15:32:29 -07:00
  • 126f14bd3d fix for #299 update positional args change in createPlaylist blacktwin 2021-07-15 23:21:20 -04:00
  • 4125214b66 keep section_id an int blacktwin 2021-07-15 23:20:17 -04:00
  • d10c6cf94f
    Merge pull request #292 from yosifkit/patch-1 blacktwin 2021-07-13 09:36:04 -04:00
  • 72fd5c4e51
    Merge pull request #298 from JonnyWong16/feature/hide_episode_spoilers blacktwin 2021-07-13 09:35:00 -04:00
  • 29ab0ebaa4
    Update hide_episode_spoilers to work with entire show or season #298 JonnyWong16 2021-07-02 16:02:22 -07:00
  • 08f872b35c complete redo use removeFromContinueWatching action instead of hack job blacktwin 2021-05-24 11:19:22 -04:00
  • bf8bd61e17 Updated search urls, results page handling, default site to Netflix added PlexAPI Config blacktwin 2021-05-24 10:44:36 -04:00
  • 69fd40e25a filterFields deprecated, using listFields blacktwin 2021-05-24 10:02:42 -04:00
  • 973adc0148
    Scope seen, missing, and unique per media type #292 yosifkit 2021-05-08 18:15:37 -07:00
  • 02a8831fb5 reordering graphs blacktwin 2021-04-15 00:39:41 -04:00
  • 57b91ff139 draw new graph each library fixes x-axis from slipping and previous stats overlay blacktwin 2021-04-15 00:38:42 -04:00
  • 4a67ece43d
    Merge pull request #270 from blacktwin/last_played blacktwin 2021-03-22 10:41:19 -04:00
  • e55c7db5da
    EOF #270 last_played blacktwin 2021-03-22 10:40:42 -04:00
  • f1ed5fb174
    Update ips_to_maps.py #286 Palshee 2021-03-10 10:57:55 -08:00
  • 96831b5990 addressing issue with exporting admin playlists. blacktwin 2021-02-27 02:05:39 -05:00
  • 40131f5c20 Merge remote-tracking branch 'origin/master' blacktwin 2021-02-04 00:15:57 -05:00
  • 5dafd7eb93 simplify connect_to_server method parsing the IP was not needed blacktwin 2021-02-04 00:15:42 -05:00
  • a238742b1b addressing #279 --date can now accept YYYY-MM-DD or X days blacktwin 2021-02-02 01:25:51 -05:00
  • 9af6626b6d
    Merge pull request #278 from blacktwin/sync_watched_update #282 blacktwin 2021-01-08 08:12:28 -05:00
  • 0aa5abd6c8 adding check for str and removing AttributeError blacktwin 2021-01-06 16:12:12 -05:00
  • 592029cee3 additional exception for previously deleted items. blacktwin 2021-01-06 13:17:21 -05:00
  • 5a41abd974 search update addressing #276 #278 blacktwin 2020-12-29 15:42:37 -05:00
  • 3421661e22 adding try/except for addressing #273 blacktwin 2020-12-21 13:27:59 -05:00
  • 37aab68400 clean up show actions for reminder of selectors blacktwin 2020-12-20 16:43:38 -05:00