Search found 1217 matches
- February 26th, 2021, 7:34 am
- Forum: Help
- Topic: how to fix the decoders plugin error
- Replies: 1
- Views: 22
Re: how to fix the decoders plugin error
What makes you believe that MPD should be able to play those files?
- February 24th, 2021, 5:17 am
- Forum: Help
- Topic: How to get song info by URI
- Replies: 3
- Views: 1149
Re: How to get song info by URI
This is not a MPD response. I have no idea what it is, but apparently, you're not using MPD.
Other than that, read and obey https://www.musicpd.org/help/ (a requirement which you chose to ignore on IRC)
Other than that, read and obey https://www.musicpd.org/help/ (a requirement which you chose to ignore on IRC)
- February 23rd, 2021, 11:12 pm
- Forum: Help
- Topic: How to get song info by URI
- Replies: 3
- Views: 1149
Re: How to get song info by URI
Just use "lsinfo".
Code: Select all
lsinfo "music-lossless/Chris De Burgh/Spanish Train and Other Stories/10. Just Another Poor Boy - Chris de Burgh.flac"
- February 22nd, 2021, 11:49 am
- Forum: Help
- Topic: MPD >0.21 with yocto
- Replies: 12
- Views: 1291
Re: MPD >0.21 with yocto
No. This must never happen, this must be a bug in Meson. Or a buggy patch applied to Meson by the Yocto-Meson package. Consult Yocto support.
- February 22nd, 2021, 8:23 am
- Forum: Help
- Topic: MPD >0.21 with yocto
- Replies: 12
- Views: 1291
Re: MPD >0.21 with yocto
That's wrong. This violates Meson's documentation. How did this illegal value end up there?
See https://mesonbuild.com/Reference-tables ... stem-names
See https://mesonbuild.com/Reference-tables ... stem-names
- February 22nd, 2021, 5:13 am
- Forum: Help
- Topic: MPD >0.21 with yocto
- Replies: 12
- Views: 1291
Re: MPD >0.21 with yocto
It checks for sqlite and libupnp: Run-time dependency sqlite3 found: YES 3.29.0 Run-time dependency libupnp found: YES 1.8.4 But between those two, it *should* check for libsystemd, but it doesn't. From the meson.build, there is exactly one reason why it would skip that check (and not even print a m...
- February 20th, 2021, 4:25 pm
- Forum: Help
- Topic: MPD >0.21 with yocto
- Replies: 12
- Views: 1291
Re: MPD >0.21 with yocto
What does "mpd --version" print?
Does it show libsystemd being detected in the log.configure?
Does it show libsystemd being detected in the log.configure?
- February 20th, 2021, 12:05 pm
- Forum: Help
- Topic: MPD >0.21 with yocto
- Replies: 12
- Views: 1291
Re: MPD >0.21 with yocto
Did you build MPD without libsystemd?
- February 20th, 2021, 7:49 am
- Forum: Help
- Topic: MPD >0.21 with yocto
- Replies: 12
- Views: 1291
Re: MPD >0.21 with yocto
Doesn't seem to do what trick? What is the remaining problem?
- February 18th, 2021, 4:26 pm
- Forum: Help
- Topic: help me troubleshoot - ALSA, MPD or USB preamp issue
- Replies: 1
- Views: 753
Re: help me troubleshoot - ALSA, MPD or USB preamp issue
I don't think anybody here can help you. This problem has nothing to do with MPD. The kernel has decided that the sound device is gone - maybe because it thinks it has been unplugged. Check the kernel logs for details. Different programs can make a difference if you configured to access the hardware...
- February 18th, 2021, 7:51 am
- Forum: General Discussion
- Topic: Congrats Snapcast support
- Replies: 1
- Views: 811
Re: Congrats Snapcast support
Even if it's still experimental - you're welcome to report problems like that Android problem on GitHub.
- February 17th, 2021, 11:05 pm
- Forum: NCMPC
- Topic: Exit when MPD shutdown
- Replies: 1
- Views: 1203
Re: Exit when MPD shutdown
No. Write bug report.
- February 17th, 2021, 12:45 pm
- Forum: General Discussion
- Topic: Forum search not working
- Replies: 1
- Views: 768
Re: Forum search not working
It's broken, but I don't know why and I have no time to fight with phpBB. I was thinking about shutting the forum down and move all discussions to GitHub. I never wanted a forum, but the guy who demanded one and set it up many years ago is gone. Now everything's up to me. Sigh.
- February 17th, 2021, 12:43 pm
- Forum: Help
- Topic: Playing zip archives outside music database using local socket
- Replies: 2
- Views: 833
Re: Playing zip archives outside music database using local socket
I think archives outside of the database/music_directory are not implemented (properly). Implementing that would be a good idea. Can you write a GitHub issue?
- February 16th, 2021, 3:16 pm
- Forum: Developers' Corner
- Topic: can't figure out search/find request format
- Replies: 1
- Views: 662
Re: can't figure out search/find request format
Let's look at this example: search (artist contains "red" ) This is a "search" command with 4 parameters (separated by spaces): "(artist" "contains" "red" ")" This doesn't look right, does it? The filter expression must be exactly one argument (see https://www.musicpd.org/doc/html/protocol.html#filt...
- February 16th, 2021, 12:20 pm
- Forum: Help
- Topic: HTTP Stream: Tracks switch every second
- Replies: 5
- Views: 521
Re: HTTP Stream: Tracks switch every second
So your instructions above were wrong. They were very specific, but they were wrong. That's not helpful. It's a waste of time. Now we need to start from scratch analyzing your problem.
- February 16th, 2021, 6:10 am
- Forum: Tips, Tricks, and Hacks
- Topic: MPD + PulseAudio = Jerky sound ?
- Replies: 11
- Views: 971
Re: MPD + PulseAudio = Jerky sound ?
What was the point of this "Group" setting? Why tell MPD to change the group (and drop all other supplementary groups)? Of course, this is broken.
- February 16th, 2021, 6:08 am
- Forum: Help
- Topic: HTTP Stream: Tracks switch every second
- Replies: 5
- Views: 521
Re: HTTP Stream: Tracks switch every second
"mpc play" re-starts playback at whatever song is the current song. This is not the proper way to resume playback after "pause". You can use "mpc toggle" to resume playback properly.
- February 15th, 2021, 11:25 am
- Forum: Help
- Topic: HTTP Stream: Tracks switch every second
- Replies: 5
- Views: 521
Re: HTTP Stream: Tracks switch every second
I don't understand. Can you rephrase, and be more specific? Maybe a verbose log would help.
- February 15th, 2021, 6:29 am
- Forum: Help
- Topic: No audio produced by any mpd client
- Replies: 7
- Views: 524
Re: No audio produced by any mpd client
Sorry, I have no idea of PulseAudio. I don't like it, and I can't help with it.