Closed janaxhell closed 2 months ago
Very strange. in my local env that doesn't happen
Maybe it is something related to Docker environment, gonna sort this out.
Maybe it's Portainer again. I always deploy from there.
Maybe it's Portainer again. I always deploy from there.
Don't worry, i am installing portainer now to try to replicate this, I am sure I'll find a solution.
it's not portainer, i have this too. environments are set directly in the compose stack. without the quotaion marks the space get's ignored.
it's not portainer, i have this too. environments are set directly in the compose stack. without the quotaion marks the space get's ignored.
It is docker compose fault.
Now the correct way to set the variable is
PLAYLIST_PREFIX="Prefix - "
I reccomend you to not use special chars like "'myplaylist' -01 '" in this variable, or something like ""Z PLAYLISTS" -". it won't work and will generate ugly names.
releasing soon.
Resolved in Release v0.2.0
Please reopen this issue if you still encounter errors
If I set
- PLAYLIST_PREFIX="Z - "
playlists will appear as "Z - "Queen Recommendations
If I set it to
- PLAYLIST_PREFIX=Z
(with a space after Z)playlists will appear as ZQueen Recommendations
Quotation marks are ugly, but also a space after the prefix is needed.