Removing Podcasts folder
This commit is contained in:
@@ -68,3 +68,12 @@ TRANSCRIPTS_HOST_DIR=/mnt/nfs/transcripts
|
||||
# MODELS_HOST_DIR=./models
|
||||
# MEILI_DATA_HOST_DIR=./data/meili
|
||||
# REDIS_DATA_HOST_DIR=./data/redis
|
||||
|
||||
# RSS / Podcast downloads
|
||||
# Where to save downloaded podcast audio (inside the container mount)
|
||||
PODCASTS_ROOT=/library
|
||||
# Organize under per-show subfolders (true/false)
|
||||
PODCASTS_PER_SHOW=true
|
||||
# Scan interval (minutes) for rss_ingest; set RSS_ONCE=1 for one-shot
|
||||
# RSS_SCAN_MINUTES=120
|
||||
# RSS_ONCE=0
|
||||
|
||||
Reference in New Issue
Block a user