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.
Comments
Post a Comment