What players do support flac files with embeded cue sheet?

I recently got some FLAC files with embeded cue sheet. Though, the info of the sheet file doesn't seem to show up in Rhythmbox; Banshee; Amarok or Audatious. Which media players support this kind of file?


Solution 1:

You may want to try DeaDBeef. It's open source and has been ported to Android. It's the closest thing to foobar2000, even in terms of GUI style.

Solution 2:

xmms2 suite of software supports this partially. You must extract the cuesheet

metaflac --export-cuesheet-to=myfile.cue myfile.flac

and then you can do

nyxmms2 addpls myfile.cue

flactag also has support for creating the cuesheets and embedded tags in batch mode)