feat(Youtube-dl): Move to Stable (#4263)

* feat(Youtube-dl): Move to Stable

* cleanup

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
StevenMcElligott 2022-11-01 05:25:17 -04:00 committed by GitHub
parent 4650b70bce
commit 7a67420063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 141 additions and 141 deletions

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/youtubedl-material - https://github.com/truecharts/charts/tree/master/charts/incubator/youtubedl-material
- https://hub.docker.com/r/tzahi12345/youtubedl-material - https://hub.docker.com/r/tzahi12345/youtubedl-material
- https://github.com/Tzahi12345/YoutubeDL-Material - https://github.com/Tzahi12345/YoutubeDL-Material
version: 1.0.16 version: 1.1.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -13,283 +13,283 @@ questions:
# Include{controllerExpert} # Include{controllerExpert}
# Include{controllerExpertExtraArgs} # Include{controllerExpertExtraArgs}
- variable: env - variable: env
group: "Container Configuration" group: Container Configuration
label: "Image Environment" label: Image Environment
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: mainsettings - variable: mainsettings
label: "Main Settings" label: Main Settings
schema: schema:
type: boolean type: boolean
default: true default: true
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: ytdl_url - variable: ytdl_url
label: "URL" label: URL
description: "URL for the frontend" description: URL for the frontend
schema: schema:
type: string type: string
default: "" default: ""
- variable: ytdl_multi_user_mode - variable: ytdl_multi_user_mode
label: "Multi User Mode" label: Multi User Mode
description: "Allows creation of users (with their own files), roles, and permissions" description: Allows creation of users (with their own files), roles, and permissions
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_allow_subscriptions - variable: ytdl_allow_subscriptions
label: "Allow Subscriptions" label: Allow Subscriptions
description: "Allows subscribing to channels" description: Allows subscribing to channels
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_subscriptions_check_interval - variable: ytdl_subscriptions_check_interval
label: "Subscriptions Check Interval" label: Subscriptions Check Interval
description: "Amount of time between cycling through all subscriptions." description: Amount of time between cycling through all subscriptions.
schema: schema:
type: int type: int
default: 86400 default: 86400
- variable: ytdl_subscriptions_redownload_fresh_uploads - variable: ytdl_subscriptions_redownload_fresh_uploads
label: "Subscriptions Redownload Fresh Uploads" label: Subscriptions Redownload Fresh Uploads
description: "Checks day-old or newer videos in a subscription to see if a higher quality one exists. If it does, it's downloaded." description: Checks day-old or newer videos in a subscription to see if a higher quality one exists. If it does, it's downloaded.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_allow_theme_change - variable: ytdl_allow_theme_change
label: "Allow Theme Change" label: Allow Theme Change
description: "Allows the theme to be changed by hitting the 3 dots in the top right corner" description: Allows the theme to be changed by hitting the 3 dots in the top right corner
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_default_theme - variable: ytdl_default_theme
label: "Default Theme" label: Default Theme
description: "Sets the default theme." description: Sets the default theme.
schema: schema:
type: string type: string
default: "default" default: default
enum: enum:
- value: "default" - value: default
description: "default" description: default
- value: "dark" - value: dark
description: "dark" description: dark
- variable: extrasettigns - variable: extrasettigns
label: "Extra Settings" label: Extra Settings
schema: schema:
type: boolean type: boolean
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: ytdl_title_top - variable: ytdl_title_top
label: "Title Top" label: Title Top
description: "Sets the top bar and browser tab title." description: Sets the top bar and browser tab title.
schema: schema:
type: string type: string
default: "YoutubeDL-Material" default: YoutubeDL-Material
- variable: ytdl_file_manager_enabled - variable: ytdl_file_manager_enabled
label: "Enable File Manager" label: Enable File Manager
description: "Enables file management in the home screen." description: Enables file management in the home screen.
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_enable_downloads_manager - variable: ytdl_enable_downloads_manager
label: "Enable Download Manager" label: Enable Download Manager
description: "Enables download management page." description: Enables download management page.
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_allow_quality_select - variable: ytdl_allow_quality_select
label: "Allow Quality Select" label: Allow Quality Select
description: "Allows changing quality of files (resolution/bitrate). Disabling this means it's always the best quality selected." description: Allows changing quality of files (resolution/bitrate). Disabling this means it's always the best quality selected.
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_download_only_mode - variable: ytdl_download_only_mode
label: "Download Only Mode" label: Download Only Mode
description: "Playing videos is disabled, they can only be downloaded." description: Playing videos is disabled, they can only be downloaded.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_use_api_key - variable: ytdl_use_api_key
label: "Enable YTDL-Material API Key" label: Enable YTDL-Material API Key
description: "Allows YoutubeDL-Material's API to be utilized." description: Allows YoutubeDL-Material's API to be utilized.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_api_key - variable: ytdl_api_key
label: "YTDL-Material API Key" label: YTDL-Material API Key
description: "Key used to authenticate YoutubeDL-Material's API users." description: Key used to authenticate YoutubeDL-Material's API users.
schema: schema:
type: string type: string
private: true private: true
default: "" default: ""
- variable: ytdl_youtube_api_key - variable: ytdl_youtube_api_key
label: "Youtube API Key" label: Youtube API Key
description: "Youtube API Key." description: Youtube API Key.
schema: schema:
type: string type: string
private: true private: true
default: "" default: ""
- variable: ytdl_use_twitch_api - variable: ytdl_use_twitch_api
label: "Enable Twitch API Key" label: Enable Twitch API Key
description: "Enables Twitch API use, currently only used for downloading chats for VODs." description: Enables Twitch API use, currently only used for downloading chats for VODs.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_twitch_api_key - variable: ytdl_twitch_api_key
label: "Twitch API Key" label: Twitch API Key
description: "Twitch API Key." description: Twitch API Key.
schema: schema:
type: string type: string
private: true private: true
default: "" default: ""
- variable: ytdl_twitch_auto_download_chat - variable: ytdl_twitch_auto_download_chat
label: "Twitch Auto Download Chat" label: Twitch Auto Download Chat
description: "Automatically downloads Twitch chats for VODs." description: Automatically downloads Twitch chats for VODs.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_use_sponsorblock_api - variable: ytdl_use_sponsorblock_api
label: "Enable SponsorBlock" label: Enable SponsorBlock
description: "Enables Skip ads button in the video player if found on SponsorBlock." description: Enables Skip ads button in the video player if found on SponsorBlock.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_generate_nfo_files - variable: ytdl_generate_nfo_files
label: "Generate NFO Files" label: Generate NFO Files
description: "Automatically creates NFO files for downloaded videos, primarily used with Kodi." description: Automatically creates NFO files for downloaded videos, primarily used with Kodi.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: downloadersettigns - variable: downloadersettigns
label: "Downloader Settings" label: Downloader Settings
schema: schema:
type: boolean type: boolean
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: ytdl_default_file_output - variable: ytdl_default_file_output
label: "Default File Output" label: Default File Output
description: "Changes the formatting for file names based on youtube-dl output template." description: Changes the formatting for file names based on youtube-dl output template.
schema: schema:
type: string type: string
default: "" default: ""
- variable: ytdl_custom_args - variable: ytdl_custom_args
label: "Custom Args" label: Custom Args
description: "Youtube-dl args that get added to every download." description: Youtube-dl args that get added to every download.
schema: schema:
type: string type: string
default: "" default: ""
- variable: ytdl_allow_playlist_categorization - variable: ytdl_allow_playlist_categorization
label: "Allow Playlist Categorization" label: Allow Playlist Categorization
description: "Allow Playlist Categorization" description: Allow Playlist Categorization
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_use_youtubedl_archive - variable: ytdl_use_youtubedl_archive
label: "Use Youtubedl Archive" label: Use Youtubedl Archive
description: "Creates and uses archive text files to avoid redownloading the same file, and helps track/port already downloaded files." description: Creates and uses archive text files to avoid redownloading the same file, and helps track/port already downloaded files.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_include_thumbnail - variable: ytdl_include_thumbnail
label: "Include Thumbnail" label: Include Thumbnail
description: "Downloads thumbnail along with file." description: Downloads thumbnail along with file.
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_include_metadata - variable: ytdl_include_metadata
label: "Include Metadata" label: Include Metadata
description: "Downloads .info.json files along with file (highly recommended)." description: Downloads .info.json files along with file (highly recommended).
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_max_concurrent_downloads - variable: ytdl_max_concurrent_downloads
label: "Max Concurrent Downloads" label: Max Concurrent Downloads
description: "Limits the number of simultaneous downloads." description: Limits the number of simultaneous downloads.
schema: schema:
type: int type: int
default: 5 default: 5
- variable: ytdl_download_rate_limit - variable: ytdl_download_rate_limit
label: "Rate Limit" label: Rate Limit
description: "Limits download speed." description: Limits download speed.
schema: schema:
type: string type: string
default: "" default: ""
- variable: advancedsettigns - variable: advancedsettigns
label: "Advanced Settings" label: Advanced Settings
schema: schema:
type: boolean type: boolean
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: ytdl_default_downloader - variable: ytdl_default_downloader
label: "Default Downloader" label: Default Downloader
description: "youtube-dl fork to use (youtube-dl, youtube-dlc, or yt-dlp)" description: youtube-dl fork to use (youtube-dl, youtube-dlc, or yt-dlp)
schema: schema:
type: string type: string
default: "yt-dlp" default: yt-dlp
enum: enum:
- value: "yt-dlp" - value: yt-dlp
description: "yt-dlp" description: yt-dlp
- value: "youtube-dlc" - value: youtube-dlc
description: "youtube-dlc" description: youtube-dlc
- value: "youtube-dl" - value: youtube-dl
description: "youtube-dl" description: youtube-dl
- variable: ytdl_use_default_downloading_agent - variable: ytdl_use_default_downloading_agent
label: "Use Default Downloading Agent" label: Use Default Downloading Agent
description: "Whether to use youtube-dl's default agent or an alternative." description: Whether to use youtube-dl's default agent or an alternative.
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: ytdl_custom_downloading_agent - variable: ytdl_custom_downloading_agent
label: "Custom Downloading Agent" label: Custom Downloading Agent
description: "Preferred download agent, only used if Use default downloading agent is set to false." description: Preferred download agent, only used if Use default downloading agent is set to false.
schema: schema:
type: string type: string
default: "" default: ""
- variable: ytdl_logger_level - variable: ytdl_logger_level
label: "Logger Level" label: Logger Level
description: "Logger Level." description: Logger Level.
schema: schema:
type: string type: string
default: "info" default: info
enum: enum:
- value: "info" - value: info
description: "info" description: info
- value: "info" - value: info
description: "info" description: info
- value: "debug" - value: debug
description: "debug" description: debug
- value: "verbose" - value: verbose
description: "verbose" description: verbose
- value: "warn" - value: warn
description: "warn" description: warn
- value: "error" - value: error
description: "error" description: error
- variable: ytdl_jwt_expiration - variable: ytdl_jwt_expiration
label: "JWT Expiration" label: JWT Expiration
description: "Length of time it takes for logins to expire." description: Length of time it takes for logins to expire.
schema: schema:
type: int type: int
default: 86400 default: 86400
- variable: ytdl_allow_advanced_download - variable: ytdl_allow_advanced_download
label: "JWT Expiration" label: JWT Expiration
description: "Enables an advanced download tab on the home page for additional download settings and information." description: Enables an advanced download tab on the home page for additional download settings and information.
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: ytdl_use_cookies - variable: ytdl_use_cookies
label: "Use Cookies" label: Use Cookies
description: "Enables usage of uploaded cookies to download videos as if you were logged into that website." description: Enables usage of uploaded cookies to download videos as if you were logged into that website.
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot} # Include{serviceRoot}
- variable: main - variable: main
label: "Main Service" label: Main Service
description: "The Primary service on which the healthcheck runs, often the webUI" description: The Primary service on which the healthcheck runs, often the webUI
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -297,22 +297,22 @@ questions:
# Include{serviceSelectorLoadBalancer} # Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras} # Include{serviceSelectorExtras}
- variable: main - variable: main
label: "Main Service Port Configuration" label: Main Service Port Configuration
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: "Port" label: Port
description: "This port exposes the container port on the service" description: This port exposes the container port on the service
schema: schema:
type: int type: int
default: 10253 default: 10253
required: true required: true
# Include{advancedPortHTTP} # Include{advancedPortHTTP}
- variable: targetPort - variable: targetPort
label: "Target Port" label: Target Port
description: "The internal(!) port on the container the Application runs on" description: The internal(!) port on the container the Application runs on
schema: schema:
type: int type: int
default: 10253 default: 10253
@ -322,8 +322,8 @@ questions:
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: appdata - variable: appdata
label: "App AppData Storage" label: App AppData Storage
description: "Stores the Application AppData." description: Stores the Application AppData.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -331,8 +331,8 @@ questions:
# Include{persistenceBasic} # Include{persistenceBasic}
# Include{persistenceAdvanced} # Include{persistenceAdvanced}
- variable: users - variable: users
label: "App Users Storage" label: App Users Storage
description: "Stores the Application Users." description: Stores the Application Users.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -340,8 +340,8 @@ questions:
# Include{persistenceBasic} # Include{persistenceBasic}
# Include{persistenceAdvanced} # Include{persistenceAdvanced}
- variable: subscriptions - variable: subscriptions
label: "App Subscriptions Storage" label: App Subscriptions Storage
description: "Stores the Application Subscriptions." description: Stores the Application Subscriptions.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -349,8 +349,8 @@ questions:
# Include{persistenceBasic} # Include{persistenceBasic}
# Include{persistenceAdvanced} # Include{persistenceAdvanced}
- variable: audio - variable: audio
label: "App Audio Storage" label: App Audio Storage
description: "Stores the Application Audio." description: Stores the Application Audio.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -358,8 +358,8 @@ questions:
# Include{persistenceBasic} # Include{persistenceBasic}
# Include{persistenceAdvanced} # Include{persistenceAdvanced}
- variable: video - variable: video
label: "App Video Storage" label: App Video Storage
description: "Stores the Application Video." description: Stores the Application Video.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -369,7 +369,7 @@ questions:
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot} # Include{ingressRoot}
- variable: main - variable: main
label: "Main Ingress" label: Main Ingress
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -382,42 +382,42 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- variable: privileged - variable: privileged
label: "Privileged mode" label: Privileged mode
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: readOnlyRootFilesystem - variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem" label: ReadOnly Root Filesystem
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: Allow Privilege Escalation
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: runAsNonRoot - variable: runAsNonRoot
label: "runAsNonRoot" label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{securityContextAdvanced} # Include{securityContextAdvanced}
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: "runAsUser" label: runAsUser
description: "The UserID of the user running the application" description: The UserID of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: runAsGroup
description: "The groupID this App of the user running the application" description: The groupID this App of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: fsGroup - variable: fsGroup
label: "fsGroup" label: fsGroup
description: "The group that should own ALL storage." description: The group that should own ALL storage.
schema: schema:
type: int type: int
default: 1000 default: 1000

View File

@ -31,8 +31,8 @@ env:
ytdl_subscriptions_check_interval: 86400 ytdl_subscriptions_check_interval: 86400
ytdl_subscriptions_redownload_fresh_uploads: false ytdl_subscriptions_redownload_fresh_uploads: false
ytdl_allow_theme_change: true ytdl_allow_theme_change: true
ytdl_default_theme: "default" ytdl_default_theme: default
ytdl_title_top: "YoutubeDL-Material" ytdl_title_top: YoutubeDL-Material
ytdl_file_manager_enabled: true ytdl_file_manager_enabled: true
ytdl_enable_downloads_manager: true ytdl_enable_downloads_manager: true
ytdl_allow_quality_select: true ytdl_allow_quality_select: true
@ -53,10 +53,10 @@ env:
ytdl_include_metadata: true ytdl_include_metadata: true
ytdl_max_concurrent_downloads: 5 ytdl_max_concurrent_downloads: 5
ytdl_download_rate_limit: "" ytdl_download_rate_limit: ""
ytdl_default_downloader: "yt-dlp" ytdl_default_downloader: yt-dlp
ytdl_use_default_downloading_agent: true ytdl_use_default_downloading_agent: true
ytdl_custom_downloading_agent: "" ytdl_custom_downloading_agent: ""
ytdl_logger_level: "debug" ytdl_logger_level: debug
ytdl_jwt_expiration: 86400 ytdl_jwt_expiration: 86400
ytdl_allow_advanced_download: false ytdl_allow_advanced_download: false
ytdl_use_cookies: false ytdl_use_cookies: false
@ -70,23 +70,23 @@ service:
persistence: persistence:
appdata: appdata:
enabled: true enabled: true
mountPath: "/app/appdata" mountPath: /app/appdata
users: users:
enabled: true enabled: true
mountPath: "/app/users" mountPath: /app/users
subscriptions: subscriptions:
enabled: true enabled: true
mountPath: "/app/subscriptions" mountPath: /app/subscriptions
audio: audio:
enabled: true enabled: true
mountPath: "/app/audio" mountPath: /app/audio
video: video:
enabled: true enabled: true
mountPath: "/app/video" mountPath: /app/video
mongodb: mongodb:
enabled: true enabled: true
existingSecret: "mongodbcreds" existingSecret: mongodbcreds
mongodbUsername: ytdl_material mongodbUsername: ytdl_material
# DB name seems to be harcoded in their app # DB name seems to be harcoded in their app
mongodbDatabase: ytdl_material mongodbDatabase: ytdl_material