MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

Audio format in the --format options? #101

Closed roizcorp closed 10 months ago

roizcorp commented 1 year ago

mpc can find songs based on AudioFormat e.g. AudioFormat==192000:24:2 but when I want to understand what is the audio format per a given say song mpc current for example...there is no way to see it (unlike the mpd clients which provide it)

Can this be added?

MaxKellermann commented 1 year ago

I don't understand what you want. You "want to understand what is the audio format per a given say song ..." and this is where my brain is already unable to parse the sentence.

roizcorp commented 1 year ago

Sorry, I will try to rephrase

As a user I want to punch mpc current -f "%audioformat%" - so mpc will show me the audio properties of the (current) song

roizcorp commented 10 months ago

thank you very much!