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’ve set up Tidal sync, and I can see my Tidal artists appearing in Tidalrr with albums listed under the Albums section. I’ve verified that permissions are correct; when I run docker exec -ti tidalrr /bin/sh, navigate to /app/download, and create a test file with touch test, I can see that I’m able to write to the host-mapped folder without issues.
I’ve also started Tidalrr with both PUID and GUID set to 0.
Here’s the permission setup on my host folder:
root@Murray:/mnt/user/HEY/Music/tidalrr# ls -lah
total 0
drwxrwxrwx 1 root root 28 Oct 7 09:13 ./
drwxrwxrwx 1 root root 60 Oct 7 09:12 ../
drwxrwxrwx 1 root root 8 Oct 7 10:03 download/
drwxrwxrwx 1 root root 0 Oct 7 09:13 import/
However, when I click the “Download” task button, nothing happens. Here’s what I see in the logs:
The albums remain at 0% downloaded, and the logs stay completely empty—there’s no error message or any indication of an issue.
Does anyone have an idea of what might be causing this? Is there a way to enable verbose or debug logging to help identify what might be blocking the process?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Hi there,
I’ve set up Tidal sync, and I can see my Tidal artists appearing in Tidalrr with albums listed under the Albums section. I’ve verified that permissions are correct; when I run docker exec -ti tidalrr /bin/sh, navigate to /app/download, and create a test file with touch test, I can see that I’m able to write to the host-mapped folder without issues.
I’ve also started Tidalrr with both PUID and GUID set to 0.
Here’s the permission setup on my host folder:
However, when I click the “Download” task button, nothing happens. Here’s what I see in the logs:
The albums remain at 0% downloaded, and the logs stay completely empty—there’s no error message or any indication of an issue.
Does anyone have an idea of what might be causing this? Is there a way to enable verbose or debug logging to help identify what might be blocking the process?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: