![]() |
Radio stations problem - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18) +--- Forum: General Discussion (https://moodeaudio.org/forum/forumdisplay.php?fid=21) +--- Thread: Radio stations problem (/showthread.php?tid=5074) |
RE: Radio stations problem - TheOldPresbyope - 02-23-2023 @fdealexa Before you decide to submit an issue to the MPD distro here's some things you need to know First, quoting from the User's Manual help Quote:Reporting Bugs Second, the maintainer has a habit of demanding the most recent version of MPD be used. This is currently mpd 0.23.12 while moOde 8.2.5 is running mpd 0.23.11. Probably, or at least maybe, close enough. Third, you should scan the list of open and closed issues to make sure you're not duplicating one. Also, be sure to read some of the issue/comment responses already posted to get a feel for what happens. Especially read ones closed by the maintainer with extreme prejudice. Note that nobody involved with MPD cares particularly about any specific player incorporating it. Best possible case is to construct an test scenario built with just MPD and some simple command-line player, but of course we do what we have to do. Certainly provide at least one stream which does succeed and one (or more) which doesn't as a comparison study. This allows you to satisfy the requirement that you "be clear about what you expect MPD to do, and what is actually happening". Finally, there doesn't seem to be any formal documentation of how to pass track metadata in ogg/flac streams. (I've come across posts which suggest more than one method has been employed by various senders but none of it well documented.) Don't be surprised if someone involved with MPD responds that obviously the Internet stations which do play without issue must be constructing their stream correctly and the ones which don't play without issue must be doing it incorrectly. That leaves it up to you to prove them wrong. Regards, Kent PS - Riverside Radio gives even my VLC player heartburn. Using VLC's Media Information Tool, I see track title and artist changing frequently even though the music isn't and I see the stream # incrementing each time. I wouldn't use this station as an example. RE: Radio stations problem - fdealexa - 02-23-2023 Hi Kent, thank you very much. A thing that I already noticed is that both the commands "mpc version" and "telnet localhost 6600" give back 0.23.5 as the current version... Code: Linux: 5.15.84-v8+ #1613 | aarch64 (64-bit) | DebOS: 11.6 Thanks again and best regards, Francesco RE: Radio stations problem - TheOldPresbyope - 02-24-2023 (02-23-2023, 11:21 PM)fdealexa Wrote: Hi Kent, That's the protocol version. See, e,g,. the MPD protocol docs Quote:When the client connects to the server, the server will answer with the following line: Try asking MPD itself Code: pi@m825p3a:~ $ mpd -V | head -1 Regards, Kent RE: Radio stations problem - fdealexa - 02-24-2023 Hi Kent, Ad usual: Thanks a lot. I will try to be prepared before to open the bug. Thanks again and best regards, Francesco |