Is there somewhere more information how the Squeezelite renderer is supposed to work?
My Moode player isn't recognized by the Logitech Media Server. Where can i add the ip address of LMS?
Where can i troubleshoot?
My Moode player isn't recognized by the Logitech Media Server. Where can i add the ip address of LMS?
Where can i troubleshoot?
How do I restart MPD? And what does mean "Reboot, then APPLY mpd config". How do I apply and what? Please, describe steps as you would to a noob.
Go to 'Configure' - 'MPD', make the appropriate MPD settings, then select 'APPLY' on MPD page. MPD should then restart automatically.
If the squeezelite renderer is active in Moode, it is automatically detected by LMS. This might take some time or refresh your LMS webui.Is there somewhere more information how the Squeezelite renderer is supposed to work?
My Moode player isn't recognized by the Logitech Media Server. Where can i add the ip address of LMS?
Where can i troubleshoot?
Hello Tim,
commenting out CPUAffinity=3
did the trick on RasPi Zero!
Thank you!
Hi,
Thanks for quick confirmation 🙂
I'll provide an in-place update this week that contains this and other bug fixes.
-Tim
Hi, i have this problem after updating onto 3.0, if i select Advanced audio kernel installation so
during playing High Res FLAC 24-192, there is the hum from DAC (9023 Mabo LS) L Routput, normal 16 bit flac are ok, is there any dissension with KaliReclocker with Advanced kernel installation ? Normal kernel installation work on any Flac....
during playing High Res FLAC 24-192, there is the hum from DAC (9023 Mabo LS) L Routput, normal 16 bit flac are ok, is there any dissension with KaliReclocker with Advanced kernel installation ? Normal kernel installation work on any Flac....
Go to 'Configure' - 'MPD', make the appropriate MPD settings, then select 'APPLY' on MPD page. MPD should then restart automatically.
And what if this is the case:
mpd-config: connection to mpd failed
?
If the squeezelite renderer is active in Moode, it is automatically detected by LMS. This might take some time or refresh your LMS webui.
I can see the Squeezelite renderer is active but the player doesn't automatically show up in my server. Maybe it's something in my network. With PiCoreplayer automatic discovery doesn't work either but there is a option to manually enter the servers ip address. After that is works.
All the necessary ports are opened in my router btw. Firewalls are off (during testing).
Hi,
Thanks for the syslog output. Try the following:
1) sudo nano /lib/systemd/system/mpd.service
change
CPUAffinity=3
to
#CPUAffinity=3
2) sudo systemctl daemon-reload
-Tim
And what if this is the case:
mpd-config: connection to mpd failed
?
The solution above works.
Thanks Tim!
CPUSchedulingPolicy is already set to "rr". I commented out "CPUAffinity=3" but still does not show my Rpi running v. 3.
Hi,
After investigating, it appears the squeezelite binary not cross-compiled for armv6 platform (Pi-1B, B+).
I can make an armv6 binary but I need to first determine which if any squeezelite options aren't supported on armv6, and then code the Config screen appropriately.
At minimum the stream and output buffers need to be reduced for the smaller RAM on armv6.
-Tim
Okay. Where do I input this?
You need to open a terminal and SSH into the Raspberry like this:
ssh pi@moode.local
You'll be prompted for a password which is raspberry and then you're in and ready to input the commands. Nano opens a file for editing so you'll have to find the line by scrolling and then put a # in front of it, exit and save and the enter the second command.
That should do 🙂
Hi, i have this problem after updating onto 3.0, if i select Advanced audio kernel installation so
during playing High Res FLAC 24-192, there is the hum from DAC (9023 Mabo LS) L Routput, normal 16 bit flac are ok, is there any dissension with KaliReclocker with Advanced kernel installation ? Normal kernel installation work on any Flac....
Hi,
Try Generic-1 I2S (hifiberry-dac) driver.
-Tim
I can see the Squeezelite renderer is active but the player doesn't automatically show up in my server. Maybe it's something in my network. With PiCoreplayer automatic discovery doesn't work either but there is a option to manually enter the servers ip address. After that is works.
All the necessary ports are opened in my router btw. Firewalls are off (during testing).
Hi,
In the Squeezelite config screen add
-s <server>[:<port>]
to the end of "Other options"
-Tim
Okay. Where do I input this?
You need to communicate with the RPi via ssh: https://www.raspberrypi.org/documentation/remote-access/ssh/unix.md
Alternatively, I think it's possible that a future Moode update will solve this - perhaps Tim will comment.
Edit: I've only just seen skovbakke's post above.
Last edited:
Hi,
In the Squeezelite config screen add
-s <server>[:<port>]
to the end of "Other options"
-Tim
Thanks Tim, but that didn't help. I thought that maybe squeezelite wasn't even running - although the Play tab said 'Squeezelite session active' so i did
pi@moode:~ $ systemctl status squeezelite
● squeezelite.service - Squeezelite
Loaded: loaded (/lib/systemd/system/squeezelite.service; disabled)
Active: failed (Result: exit-code) since Tue 2016-11-29 16:20:58 CET; 4min 41 s ago
Process: 752 ExecStart=/usr/local/bin/squeezelite -n $PLAYERNAME -o $AUDIODEVI CE -a ${ALSAPARAMS} -b ${OUTPUTBUFFERS} -p $TASKPRIORITY -c $CODECS $OTHEROPTION S (code=exited, status=215/CPUAFFINITY)
Main PID: 752 (code=exited, status=215/CPUAFFINITY)
Almost the same error as with mpd.service so i tried to edit squeezelite.service and comment oud CPUAFFINITY=3. But then i got this error:
systemctl status squeezelite
● squeezelite.service - Squeezelite
Loaded: loaded (/lib/systemd/system/squeezelite.service; disabled)
Active: failed (Result: signal) since Tue 2016-11-29 16:33:11 CET; 22s ago
Process: 1547 ExecStart=/usr/local/bin/squeezelite -n $PLAYERNAME -o $AUDIODEVICE -a ${ALSAPARAMS} -b ${OUTPUTBUFFERS} -p $TASKPRIORITY -c $CODECS $OTHEROPTIONS (code=killed, signal=ILL)
Main PID: 1547 (code=killed, signal=ILL)
Hi, thanks now it works , Generic-1 I2S (hifiberry-dac) driver works universally for BurrBrown as for ESS9023 ? now i see Chip: Burr Brown PCM5102A not ESS9023, but will test and see if it works without any issues, is there any reason to use advadced kernel driver if my DAC is paired with KaliReclocker ?Hi,
Try Generic-1 I2S (hifiberry-dac) driver.
-Tim
PS: i can hear some random skips during playing :-( i will switch back to normal kernel with Maboberry lS I2S or shall I try different I2S yet ?
Hi, thanks now it works , Generic-1 I2S (hifiberry-dac) driver works universally for BurrBrown as for ESS9023 ? now i see Chip: Burr Brown PCM5102A not ESS9023, but will test and see if it works without any issues, is there any reason to use advadced kernel driver if my DAC is paired with KaliReclocker ?
PS: i can hear some random skips during playing :-( i will switch back to normal kernel with Maboberry lS I2S or shall I try different I2S yet ?
I will increase Buffer fill before play onto 20% maybe it could help if these skips occured on the song's start
- Home
- Source & Line
- PC Based
- Moode Audio Player for Raspberry Pi