Quote:
Originally Posted by Magic815
I see, so if I have the below folder (which contains the m4b and other supporting files - not sure if any of those are needed?),

I can add those to be inside my main Calibre Library folder? Do I do that just via my Windows folder explorer manually outside of Calibre? Or is it possible to store that folder (or maybe just the m4b file) via the Calibre GUI?
|
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
...