File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ YOUTUBE_API_KEY=
2424# FFMPEG_PATH=
2525# Assign a custom path to yt-dlp
2626# YTDLP_PATH=
27+ # Keywords to ignore on videos downloaded by youtube (separated by only commas)
28+ # FILTER_LIST="live,remix,instrumental"
2729# Library in Jellyfin/Plex to use (optional, leave empty to create a new library based on DOWNLOAD_DIR)
2830# LIBRARY_NAME=
2931# Define a custom filename sepatator for special characters
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ type Youtube struct {
6565 Separator string `env:"FILENAME_SEPARATOR" env-default:" "`
6666 FfmpegPath string `env:"FFMPEG_PATH"`
6767 YtdlpPath string `env:"YTDLP_PATH"`
68- FilterList []string `env:"FILTERLIST " env-default:"live,remix,instrumental"`
68+ FilterList []string `env:"FILTER_LIST " env-default:"live,remix,instrumental"`
6969}
7070type Listenbrainz struct {
7171 Discovery string `env:"LISTENBRAINZ_DISCOVERY" env-default:"playlist"`
You can’t perform that action at this time.
0 commit comments