CD Player - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: CD Player (/showthread.php?tid=1765) |
RE: CD Player - Zafacs - 10-25-2021 (10-25-2021, 03:59 PM)fdealexa Wrote: Hi Eric, hi everybody, Dear Francesco, I discovered after my last moode audio update that the installation of pycdio is broken. Hopefully it was installed on my box, so it continues to work. I have to find exactly why it is now broken. Cheers Eric RE: CD Player - fdealexa - 10-25-2021 Hi Eric, the problem is , probably on the version: try with: sudo pip3 install pycdio==2.1.0 Best regards and thanks, Francesco RE: CD Player - sisim - 09-07-2022 Thank you very much for all this work! If somebody is looking for the FAQ section, I think it's there: https://moodeaudio.org/forum/showthread.php?tid=1670 RE: CD Player - Yawarakaimono - 09-11-2023 I installed the CD player package on a RPi 4 B with Hitachi-LG GP57EB40. The music frequently (plm 15-20 secs) stops playing (about 5 secs) when the CD drive is making relocation sounds. Is this drive too slow? Can I change some memory setting? RE: CD Player - fdealexa - 09-11-2023 (09-11-2023, 08:06 AM)Yawarakaimono Wrote: I installed the CD player package on a RPi 4 B with Hitachi-LG GP57EB40. Hello, Try with the command "eject -x 2" Regards, Francesco RE: CD Player - Yawarakaimono - 09-11-2023 Even eject -x 24 does not produce the desired result. The problem looks like this one https://github.com/MusicPlayerDaemon/MPD/issues/149 Sound is blocked until some other task is completed, then continues. I have no idea how to find out which task is the culprit, or how to fix it. The task surely is busy reading from the CD. RE: CD Player - Nutul - 09-11-2023 (09-11-2023, 07:45 PM)Yawarakaimono Wrote: Even eject -x 24 does not produce the desired result. It seems like the problem can be solved within MPD the configuration, as in this thread (continuation from the one mentioned by you): https://github.com/MusicPlayerDaemon/MPD/issues/1529 Basically, this must go in mpd.cong Code: input { You can give it a try, as if your issue is constantly reproducible, this fix will show either immediate results or not at all. RE: CD Player - Yawarakaimono - 09-12-2023 Still pieces of silence. But this is the mpd configuration. Would CD player use these settings? RE: CD Player - Yawarakaimono - 09-12-2023 I'll post an issue on github RE: CD Player - Nutul - 09-12-2023 (09-12-2023, 08:51 AM)Yawarakaimono Wrote: Still pieces of silence. For what I can understand, MPD is who plays the cd, hence its configuration plays a role. |