Helmut Grohne wrote:

mpc playlist outputs the playlist as:
entrynumber) artist - title

With a bad collection "artist - title" doesn't have to be a unique, so
it is impossible to find out what some entries really are. It would be
cool if there was some option to make mpc output the playlist as
filenames (the mpd protocol has direct support for this) or otherwise
unique identifiers.

I think you're looking for --format. e.g.:

bechet:~:0$ mpc playlist | tail -1
 18) Autechre - VI Scose Poise
bechet:~:0$ mpc playlist --format %file% | tail -1
 18) Confield/01 Autechre - VI Scose Poise.ogg

Of course there are other attributes you can have it print (see the man page).

--
things change.
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to