Compare commits
1 Commits
5c10089e77
...
f1db595fa7
| Author | SHA1 | Date | |
|---|---|---|---|
|
f1db595fa7
|
@@ -20,9 +20,11 @@ ytdl-sub:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- ytdl-sub
|
- ytdl-sub
|
||||||
|
- --dry-run
|
||||||
- -c
|
- -c
|
||||||
- /config/config.yaml
|
- /config/config.yaml
|
||||||
- sub
|
- sub
|
||||||
|
# - /config/subscriptions.yaml
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
@@ -38,12 +40,24 @@ ytdl-sub:
|
|||||||
data:
|
data:
|
||||||
config.yaml: |
|
config.yaml: |
|
||||||
configuration:
|
configuration:
|
||||||
working_directory: /config
|
working_directory: /cache
|
||||||
|
presets:
|
||||||
|
Files Override:
|
||||||
|
overrides:
|
||||||
|
embed_thumbnail: True
|
||||||
|
Music Override:
|
||||||
|
overrides:
|
||||||
|
square_thumbnail: True
|
||||||
|
music_directory: "/music"
|
||||||
|
YouTube Music Subscriptions:
|
||||||
|
preset:
|
||||||
|
- "Max MP3 Quality"
|
||||||
|
- "Music Override"
|
||||||
|
- "Files Override"
|
||||||
|
|
||||||
subscriptions.yaml: |
|
subscriptions.yaml: |
|
||||||
__preset__:
|
__preset__:
|
||||||
overrides:
|
overrides:
|
||||||
embed_thumbnail: True
|
|
||||||
square_thumbnail: True
|
|
||||||
music_directory: /music
|
music_directory: /music
|
||||||
YouTube Releases:
|
YouTube Releases:
|
||||||
= YouTube:
|
= YouTube:
|
||||||
|
|||||||
Reference in New Issue
Block a user