- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Genre split and podcast download issue #473
Comments
what is the error that you get? |
|
can you try this in your docker compose instead environment:
- "GONIC_MULTI_VALUE_GENRE=delim ," |
same issue |
whats the error message this time? maybe try just environment:
- GONIC_MULTI_VALUE_GENRE=delim , |
i did that previews with same result |
with the same error message? are you sure you did a docker compose up? |
|
what is the output of |
ohh, i know what the issue is |
[
"TZ=Europe/Stockholm",
"GONIC_SCAN_INTERVAL=5",
"GONIC_GENRE_SPLIT=,",
"GONIC_SCAN_WATCHER_ENABLED=1",
"GONIC_MULTI_VALUE_GENRE=delim ,",
"GONIC_MULTI_VALUE_ARTIST=multi",
"GONIC_MULTI_VALUE_ALBUM_ARTIST=multi",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"GONIC_DB_PATH=/data/gonic.db",
"GONIC_LISTEN_ADDR=:80",
"GONIC_MUSIC_PATH=/music",
"GONIC_PODCAST_PATH=/podcasts",
"GONIC_CACHE_PATH=/cache",
"GONIC_PLAYLISTS_PATH=/playlists"
] |
hi, the issue is that the config parser gonic uses treats i've just updated it to a version that supprots escapting the delimiter with so you should be able to write
as for the podcast issue, as fix was pushed unfortunately the nightly builds are broken since #467 so you'll have to wait for that |
gonic version: 0.16.2
type: docker
image: sentriz/gonic:nightly
I currently have 2 problems with my gonic setup.
GONIC_MULTI_VALUE_GENRE="delim ,"
i get a warning in the log that its not setgonic directory files from host view
start up log
docker-compose.yml
The text was updated successfully, but these errors were encountered: