Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 03-11-2022, 02:34 AM   #1621
kjdavies
Zealot
kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.kjdavies is no e-book dilettante.
 
Posts: 112
Karma: 53342
Join Date: Jun 2013
Device: Sony PRS-600
Quote:
Originally Posted by MarjaE View Post
Okay, I don't know much about programming.

The OneBookShelf/DriveThruRPG app stores its download data in plain text in a .dat file. I thought it might be a json with a changed file name, but apparently not.
What .dat file are you looking at? The only one I've found is 'library.dat', which appears to be a Qt-encoded binary file. It has some plain text in it, but as far as I can tell it's closer to 'binary-encoded file with some plain text in it', not actually a text file. Something like how PDF can have human-readable words but is overall a binary file.

I do know a fair bit about programming, but I have not found a way to decipher library.dat.
kjdavies is offline   Reply With Quote
Old 03-12-2022, 07:38 AM   #1622
compurandom
Wizard
compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.
 
Posts: 1,017
Karma: 500000
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
Quote:
Originally Posted by PlasticFlaneur View Post
I apologize in advance if this is a stupid idea. Also, I use a Mac so I have no idea how this could be implemented on multiple OSes. Anyway, save as pdf is a function available via the print menu on most Macs. Could a "save as ebook" (save as epub?, Print to epub?) be implemented as a system-wide service/function?
It's a great idea that unfortunately is not really implementable.

The problem is that save as pdf works because most applications are designed to be able to print things, and most of them (especially on a mac) print things by generating postscript. That postscript can be directly translated to PDF.

epub ebooks, however, are generated from html, and very few applications have a "print to html" or "save as html" option. LibreOffice does, and probably some other office apps do, but then, some of those have save to epub already.

So in order to implement this idea, we'd have to start from something apps already export, and then translate it to html and then to epub. If what they export isn't close to html, the results won't be great. And you could get the same results by exporting as html or whatever it can export as, and then import it into calibre and convert...

Last edited by compurandom; 03-12-2022 at 07:41 AM.
compurandom is offline   Reply With Quote
Old 03-21-2022, 03:35 AM   #1623
Tenome
Enthusiast
Tenome began at the beginning.
 
Posts: 49
Karma: 26
Join Date: Jan 2022
Device: none
Situation: I have a lot of books that span more than one volume, and I'm indecisive on what I want to read. So, I want to focus on series that are shorter, or only one volume. Is there by chance a script that could sort the series in your library by number of books? I don't think Calibre has that option.

If I had to guess, the idea would be:

- Count the number of books that are in the same series
- Mark the first/lowest of each book with the number of books remaining in that series in your library in a custom column
Tenome is offline   Reply With Quote
Old 04-14-2022, 08:02 AM   #1624
Mister L
Groupie
Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
Request: add 7Switch as source for metadata

I am not sure if this is the right place to ask this, so please let me know if it's not.

Would it be possible to add the bookstore https://www.7switch.com as a source to download metadata and cover images?
Mister L is offline   Reply With Quote
Old 04-14-2022, 05:24 PM   #1625
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: 21,833
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Mister L View Post
I am not sure if this is the right place to ask this, so please let me know if it's not.

Would it be possible to add the bookstore https://www.7switch.com as a source to download metadata and cover images?
Moderator Notice

Metadata Download functionality is implemented by plugins, most often developed by the person who wants them.

There's a plugin request thread - I'll merge this thread into it

BR

Last edited by BetterRed; 04-14-2022 at 05:43 PM.
BetterRed is offline   Reply With Quote
Old 04-15-2022, 06:01 AM   #1626
Mister L
Groupie
Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
Quote:
Originally Posted by BetterRed View Post

Metadata Download functionality is implemented by plugins, most often developed by the person who wants them.

There's a plugin request thread - I'll merge this thread into it

BR
Ah ok, I did not realise, thanks for letting me know. Hopefully someone who know how to do it will be interested, if not maybe I will try to figure out how to do that one of these days.
Mister L is offline   Reply With Quote
Old 05-04-2022, 09:15 PM   #1627
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 86
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Plugin to add iBooks options file?

Is there a plugin that can automatically add the com.apple.ibooks.display-options.xml to the meta-inf of an ePub file? I'm so sick of having to add this file manually, I'm really surprised that there's not an easier way to do it. I need this file to display custom fonts in Apple Books. Thanks.
GeniusJ is offline   Reply With Quote
Old 05-04-2022, 10:44 PM   #1628
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: 21,833
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by GeniusJ View Post
Is there a plugin that can automatically add the com.apple.ibooks.display-options.xml to the meta-inf of an ePub file? I'm so sick of having to add this file manually, I'm really surprised that there's not an easier way to do it. I need this file to display custom fonts in Apple Books. Thanks.
Not to my knowledge - have look in the Index of plugins

Moderator Notice

Most plugins are developed by the first person to identify the need.

There's a plugin request thread - I'll merge this thread into it

BR
BetterRed is offline   Reply With Quote
Old 05-04-2022, 11:16 PM   #1629
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 86
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Quote:
There's a plugin request thread - I'll merge this thread into it

BR
Thank you
GeniusJ is offline   Reply With Quote
Old 05-05-2022, 04:42 PM   #1630
Magic815
Enthusiast
Magic815 has learned how to buy an e-book online
 
Posts: 38
Karma: 98
Join Date: May 2022
Device: Kindle Paperwhite 11th Gen (2021)
Would anyone be interested in updating the Extract ISBN plugin to enhance its ability to grab the eBook ISBN? As it operates now, it just grabs the first ISBN that it finds. For someone who wants the eBook ISBN, this means the plugin "fails" in that regard about 20% of the time, in my experience.

This is an idea on how that could be implemented. It would be good to also get it Qt 6 compliant (if it's not already).

I would even be willing to donate/pay a nominal fee for anyone who was willing to take this on.

Last edited by Magic815; 05-05-2022 at 04:45 PM.
Magic815 is offline   Reply With Quote
Old 05-05-2022, 08:31 PM   #1631
GeniusJ
Connoisseur
GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.GeniusJ ought to be getting tired of karma fortunes by now.
 
GeniusJ's Avatar
 
Posts: 86
Karma: 361730
Join Date: Sep 2020
Device: Kindle
Quote:
Originally Posted by GeniusJ View Post
Is there a plugin that can automatically add the com.apple.ibooks.display-options.xml to the meta-inf of an ePub file? I'm so sick of having to add this file manually, I'm really surprised that there's not an easier way to do it. I need this file to display custom fonts in Apple Books. Thanks.
I'd pay a little money for this.
GeniusJ is offline   Reply With Quote
Old 05-20-2022, 05:50 AM   #1632
graatch
Enthusiast
graatch began at the beginning.
 
graatch's Avatar
 
Posts: 43
Karma: 10
Join Date: Apr 2018
Device: Samsung Galaxy Tab S2, iPad 2 (Bluefire Reader); fire hd 10, Windows
Moonreader integration! Most wonderful possibility: understanding and creating attached documents from moonreader-created highlights and annotations.
graatch is offline   Reply With Quote
Old 06-27-2022, 12:36 PM   #1633
artnking
Junior Member
artnking began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: Nook Touch
Boinic font

EPUB files can be manually converted to the new BIONIC font here:

https://api.bionic-reading.com/convert/

There is an API for this, so it should not be very hard to get this option working in Calibre.

I would pay money for this.

Once you've read a book using the BIONIC font on your Kindle, you won't want to ever go back, it is that good.
artnking is offline   Reply With Quote
Old 06-27-2022, 12:49 PM   #1634
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,477
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by artnking View Post
EPUB files can be manually converted to the new BIONIC font here:

https://api.bionic-reading.com/convert/

There is an API for this, so it should not be very hard to get this option working in Calibre.

I would pay money for this.

Once you've read a book using the BIONIC font on your Kindle, you won't want to ever go back, it is that good.
This API/service is not free.

See https://rapidapi.com/bionic-reading-...ading1/pricing and https://rapidapi.com/bionic-reading-...cussions/30631.
chaley is offline   Reply With Quote
Old 06-27-2022, 07:19 PM   #1635
compurandom
Wizard
compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.compurandom ought to be getting tired of karma fortunes by now.
 
Posts: 1,017
Karma: 500000
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
Quote:
Originally Posted by artnking View Post
EPUB files can be manually converted to the new BIONIC font here:

https://api.bionic-reading.com/convert/

There is an API for this, so it should not be very hard to get this option working in Calibre.

I would pay money for this.

Once you've read a book using the BIONIC font on your Kindle, you won't want to ever go back, it is that good.
How is this different from just loading the font on the device and switching to it?

Edit: looked further. Its more than just changing font, it bolds parts of words too.
compurandom is offline   Reply With Quote
Reply

Tags
calibre, chatbot, cover, epub fix, epub-fix, google books, kindle, metadata calibre title, missing, pdf, pdf and calibre, plugin development, scribe


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS-505 Any ideas what this might be? Neupy Sony Reader 4 07-03-2012 07:19 AM
New Plugin Type Idea: Library Plugin cgranade Plugins 3 09-15-2010 12:11 PM
Ideas? mike_bike_kite Which one should I buy? 10 06-13-2010 03:37 PM
Ideas F1Wild Amazon Kindle 4 07-10-2009 06:01 AM


All times are GMT -4. The time now is 08:36 AM.


MobileRead.com is a privately owned, operated and funded community.