i can't figure out how query mpd mpc.
for example: know how list albums
mpc list album but want more name.
how can query mpd album name, album path, artist, tracknumber, length , on. preferably in 1 query multiple queries ok aswell.
i tried read mpc man page , official documentation of mpd cant figure out.
mpc not (as of writing, v0.27-1) have commands give metadata song, identified uri. it's surprising doesn't, doesn't.
the mpd communication protocol, however, return full information each song.
if issue mpc current response:
afro celt sound system - release however, if send mpd (not mpc) command currentsong response mpd:
file: gavin/compilations/volume 2 _ release/01 release.m4a last-modified: 2005-03-02t14:16:51z artist: afro celt sound system album: volume 2 : release title: release track: 1/11 genre:world date: 1999 composer: simon emerson, james mcnally, iarla o lionaird, martin russell & sinead o'connor/sinéad o'connor disc: 1/1 time: 456 pos: 0 id: 53616 if send mpd command playlistid 49312 response:
file: gavin/atb/future memories/16 missing 1.m4a last-modified: 2013-11-17t21:14:43z artist: atb album: future memories title: missing track: 16/29 genre: dance date: 2009-05-01t07:00:00z composer: tracey thorn & ben watt disc: 1/1 albumartist: atb time: 256 pos: 10 id: 49312 if send command search file surfing response (different songs delimited new file:):
file: doza/air/06 surfing on rocket.m4a last-modified: 2015-11-20t15:56:00z time: 223 artist: air album: talkie walkie title: surfing on rocket track: 6/10 genre: electronic date: 2004-01-26t08:00:00z disc: 1/1 albumartist: air file: gavin/air/surfing on rocket ep/06 surfing on rocket (remixed joakim).m4a last-modified: 2015-01-13t15:31:39z time: 393 artist: air album: surfing on rocket ep title: surfing on rocket (remixed joakim) track: 6/7 genre: dance date: 2004-09-10t07:00:00z composer: jean-benoit dunckel & nicolas godin disc: 1/1 albumartist: air file: gavin/the beach boys/greatest surfing songs!/02 little deuce coupe.mp3 last-modified: 2009-09-10t04:32:49z time: 111 artist: beach boys title: little deuce coupe album: greatest surfing songs! track: 2 genre: sunshine pop and if send mpd command listplaylistinfo thump, response:
file: gavin/muse/the 2nd law (deluxe version)/02 madness.m4a last-modified: 2013-11-17t22:30:54z artist: muse album: 2nd law (deluxe version) title: madness track: 2/13 genre: alternative date: 2012-10-01t07:00:00z disc: 1/1 albumartist: muse time: 280 file: gavin/u2/the best of 1990-2000/15 numb (new mix).mp3 last-modified: 2003-09-24t14:31:05z artist: u2 title: numb (new mix) album: best of 1990-2000 track: 15/16 date: 2002 genre: rock composer: u2 time: 264 file: gavin/massive attack/mezzanine/03 teardrop.m4a last-modified: 2012-09-05t19:38:14z artist: massive attack album: mezzanine title: teardrop track: 3/11 genre: electronic date: 1998-04-20t07:00:00z disc: 1/1 albumartist: massive attack time: 331 file: gavin/massive attack/mezzanine/01 angel.m4a last-modified: 2012-09-05t19:38:17z artist: massive attack album: mezzanine title: angel track: 1/11 genre: electronic date: 1998-04-20t07:00:00z disc: 1/1 albumartist: massive attack time: 380 file: gavin/eels/shrek 2/07 need sleep.mp3 last-modified: 2005-01-14t21:24:25z artist: eels title: need sleep album: shrek 2 track: 7/14 date: 2004 genre: soundtrack time: 147 i use ruby-mpd library provide convenient interface communicating mpd, in rich, full-featured way.
Comments
Post a Comment