08-12-2024, 03:09 AM | #16 |
the rook, bossing Never.
Posts: 12,268
Karma: 89531599
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
|
|
08-12-2024, 08:51 AM | #17 | |
Grand Sorcerer
Posts: 27,962
Karma: 198500000
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
Last edited by DiapDealer; 08-12-2024 at 08:57 AM. |
|
08-12-2024, 11:53 AM | #18 | |
Bibliophagist
Posts: 39,781
Karma: 154147706
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
I do seem to remember that there are multiple varieties of CC licenses and only those labelled with a NC (non-commercial) were prohibited from being used in a commercial package. What I did find humorous was that the licensing and attribution ended up in a part of the ePub3 package that was not visible unless you were editing the file. |
|
08-14-2024, 07:55 AM | #19 |
Member
Posts: 15
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
|
Sorted!
I managed to download the mp4 file and embed it in the video folder of my EPUB3. But something is missing: EPUB Checker reads: The "remote-resource" property was declared in the Package Document, but no reference to remote resources has been found. This is the string that was automatically generated inside the manifest: <item id="Balestrini.mp4" href="Video/Balestrini.mp4" media-type="video/mp4"/> What is missing? |
08-14-2024, 10:48 AM | #20 | |
Grand Sorcerer
Posts: 27,962
Karma: 198500000
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
|
|
08-14-2024, 01:22 PM | #21 | |
Member
Posts: 15
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
|
Quote:
Indeed, there was a remote-resource tag in line 18. Now, there is only 1 error left. Error RSC-032: Fallback must be provided for foreign resource ... of the type "image/jpg". This is the code string: <div id="company-logo"> <img src="../Images/edge-dpub-logo.jpg" alt="company logo" width= "485" height= "300" /> I didn't find the solution online and the second image in the EPUB is written in the same way. |
|
08-14-2024, 02:18 PM | #22 |
Sigil Developer
Posts: 8,109
Karma: 5450184
Join Date: Nov 2009
Device: many
|
For a jpeg image, the proper media-type is image/jpeg *not* image/jpg
And nicely it needs no fallback. So fix that in the opf manifest entry for that image file. |
08-14-2024, 02:40 PM | #23 | |
Member
Posts: 15
Karma: 20
Join Date: Jan 2024
Location: London
Device: none
|
Quote:
Thank you all for your help! |
|
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extracting and repacking epub (as zip) shows missing container.xml file | bendtherules | Editor | 4 | 10-27-2021 01:55 PM |
container.mi and unicode | jackie_w | Development | 7 | 05-27-2018 10:49 AM |
Recreating Container.xhtml | SigilBear | Sigil | 42 | 06-27-2017 05:32 PM |
container.xml problems | SigilBear | Sigil | 4 | 06-11-2017 09:43 PM |
Container methods, various scenarios | jackie_w | Development | 15 | 11-09-2015 02:32 PM |