Update subgen.py
Browse files
subgen.py
CHANGED
@@ -1010,7 +1010,7 @@ env_variables = {
|
|
1010 |
"PLEXTOKEN": {"description": "This needs to be set to your plex token", "default": "token here", "value": ""},
|
1011 |
"JELLYFINSERVER": {"description": "Set to your Jellyfin server address/port", "default": "http://jellyfin:8096", "value": ""},
|
1012 |
"JELLYFINTOKEN": {"description": "Generate a token inside the Jellyfin interface", "default": "token here", "value": ""},
|
1013 |
-
"WEBHOOKPORT": {"description": "Change this if you need a different port for your webhook", "default": "
|
1014 |
"USE_PATH_MAPPING": {"description": "Similar to sonarr and radarr path mapping, this will attempt to replace paths on file systems that don't have identical paths. Currently only support for one path replacement.", "default": False, "value": ""},
|
1015 |
"PATH_MAPPING_FROM": {"description": "This is the path of my media relative to my Plex server", "default": "/tv", "value": ""},
|
1016 |
"PATH_MAPPING_TO": {"description": "This is the path of that same folder relative to my Mac Mini that will run the script", "default": "/Volumes/TV", "value": ""},
|
|
|
1010 |
"PLEXTOKEN": {"description": "This needs to be set to your plex token", "default": "token here", "value": ""},
|
1011 |
"JELLYFINSERVER": {"description": "Set to your Jellyfin server address/port", "default": "http://jellyfin:8096", "value": ""},
|
1012 |
"JELLYFINTOKEN": {"description": "Generate a token inside the Jellyfin interface", "default": "token here", "value": ""},
|
1013 |
+
"WEBHOOKPORT": {"description": "Change this if you need a different port for your webhook", "default": "6000", "value": ""},
|
1014 |
"USE_PATH_MAPPING": {"description": "Similar to sonarr and radarr path mapping, this will attempt to replace paths on file systems that don't have identical paths. Currently only support for one path replacement.", "default": False, "value": ""},
|
1015 |
"PATH_MAPPING_FROM": {"description": "This is the path of my media relative to my Plex server", "default": "/tv", "value": ""},
|
1016 |
"PATH_MAPPING_TO": {"description": "This is the path of that same folder relative to my Mac Mini that will run the script", "default": "/Volumes/TV", "value": ""},
|