View Single Post
Old 09-01-2012, 11:06 AM   #11
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,544
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Put a file link to the MP3 in the Comments - it's HTML so something like
Code:
<a href="file:///whatever.mp3/">MP3 File</a>
should do the trick. You'd then play it from Book Details - click on it and it should invoke whatever program you have associated with MP3's - WMP, WinAmp, Squawkbox etc - Note Calibre needs to have triple slash in file & folder URI's.

If you make a long text Custom column for it then it wont get clobbered if you happen to do a metadata comments download from Amazon etc.

Below are a couple of screen shots of the metadata editor and how the Book Details might be arranged to accommodate audio books. One could imagine movies and TV miniseries being handled similarly.

Calibre can be stretched quite a long way via the use of URI links to files, folders, Internet Web & FTP sites etc. A Custom Column of long text, can act as the container because it is HTML. I'm surprised its not 'more widely' used - maybe it is - and I've just not seen it mentioned. I haven't tried any Javascript yet, but maybe one would have to use CherryPy - don't laugh there is such a thing. The software industry is almost as good at confecting short lived derivatives as they are on Wall Street & at The City casino.

The Related Materials tables you see in the screen shots, is how I'm starting to deal with the "Supplementary Files" issue, its come up several times in this forum in just the few months I've been using Calibre. I will write something up in the next few days - its actually worked out easier than I thought.

If Audio Books were an issue for me then I'd probably utilize another table with details like Reader, duration etc. Some book reading audios are in 'episodes' so one might need separate entries for each episode, a tabular approach would be useful in that circumstance. you'd want that for TV miniseries too.

BR
Attached Thumbnails
Click image for larger version

Name:	Capture1.JPG
Views:	527
Size:	97.7 KB
ID:	91646   Click image for larger version

Name:	Capture2.JPG
Views:	491
Size:	82.9 KB
ID:	91647  
BetterRed is offline   Reply With Quote