Finale SmartMusic
  Home | Log In | Register | Search | Help
   
MakeMusic Forum > Public Forums > Finale - Windows - FORUM HAS MOVED! > Anyone using the Epub export in 2012? I need help...  Forum Quick Jump
 
You cannot post new topics in this forum. You cannot reply to topics in this forum. Printable Version
[ << Previous Thread | Next Thread >> | Show Newest Post First ]

Chad Criswell
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to Chad CriswellAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Mar 2012
Total Posts : 9
 
   Posted 10/10/2012 9:58 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
I am trying to use the new EPUB export feature in Finale 2012 to convert a few scores over to ePub format for eventual conversion for sale in iBooks and/or Kindle format. The score exports fine, but the only documentation the manual provides about what to do next is a note that says:

"Note. If you plan to publish and sell EPUB files exported from Finale additional updates to the file will be required. For example, you will need to introduce a properly formatted cover image, and create a page list so the EPUB page numbers match the printed page numbers."

Are there any tutorials anywhere that specifically relate to working with these Finale created epubs and how to add the title page and Table of Contents? I have followed generic instructions for doing these things with other epubs but am having absolutely no luck at all getting them to work with the Finale epub files. When I add pages to the TOC the music no longer displays as music notation, it gets garbled and the note heads get replaced by other icons. If I can't fix the TOC then I can't convert it to other formats as Apple and Amazon will not accept an epub without a TOC. I am also having the same problem getting the cover image to work.

If anyone is actually having success with this process I would love to speak with you. So frustrating...

-MaestroC
Back to Top

Jetcopy
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to JetcopyAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Oct 2000
Total Posts : 4795
 
   Posted 10/10/2012 10:21 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
Hi Chris,

I haven't tried what you're asking, but I have created a number of e-books. Amazon does not use the "epub" format, it uses ".mobi" files. I use a program called Scrivener to convert Word files into both .mobi & .epub. It works fine with text. Haven't tried music though.

Good luck


Macbook Pro OSX 10.6.8, 2.66GHz Intel Core i7, 8 GB RAM

Back to Top

Chad Criswell
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to Chad CriswellAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Mar 2012
Total Posts : 9
 
   Posted 10/18/2012 11:59 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
Jet,

I also have used Scriviner but am currently using Sigil as it seems to be the recommended epub editing tool from what I have seen on different forums. My problem is not that Finale is exporting a bad ePub, but that when I try to add the table of contents suddenly all of the notes turn into unreadable glyphs when the document gets converted to MOBI format for publication on Kindle. However, if I upload a raw epub, straight from the Finale export, it converts fine and displays correctly, albeit without a table of contents. My document is a compilation of dozens of small pieces and really needs a working TOC. The only thing I am adding to the TOC are sets of navpoints like these:

<navPoint id="p1" playOrder="1">
<navLabel>
<text>Song Title 1</text>
</navLabel>
<content src="Text/p004.html"/>
</navPoint>
<navPoint id="p2" playOrder="2">
<navLabel>
<text>Song Title 2</text>
</navLabel>
<content src="Text/p005.html"/>
</navPoint>

Why would simply adding a table of contents break the whole rendering of the ebook? Am I missing something here? Is there something else I need to do?
Back to Top

Dr. Wiggy
Early music: modern methods



Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to Dr. WiggyAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Jun 2006
Total Posts : 12628
 
   Posted 10/19/2012 2:18 AM (GMT -6)    Quote This PostAlert An Admin About This Post.
Sounds like the music font is not getting embedded in the .mobi document.


"This is me helping."

Finale 2012c, 2Ghz iMac (10.7.5); 2Ghz MacBook, (10.8.2)
Edirol FA-66; M-Audio Oxygen 61; Yamaha PSR-410, HP Laserjet 5200 DTN
Ancient Groove Music www.ancientgroove.co.uk

Back to Top

Jürg Hochweber-
Registered Member

Email Address Not AvailableClick to visit Jürg Hochweber-'s website.Send a Private Message to Jürg Hochweber-AIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined May 2000
Total Posts : 126
 
   Posted 10/19/2012 2:54 AM (GMT -6)    Quote This PostAlert An Admin About This Post.
Hi Chad
A Finale-EPUB-file already has got a TOC, but this toc contains only the first page (this seems to be a bug).
An EPUB-File is just a ZIP-Files, so you can view its structure by renaming it to example.zip and open it with a program like WINZIP.
There you can find a file toc.ncx.
It is just a text file. It looks like this (formatted):
-----------------
<?xml version="1.0" encoding="UTF-8"?>
<ncx xmlns:ncx="http://www.daisy.org/z3986/2005/ncx/"
xmlns="http://www.daisy.org/z3986/2005/ncx/"
version="2005-1"
xml:lang="en">
<head>
<meta name="dtb:uid" content="http://example.org/dummy/URIstub/"/>
<meta name="dtb:depth" content="1"/>
<meta name="dtb:totalPageCount" content="0"/>
<meta name="dtb:maxPageNumber" content="0"/>
</head>
<docTitle>
<text>My Title</text>
</docTitle>
<navMap>
<navPoint id="p1" playOrder="1">
<navLabel>
<text>My Title</text>
</navLabel>
<content src="p001.html"/>
</navPoint>
</navMap>
</ncx>
------------------------
You can edit this file, but of course this is tedious.
Perhaps this is the reason why the rendering is broken, when you try to add a second TOC.

Jürg


www.hochweber.ch
Finale2012b, Windows7

Back to Top

kristyjo
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to kristyjoAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Aug 2010
Total Posts : 2
 
   Posted 2/10/2013 6:45 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
This is really disappointing news. I have also been working on an ebook of short pieces,and am rendering them as jpg files,to turn into pictures that are then inserted into a text document. kind of a pain, and epub with a working TOC would have been better, but it sounds like we are all going to have to wait for true epub translation until the bugs are worked out.
Back to Top

Charles Lawrence
Registered Member



Click to send Charles Lawrence email.Personal Homepage Not AvailableSend a Private Message to Charles LawrenceAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Dec 2009
Total Posts : 3638
 
   Posted 2/11/2013 12:59 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
Chad and kristyjo,

I used Jürg's information and successfully added a 2nd page to the TOC of one of my 2 page Finale files that I exported to EPUB format.  Thanks for the insight, Jürg.

I changed the name of the epub file by adding .ZIP;  I then unzipped the file to a new directory; I then used a text editor to open the toc.ncx file; I copy/pasted the existing <NavPoint id="p1" playOrder="1"> ... </NavPoint> tag;  I then made appropriate changes to the existing toc info, e.g. id="p2", playOrder="2"; content src="p002.html", not knowing any better, just intuition!;  I then re-zipped the file into a new name; I then renamed that zip by replacing the .ZIP with .EPUB;  I then was able to open the new epub document and successfully navigated to the just added 2nd page from the TOC.  I am using a Firefox epub reader plugin.

You should be able to do the same.


"Anything is possible if you don't know what you are talking about!"

 

Dell XPS 600, GenuineIntel Intel(R) Pentium(R) D CPU 3.00GHz [Intel64 Family 15 Model 4 Stepping 4] (2 processors)
8GB Ram
HT Omega Striker 7.1
MSI N430GT 2GB GPU
1TB x 4 internal HD's

Microsoft Windows 7 Ultimate x64 Edition, (06.01.7600.00)
Finale 2012c.r13

 

"There is a world of difference between a person who has a big problem and a person who makes a problem big." – John Maxwell

Post Edited (Charles Lawrence) : 2/11/2013 12:07:48 PM (GMT-6)


Image Attachment :
Image Preview
EPUB-TOC.PNG
  148KB (image/x-png)
This image has been viewed 577 time(s).
Back to Top
You cannot post new topics in this forum. You cannot reply to topics in this forum. Printable Version
   
Forum Information
Currently it is Tuesday, December 19, 2023 7:34 PM (GMT -6)
There are a total of 403,820 posts in 58,165 threads.
In the last 3 days there were 0 new threads and 0 reply posts. View Active Threads