Quote:
Originally Posted by wiso
You can show us any .cue file that give you problems, i can use .m3u or .cue files with vlc or another players correctly.
example of my .cue
PHP Code:
REM GENRE "audiobook"
REM COMMENT "some coments"
PERFORMER "Performer name"
TITLE "audiobook_title"
FILE "Autdiobook name.m4a" MP3
TRACK 01 AUDIO
TITLE "intro"
PERFORMER "Performer name"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "chapter1"
PERFORMER "Performer name"
INDEX 01 01:00:00
TRACK 02 AUDIO
TITLE "chapter2"
PERFORMER "Performer name"
INDEX 01 02:00:00
...
|
I guess I'm not sure I have a problem with the cue file? I've tested moving the m4b file to my phone on it's own (not bringing over the cue file, the nfo file, or the cover) - and it seems to play just fine on my phone. The m4b file itself has embedded chapters, so I'm not even really sure why the cue file is also in there. Maybe there are some playback devices that can't properly read the embedded chapter breaks, and so the cue file helps for those?