You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue, that I can change the AUDIO_DOWNLOAD_DIR and it will comply to it, but the link in the WebUI won't change to the right URL, it just stays with /download/file even if you change PUBLIC_HOST_AUDIO_URL accordantly.
For example I download one video from YouTube with the option any if will download it. In the complete list it will be at http://server:8081/download/file.webm. If I download the same video again and choose the flac format afterwards, it will download and overwrite the pervious entry to http://server:8081/download/file.flac. So the old entry isn't anymore in the list and the new entry of the music file is in the wrong directory.
I still can access both files fine over the index with DOWNLOAD_DIRS_INDEXABLE, but the WebUI mess it up.
Also if you let both types in the same directory the *.webm will be deleted after creating the *.flac.
Here is my docker-compose.yml. Ich also tried to set PUBLIC_HOST_AUDIO_URL to http://server:8081/audio_download before, but nothing seems to effect the link to the content.
I have an issue, that I can change the
AUDIO_DOWNLOAD_DIR
and it will comply to it, but the link in the WebUI won't change to the right URL, it just stays with/download/file
even if you changePUBLIC_HOST_AUDIO_URL
accordantly.For example I download one video from YouTube with the option any if will download it. In the complete list it will be at
http://server:8081/download/file.webm
. If I download the same video again and choose the flac format afterwards, it will download and overwrite the pervious entry tohttp://server:8081/download/file.flac
. So the old entry isn't anymore in the list and the new entry of the music file is in the wrong directory.I still can access both files fine over the index with
DOWNLOAD_DIRS_INDEXABLE
, but the WebUI mess it up.Also if you let both types in the same directory the
*.webm
will be deleted after creating the*.flac
.Here is my
docker-compose.yml
. Ich also tried to setPUBLIC_HOST_AUDIO_URL
tohttp://server:8081/audio_download
before, but nothing seems to effect the link to the content.The text was updated successfully, but these errors were encountered: