tidal-dl
tidal-dl copied to clipboard
Web UI wrapper for tidal-dl
Docker compose: `version: "3" services: tidal-dl: container_name: tidal-dl image: rgnet1/tidal-dl:latest ports: - "8885:80" volumes: - /volume2/media/tidaldl:/production/www/cgi-bin/download/ - /volume1/docker/tidaldl/configuration:/production/www/cgi-bin/configuration/` I open the webui and enter an album and it asks me...
Updates
This is an awesome docker! I use it all the time. Is there any way we could be able to update it to newer versions of tidal-dl to get the...
Is there another way to log out via "Enter '2': Logout"? Maybe edit a file or something? thanks!
As per title. Closing webui just stops downloads. How to: - add a few albums to the download list - start downloads - close webui downloader will stop.
the download on the web interface does not work anymore and in the terminal I have errors : 
It's would be nice a new feature for display on webpage the the time remaining before the next connection required for tidal to retrieve a token :) And the possibility...
Hi, I’m using the development branch and when I try to log in by following the guide and pressing 5 and then 3, it doesn’t ask me to link my...
Hi @Rgnet1, I use your image for **tidal-dl-ng,** its great, thank you for sharing it! The minimum version for python has been bumped to 3.12 in the latest version, I...