Commit Graph

1080 Commits

Author SHA1 Message Date
1d6dece7be add logger 2022-04-21 14:44:20 -04:00
a4dc39e706 more simplifying 2022-04-21 14:44:20 -04:00
111357934e more clean up after removing jsonpickle 2022-04-21 14:44:20 -04:00
ef464a1dbf dropping need for jsonpickle 2022-04-21 14:44:20 -04:00
cfe4182f0a changing method to simplify what is being exported 2022-04-21 14:44:19 -04:00
8ede33d83d Merge pull request #338 from JonnyWong16/feature/add_label
Simplify `add_label_recently_added.py`
2022-04-06 11:58:18 -04:00
3e1af802fa Merge pull request #335 from JonnyWong16/feature/merge_multiepisodes
Fix `merge_multiepisode.py` renumbering episodes across seasons
2022-04-06 11:58:03 -04:00
1f360bd6da Fix merge_multiepisode renumbering across seasons
* Also adds optional `--renumber` argument
2022-03-31 18:47:53 -07:00
cc6e98b7b2 Simplify add_label_recently_added.py using plexapi 2022-03-31 18:47:19 -07:00
a2ec53e4a3 Merge pull request #333 from EVOTk/EVOTk-typo-tautulli
Typo Tautulli - Update README
2022-03-17 13:58:18 -04:00
bfaeed0736 Merge pull request #286 from Palshee/patch-1
Update ips_to_maps.py
2022-03-17 13:57:58 -04:00
0a1e19b18f Merge pull request #329 from JonnyWong16/feature/lock_unlock_poster_art
Faster lock/unlock for posters/art in a library
2022-03-17 13:57:40 -04:00
df09d109a8 Update README.md 2022-02-15 00:30:48 +01:00
46afeff95c Faster lock/unlock with library lockAllField and unlockAllField 2022-02-04 11:58:13 -08:00
31e100835c Merge pull request #322 from JonnyWong16/feature/merge_multiepisodes
Add merge_multiepisodes.py
2022-02-04 14:32:43 -05:00
b2f420b6fb Add note about reverting changes and splitting episodes 2022-01-20 21:45:22 -08:00
07b0c942ab Add episode renumbering 2022-01-20 21:07:40 -08:00
58c8501529 Add merge_multiepisodes.py 2022-01-02 11:27:27 -08:00
39fbaa3ade Merge pull request #317 from JonnyWong16/feature/hide_episode_spoilers
Remove  Tautulli dependency for hide_episode_spoilers
2021-12-06 14:00:51 -05:00
d62a7e9715 Merge pull request #318 from JonnyWong16/feature/lock_unlock_poster_art
Add utility/lock_unlock_poster_art.py
2021-12-06 14:00:33 -05:00
012a9fd4f6 Add utility/lock_unlock_poster_art.py
Script to automatically lock/unlock posters and artwork in a Plex.
2021-11-29 14:40:48 -08:00
a81ff1fdf9 Pass PlexServer object to modify_episode_artwork function 2021-11-23 09:29:00 -08:00
f706e57701 Remove Tautulli dependency for hide_episode_spoilers 2021-11-22 21:38:41 -08:00
bf605ab628 Merge remote-tracking branch 'origin/master' 2021-10-25 00:47:57 -04:00
dbdbf2ad4a fix for sharing from admin 2021-10-25 00:41:10 -04:00
58a962a855 more clean up 2021-10-08 10:26:31 -04:00
0a831fa07e clean up and removed try/exceptions 2021-10-08 10:22:25 -04:00
4305a1190b adding show support 2021-10-08 10:04:04 -04:00
9a16f5ff28 library loop fix ups 2021-10-08 09:23:11 -04:00
0de8004ea0 update variable naming 2021-10-08 09:08:11 -04:00
1399208ca3 refactor for user server account switching
add collection support
2021-10-08 08:52:57 -04:00
fad1c309a7 alignment fix 2021-10-08 08:50:10 -04:00
57afb59f0b Merge pull request #302 from JonnyWong16/feature/hide_episode_spoilers
Add option for summary prefix in hide_episode_spoilers.py
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
2021-08-17 08:00:45 -04:00
a479596b35 update action should now delete previous In History playlists. 2021-08-04 08:40:38 -04:00
42bd315c1e Make summay_prefix string optional 2021-07-29 13:14:10 +00:00
3204a0cd44 Fix summary prefix example 2021-07-28 18:25:54 -07:00
d076426bf7 Fix line formatting 2021-07-28 18:25:00 -07:00
8c6689796c Add option for summary prefix in hide_episode_spoilers.py 2021-07-28 15:32:45 -07:00
126f14bd3d fix for #299 update positional args change in createPlaylist 2021-07-15 23:21:20 -04:00
4125214b66 keep section_id an int 2021-07-15 23:20:17 -04:00
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
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
29ab0ebaa4 Update hide_episode_spoilers to work with entire show or season 2021-07-02 16:02:22 -07:00
08f872b35c complete redo
use removeFromContinueWatching action instead of hack job
2021-05-24 11:19:22 -04:00
bf8bd61e17 Updated search urls, results page handling, default site to Netflix
added PlexAPI Config
2021-05-24 10:44:36 -04:00
69fd40e25a filterFields deprecated, using listFields 2021-05-24 10:02:42 -04:00
973adc0148 Scope seen, missing, and unique per media type
Also drop unused "dupes" list
2021-05-08 18:15:37 -07:00
02a8831fb5 reordering graphs 2021-04-15 00:39:41 -04:00
57b91ff139 draw new graph each library
fixes x-axis from slipping and previous stats overlay
2021-04-15 00:38:42 -04:00