v3.0.0 #11
nwithan8
announced in
Announcements
v3.0.0
#11
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
[BREAKING] Path Globbing moving from single global to multiple per-schedule setting
Previously, multiple path glob patterns could be set on each individual schedule, but all relied on a single global
root_path
/plex_path
pair set in Advanced configuration.Now, the
root_path
/plex_path
is customizable on a per-schedule basis, supporting multiple glob patterns perroot_path
/plex_path
pair, and multipleroot_path
/plex_path
pairs per schedule.Example:
Above, the single "New Years" date range schedule has multiple path glob pairs and subsequent patterns. This will find anything in
/local/root/1/pattern/1/*.mp4
,/local/root/1/pattern/2/*.mkv
,/local/root/2/pattern/3/*.mp4
, and/local/root/2/pattern/4/*.mkv
, map them to their corresponding remote (Plex) paths and include them along with any specified traditionalpaths
.As a result, legacy path globbing is no longer supported. Any legacy
path_globs
settings on schedules and the globalpath_globbing
settings under Advanced will be ignored. Users should migrate to the new per-schedule configuration instead.Related PRs
Full Changelog: 2.0.0...3.0.0
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions