I'm looking for a music player for my Ubuntu Karmic desktop. I need the following features:

  1. supports multiple playlists
  2. remembers the playback position (file and time) for each playlist
  3. preferably, remembers playback position even when the process is killed
  4. lets the user adjust playback speed, without changing the pitch

I don't care if it's a GUI or command-line player or it uses a client-server model.

I've tried Rhythmbox, which doesn't have features 2., 3. and 4.

Which player would you recommend?

link|improve this question

65% accept rate
That sounds more like a semi professional audio software than a musicplayer. but i am interested, too. – mugen kenichi Feb 23 '11 at 21:10
feedback

1 Answer

up vote 1 down vote accepted

Since I couldn't find such a player, I implemented one for my own use as a Python script, which supports playing .m3u files, and calls mplayer with the proper -ss value to resume playback where it left off last time. Get it from http://www.math.bme.hu/~pts/cvsget.cgi/u=bin/p=/M=bin/c=f1/n=/bin/mplaylist

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.