September 24, 2025Sep 24 Hello,I know there was few threads aobut that but still thoser thread are pretty old and non of guides over there worked for me, ive also checked unraid forum but still didnt found any solution.I'm looking for any app witch would have (preferably GUI -can be WebGUI) and would work on unRAID. Searching for any app witxch would download hi-res music (16b/44.1khz and up, can be in flac or any else for plexamp) from preferably qobuz, tidal or deezer (spotify has only 320 ogg). It woudl be perfect if it would be prevbuild docker. Docker im looking for will work on tokens/userid, ARL not direct login/pass.By far i have tested few options:bascurtiz/OrpheusDL-GUI- only Windows/MacOrfiTeam/OrpheusDL - its python based not prebuilded (im to noobish to build it on my own as a docker if its possible anyway)exislow/tidal-dl-ng - not prebuilded (im to noobish to build it on my own as a docker if its possible anyway)chmanie/tidal-dl-ng its a docker !! didnt found any instruction but my noobish sence tells me its not webgui but needs connection thru vnc (and it doesnt work since theres another vnc server on unraid (as i understand ? - vms one ?)ImAiiR/QobuzDownloaderX - Windows onlyDJDoubleD/QobuzDownloaderX-MOD - Windows onlyoskvr37/tiddl - not tested yet - possibly will work (but thats CLI not GUI)vitiko98/qobuz-dl - not prebuildedspinkever/qobuz-dl - dockerized vitiko98 version but can get to config file inside it since theres no root access nor vim/nano etc editors and changing config to use token not email//pass. ([qobuz] section set use_auth_token = true, email_or_userid to your id and password_or_token)QobuzDL/Qobuz-DL - cant get this working - dont know why.. did someone managed that?deemix - throws me "Track not found at desired bitrate and no alternative found!" no matter what ARL will put and no matter what bitrate i want, no matter what song album im looking for (POSSIBLE ISSUE on my site ??)casualsnek/onthespot - python based, not prebuilded (maybe this one if some will help me to rebuild it)passivelemon\onthespot-docker - docerised version of casualsnek version doesnt exist anymorelidarr (availible thru community apps also) - sill not working as far as i understand devs are working on some issue to repair it for me i get: Search for 'XXX' failed. Unable to communicate with LidarrAPI.lavaforge.org/spotizerr (availible thru community apps also) - for me looks prmicous but deezer service is not yet unavailible (for over yr by now as far as i read possilby never)cstaelen/tidarr - possibly working but needs to log in thru link - connected to email//passkmille2/deezer-downloader - possilby not working - i get message Could not retrieve song URL: 403 Client Error: Forbidden for url: https://media.deezer.com/v1/get_url on every song/album etc...So... do you managed to run and of these apps ?? or maybe you got diffrent one ??I'm amateur as Linux/unraid/docker operator so it is possible that some issues where generated by me or just i dont know how to get it working properly. If so please let me know "how to"
September 24, 2025Sep 24 Community Expert jdownlaoder with access to the http web links of content....Build your own docker. https://github.com/jlesage/docker-baseimage-guiif you have something that works and its a linux app based, you can make your own docker. Then use a Dockerfile that uses another docker as its base.Example Docker file# syntax=docker/dockerfile:1.7 FROM jlesage/baseimage-gui:ubuntu-24.04-v4.8.0 # ----- Locale ----- ENV LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DEBIAN_FRONTEND=noninteractive RUN add-pkg locales \ && sed-patch 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \ && locale-gen # ----- GUI base image env ----- ARG APP_ICON="picture.png" ARG APP_VERSION="0.1.0" RUN set-cont-env APP_NAME "Application name" \ && set-cont-env DISPLAY_WIDTH "1280" \ && set-cont-env DISPLAY_HEIGHT "800" \ && set-cont-env APP_VERSION "${APP_VERSION}" # ----- Install deps + VLC + common tools ----- # (keep it in ONE layer for smaller images) RUN apt-get update \ && apt-get install -y --no-install-recommends \ libfontconfig1 \ libxcb1 \ libxrender1 \ libxcb-icccm4 \ libxkbcommon-x11-0 \ libxext6 \ libxfixes3 \ libxi6 \ build-essential \ autoconf \ libssl-dev \ libboost-dev \ libboost-chrono-dev \ libboost-filesystem-dev \ libboost-program-options-dev \ libboost-system-dev \ libboost-test-dev \ libboost-thread-dev \ qtbase5-dev \ libprotobuf-dev \ protobuf-compiler \ libqrencode-dev \ libdb5.3++-dev \ libdb5.3-dev \ unattended-upgrades \ xdg-utils \ apt-utils \ curl jq tar gnupg ca-certificates git xz-utils \ bash mc nano vim sudo \ vlc \ && apt-get upgrade -y \ && apt-get autoremove -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # ----- Optional: copy an icon used by the web UI ----- # Place picture.png next to this Dockerfile when building. COPY ${APP_ICON} /usr/share/icons/hicolor/256x256/apps/app.png RUN set-cont-env APP_ICON "/usr/share/icons/hicolor/256x256/apps/app.png" # ----- (Optional) sudo for app user ----- # jlesage baseimage runs your app as the non-root "app" user already. # This adds passwordless sudo IF you really need it. RUN mkdir -p /etc/sudoers.d \ && echo "app ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/90-app-nopasswd \ && chmod 0440 /etc/sudoers.d/90-app-nopasswd # ----- Provide the startup wrapper expected by the base image ----- # Replace the VLC command with your own app binary/launcher. # The script must be executable and live at /startapp.sh COPY startapp.sh /startapp.sh RUN chmod +x /startapp.sh # ----- Healthcheck (checks the built-in web UI) ----- HEALTHCHECK --interval=30s --timeout=10s --start-period=30s \ CMD wget -qO- http://127.0.0.1:5800/ >/dev/null 2>&1 || exit 1 # ----- Volumes & ports used by jlesage GUI base ----- VOLUME ["/config"] EXPOSE 5800 # NOTE: ENTRYPOINT/CMD handled by base image; don't override. This will make a ubnutu os like docker that has a vnc web ui at docker ip port 5800 to access a web ui screen that runs vlc as an example."Latest"exampleis is a debain vnx web ui docker where you can install a linnux app that needs a gui and use the gui on unraid via a web Ui link...Due to copyright, licensing and what your accessing is the question when in regrds to aquireing music.I personaly use a widnwos VM and paid software like tune lab and any video converotor to pull content from apple music and youtube.In regards for files 16b/44.1khz and up due to the sound frequency your most likely going to be dealing with publishers and orginal source audio. or ilegaly accessed via torrents ... so to much of a grey area to really get involved only that its possble. most would use a *arrs setup for media content.https://trash-guides.info/I belive its called lidarr for music.https://wiki.servarr.com/lidarr/community-guide
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.