Version [2.0.0] - 2024-01-04 #15
I-am-PUID-0
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest release now brings many new features; however, it also brings some Breaking Changes.
Most notably, Jellyfin is now supported, as is passing Overseerr/Jellyseerr API keys and their IP address.
Additionally, you can now enable Zurg to refresh your Plex libraries upon the arrival of new content.
While every effort has been made to regression test, there may still be issues; as such, the option now exists to specify the version of pd_zurg pulled: e.g., docker pull iampuid0/pd_zurg:1.1.0
Please also be aware that this repo utilizes Semantic Versioning (Major.Minor.Patch), and Major changes will always be breaking changes.
Version [2.0.0] - 2024-01-04
Breaking Change
PD_ENABLED: Added PD_ENABLED env var to enable/disable plex_debrid service
PLEX_USER: PLEX_USER env var no longer enables plex_debrid service
Added
JF_API_KEY: JF_API_KEY env var added to enable Jellyfin integration
JF_ADDRESS: JF_ADDRESS env var added to enable Jellyfin integration
SEERR_API_KEY: SEERR_API_KEY env var added to enable Overseerr/Jellyseerr integration
SEERR_ADDRESS: SEERR_ADDRESS env var added to enable Overseerr/Jellyseerr integration
PLEX_REFRESH: PLEX_REFRESH env var added to enable Plex library refresh w/ Zurg
PLEX_MOUNT_DIR: PLEX_MOUNT_DIR env var added to enable Plex library refresh w/ Zurg
Changed
plex_debrid setup: plex_debrid setup process now allows for selection of Plex or Jellyfin
Removed
ZURG_LOG_LEVEL: Removed the need for ZURG_LOG_LEVEL env var - now set by PDZURG_LOG_LEVEL
RCLONE_LOG_LEVEL: Removed the need for RCLONE_LOG_LEVEL env var - now set by PDZURG_LOG_LEVEL
Beta Was this translation helpful? Give feedback.
All reactions