Closed KawaKode closed 11 months ago
@KawaKode thanks for your feedback !
Could you please try to mount a new volume by adding in your docker-compose.yml
:
-v /mnt/d4/incomplete:/home/app/standalone/download/incomplete \
Btw @KawaKode , what is the download path specified in /docker/tidarr/config/.tidal-dl.json
?
You should have this existing line : "downloadPath": "./download/incomplete",
You also can try to use the absolute path "downloadPath": "/home/app/standalone/download/incomplete",
I changed the path in the config before that, but by mapping the incomplete folder to my Musique folder, it seems to not error out anymore. So what I'll do is map the incomplete folder in a temp folder on my docker instance and keep my Musique folder mapped to the configured path in the .tidal-dl.json.
Thanks for your time !
Good news 👍 Thank you for your interest =)
UPDATE : Don't map the incomplete to your actual music folder, it will erase everything in it Don't ask me why I know that 🙃
Le mar. 19 déc. 2023, 09:01, Clément S. @.***> a écrit :
Good news 👍 Thank you for your interest =)
— Reply to this email directly, view it on GitHub https://github.com/cstaelen/tidarr/issues/1#issuecomment-1862286212, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASCZADHZBGJGORE4UV7U2HLYKFCUDAVCNFSM6AAAAABAWPCHACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRSGI4DMMRRGI . You are receiving this because you modified the open/close state.Message ID: @.***>
I could warn you about this indeed 😶 .
incomplete folder is just a "temp directory" using to receive downloads before > processing > beeting (optional) > moving to tracks
or album
folder > cleaning. 👍
Hello,
First of all, your apps works great, Tidal-DL does it's job wonderfully. The only issue I have is "cosmetic".
You see, I have mapped my music folder directly to the download folder inside the container but I noticed that after the Download completes, there's some kind of script that wants to move the downloaded files elsewhere, but it's not very useful as I just want to download straight to my music folder. Here is an example of the issue :
It would be nice to add the option to not move the files at the end of a download.