add output format
This commit is contained in:
@@ -26,15 +26,17 @@ jellyplist:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyplist-secret
|
name: jellyplist-secret
|
||||||
key: jellyfin-admin-password
|
key: jellyfin-admin-password
|
||||||
|
- name: SPOTDL_OUTPUT_FORMAT
|
||||||
|
value: "{artist}/{album}/{title}"
|
||||||
- name: LIDARR_URL
|
- name: LIDARR_URL
|
||||||
value: http://lidarr2.lidarr2:80
|
value: http://lidarr2.lidarr2:80
|
||||||
- name: LIDARR_API_KEY
|
- name: LIDARR_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyplist-secret
|
name: jellyplist-secret
|
||||||
key: lidarr-key
|
key: lidarr-key
|
||||||
- name: MUSIC_STORAGE_BASE_PATH
|
- name: MUSIC_STORAGE_BASE_PATH
|
||||||
value: /mnt/store/Music Downloads
|
value: /mnt/store/Music Downloads/
|
||||||
- name: SPOTIFY_CLIENT_ID
|
- name: SPOTIFY_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -98,15 +100,17 @@ jellyplist:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyplist-secret
|
name: jellyplist-secret
|
||||||
key: jellyfin-admin-password
|
key: jellyfin-admin-password
|
||||||
|
- name: SPOTDL_OUTPUT_FORMAT
|
||||||
|
value: "{artist}/{album}/{title}"
|
||||||
- name: LIDARR_URL
|
- name: LIDARR_URL
|
||||||
value: http://lidarr2.lidarr2:80
|
value: http://lidarr2.lidarr2:80
|
||||||
- name: LIDARR_API_KEY
|
- name: LIDARR_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyplist-secret
|
name: jellyplist-secret
|
||||||
key: lidarr-key
|
key: lidarr-key
|
||||||
- name: MUSIC_STORAGE_BASE_PATH
|
- name: MUSIC_STORAGE_BASE_PATH
|
||||||
value: /mnt/store/Music Downloads
|
value: /mnt/store/Music Downloads/
|
||||||
- name: SPOTIFY_CLIENT_ID
|
- name: SPOTIFY_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -170,15 +174,17 @@ jellyplist:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyplist-secret
|
name: jellyplist-secret
|
||||||
key: jellyfin-admin-password
|
key: jellyfin-admin-password
|
||||||
|
- name: SPOTDL_OUTPUT_FORMAT
|
||||||
|
value: "{artist}/{album}/{title}"
|
||||||
- name: LIDARR_URL
|
- name: LIDARR_URL
|
||||||
value: http://lidarr2.lidarr2:80
|
value: http://lidarr2.lidarr2:80
|
||||||
- name: LIDARR_API_KEY
|
- name: LIDARR_API_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: jellyplist-secret
|
name: jellyplist-secret
|
||||||
key: lidarr-key
|
key: lidarr-key
|
||||||
- name: MUSIC_STORAGE_BASE_PATH
|
- name: MUSIC_STORAGE_BASE_PATH
|
||||||
value: /mnt/store/Music Downloads
|
value: /mnt/store/Music Downloads/
|
||||||
- name: SPOTIFY_CLIENT_ID
|
- name: SPOTIFY_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
Reference in New Issue
Block a user