Look up a song in MPD's database by song ID -


i'm using python-mpd2, can accept answers in raw mpd command form.

given song's id in database (such "8231"), correct way query mpd's database song? mpdcli.find("any", "8231") (translates find 8231) returned no results, , can't find in documentation.

the solution can think of maintaining copy of database within client, not want do, obvious reasons.

i'm aware of existence of currentsong it's not suitable (i need songs aren't playing, id).

playlistid {songid}

displays list of songs in playlist. songid optional , specifies single song display info for.

from here https://www.musicpd.org/doc/protocol/queue.html


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -