RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

[Feat]: Deezer Premium album stuck at Downloading step #230

Open JoachimVeulemans opened 1 year ago

JoachimVeulemans commented 1 year ago

Describe the bug I have set up Lidarr extended with Deezer support. I am using a free account (no subscription to Deezer). When the Audio.sh script tries to download a premium album, the script hangs on the downloading step. Is it possible to add a env variable for free account (true/false) and skip premium albums if free is true? Maybe it can also be found in the Deezer profile and the environment variable is not required.

To Reproduce Steps to reproduce the behavior:

  1. Configure Deezer with a free account
  2. Add this album as test: 'https://www.deezer.com/nl/album/312832697'
  3. Audio.sh script will be stuck at the downloading step

Expected behavior The Audio.sh script should skip the download of at least time-out after some time and move on to the next.

Docker Info:

RandomNinjaAtk commented 1 year ago

Seems more like a client issue, because the script just hands it off to the download client. If someone wants to write a PR to enhance it here via the script, PR welcome.