View Single Post
Old 05-08-2022, 06:58 AM   #41
wiso
Enthusiast
wiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it iswiso knows what time it is
 
wiso's Avatar
 
Posts: 33
Karma: 2114
Join Date: Nov 2021
Device: kindle
Quote:
Originally Posted by Magic815 View Post
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
... 
wiso is offline   Reply With Quote