Tidal Connect installed on Moode Audio #5
Replies: 20 comments 62 replies
-
|
Hi! and after this script pi@moode:/ $ ./configure.sh -n "AUDIO" -f "Tidal" -m "Moode" from which directory should I run the configure.sh script? or what else would I need to do to configure the default sound device? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, you need to clone the repository first. Let me know if this helps |
Beta Was this translation helpful? Give feedback.
-
|
BTW why "AUDIO" for the "-n" parameter? Is that the name of the sound card? |
Beta Was this translation helpful? Give feedback.
-
|
You may also want to have a look to the upmpdcli docker image (https://github.com/GioF71/upmpdcli-docker), there is a new Tidal plugin which will allow you to create a media server dedicated to Tidal. See discussion here |
Beta Was this translation helpful? Give feedback.
-
First of all, thank you for starring the repo. Cheers |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I have added "cd $HOME/tidal-connect" where needed (hopefully), let me know! |
Beta Was this translation helpful? Give feedback.
-
|
Hi - unfortunately, since a couple of days ago, this solution has stopped working for me. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I'm DIYer from Thailand . I've found out issue that My DAC only display 48KHz maximum bit rate only. and additional question if tidal connect can pass http stream to MPD player instead to go direct to alsa? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, unfortunately this solution is quite limited, see here. About mpd, what you ask is not possible AFAIK. Even if, maybe captured from the logs, a stream might be playable by mpd (but I never tried), the application would not be able to control mpd. I have built a Tidal plugin for upmpdcli, maybe give it a try (sample configuration here). Cheers |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for this. I really had to struggle, but I got it working. The key is to get the DAC name right. I also happen to have iqaudio, and there's a sample file. The one I had to configure to get it working is fine. If anyone finds it useful, the ASOUND_FILE_PREFIX parameter is helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hello! lately I realized that my Moode with the lovely Tidal docker designed by you, stopped playing in Hi-Res, even 16bit/44100kBps. it can be easily seen in Windows Tidal application, where the rate window shows LOW instead of HIGH. I opened the ticket to Tidal support, but they still did not figured out the issue. Can anything be done on the docker side to fix that? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @ponim, I just tried, an 16/44 works on my side. Can you post the container logs? |
Beta Was this translation helpful? Give feedback.
-
|
hi |
Beta Was this translation helpful? Give feedback.
-
|
attaching Docker-Compose logs |
Beta Was this translation helpful? Give feedback.
-
|
this line is scary: Can you try to remove CARD_FORMAT=S24_LE from your .env file? usually we can use S16_LE or S32_LE. You might as well not need the parameter at all. But S24_LE is problematic AFAIK, some DACs don't work with that setting. A re-create always happens if you change the value of any env variable. The --force-recreate tell docker to always create the container from scratch. |
Beta Was this translation helpful? Give feedback.
-
|
Hi again :) same issue ... |
Beta Was this translation helpful? Give feedback.
-
|
at least that "certificate" error is gone. any particular track you're trying to play? |
Beta Was this translation helpful? Give feedback.
-
|
@ponim you seem to be using one of my sample config files, which specifies CARD_NAME=DAC along with See in the log: But also from your logs you seem to have some hifiberry dac: maybe write the following line in your Also a multi-word friendly name has represented an issue in the past, try using just a word (or just no spaces). |
Beta Was this translation helpful? Give feedback.
-
|
@mike-golant can you post your .env file? If you set that should be and |
Beta Was this translation helpful? Give feedback.
-
|
Hello! First of all, thank you for your work. I have Moode Audio (10.1.2 2026-03-02) installed on a Raspberry Pi Zero 2W. After trying several configurations for the userconfig, this is the ASound configuration that worked for me to get sound over HDMI output: file : And this is my .env file Thank you!! |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I just documented the process of installing Tidal Connect on a MoodeAudio box with a Hifiberry HAT.
Everything should be available in the README.md.
I also discovered and fixed a bug when using card index in the process, so that has been fun.
Enjoy
Beta Was this translation helpful? Give feedback.
All reactions