change download path

This commit is contained in:
2024-12-25 10:42:36 -06:00
parent 54d29791f1
commit 083b6fa8d6
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ spec:
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
nfs: nfs:
path: /volume2/Storage/Music Downloads path: /volume2/Storage/Music
server: synologybond.alexlebens.net server: synologybond.alexlebens.net
mountOptions: mountOptions:
- vers=4 - vers=4

View File

@@ -63,7 +63,7 @@ jellyplist:
- name: SPOTIFY_COUNTRY_CODE - name: SPOTIFY_COUNTRY_CODE
value: US value: US
- name: MUSIC_STORAGE_BASE_PATH - name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads/ value: /mnt/store/Music/
- name: SPOTDL_OUTPUT_FORMAT - name: SPOTDL_OUTPUT_FORMAT
value: "{artist}/{album}/{artist} - {album} - {title}" value: "{artist}/{album}/{artist} - {album} - {title}"
- name: REDIS_URL - name: REDIS_URL
@@ -114,7 +114,7 @@ jellyplist:
advancedMounts: advancedMounts:
main: main:
main: main:
- path: /mnt/store/Music Downloads - path: /mnt/store/Music
readOnly: false readOnly: false
valkey: valkey:
architecture: standalone architecture: standalone