03-10-2011, 04:19 AM | #61 |
Sigil developer
Posts: 1,274
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
|
It's very readable. Although I don't know if the name/link/description will be as easily parseable as the version/date/etc. I agree that having a separate spoiler section would be extra unnecessary work, and the two would inevitably go out of sync.
|
03-12-2011, 08:50 PM | #62 |
Junior Member
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: none
|
I've got an idea for a plugin which I think would be very useful to everyone.
When a book doesn't have a cover in the online databases (random current books, old books, freely available books...), we have the possibility to generate one based on the metadata. Would it not be possible to write a plugin that would give you the ability to extract the first page of the book file and convert it as an image to be used as the cover in one click? I know one commercial ebook library software does it from PDFs (though I can't remember which) and it was one of the few assets that made me hesitate between Calibre and that software. I hope someone with the knowledge required to do this will find this idea useful and code it (even if only for select file types). Have a nice day all. |
Advert | |
|
03-12-2011, 09:44 PM | #63 | |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
Your other option if the book has none is to generate a cover using the book metadata (title/author/series). Calibre has a very basic version of that ability built in (look for "Generate default cover". There is also an enhanced customisable alternative available as a plugin on this forum called "Generate Cover". |
|
03-13-2011, 07:10 AM | #64 |
Junior Member
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: none
|
God, I'm stupid.
Sorry for the stupid proposition then, I somehow hadn't seen that feature... |
03-13-2011, 07:21 AM | #65 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
|
Advert | |
|
03-16-2011, 08:09 PM | #66 |
Dabbler
Posts: 67
Karma: 10
Join Date: Mar 2011
Device: Samsung Galaxy Reject:Lenovo 8.1 tablet Old: Colour Nook, HP Touchpad
|
"To be read" or "wish list"
Is there a feature in Calibre where you can have the titles of books which you want to add to a wish list?
|
03-16-2011, 08:54 PM | #67 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
The normal way people approach this is to use the ability of Calibre to "Add an Empty Book" (see the split arrow on the Add button in the toolbar, or use Ctrl+Shift+E). Give it a tag like "Wishlist". This will show up in your catalogs, or you can do normal searching/filtering of it etc.
|
03-20-2011, 06:34 PM | #68 |
Grand Sorcerer
Posts: 12,733
Karma: 75000000
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Recently I have found some comic collections of TinTin and Asterix. One problem I have encountered is that some of the comics have mislabelled files (ie a RAR compressed file identified as a CBZ or a ZIP compressed file as a CBR).
While ComicRack does not have a problem with this, Calibre is not so forgiving. Maybe a plugin to look for files with incorrect extensions? |
03-22-2011, 06:32 PM | #69 |
Junior Member
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: Sony PRS-300
|
Pick covers
I'd love to see a nice visual way to search for and select book covers within Calibre.
|
03-22-2011, 07:51 PM | #70 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
|
03-22-2011, 08:14 PM | #71 |
Junior Member
Posts: 2
Karma: 10
Join Date: Mar 2011
Device: Sony PRS-300
|
I am thinking of getting covers for books that don't have one or have bad covers.
The 'Search The Internet' plugin makes the process a lot easier, but it is still a lot of jumping back and forth. |
03-27-2011, 07:02 AM | #72 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Here is another minor idea that I want (but not yet sure how to do). I've already made the "Search the Internet" plugin for books, but I also want a "Search local drive" plugin. This would let me configure a root directory (to my stash of unprocessed GBs of books) and then spawn a windows explorer search for an author.
For instance I currently do stuff like type "name:child name:lee" into the search box in windows explorer to get it to show all the directories and files for that author, which I will then drag to a working folder for processing. Unfortunately Microsoft don't seem to make it very easy to automate this. I know it is theoretically possible to create a saved search file and launch that with explorer but the internal complexity of it seems immense and struggling to find documentation for it. If anyone has done/knows of anything doing this let me know... Using third party search alternatives could be another option I guess. Again if anyone has any recommendations let me know. |
03-27-2011, 07:23 AM | #73 |
Wizard
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
|
Why not crawl the folder tree in Python, display a list of hits to the user and let the plugin open up a file manager window to the containing folder if a hit is double clicked? That would have the added benefit of being relatively platform independent.
|
03-27-2011, 07:43 AM | #74 |
Calibre Plugins Developer
Posts: 4,680
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Hi Manichean,
My main concern is performance. WIndows search (once indexed) is very fast when you have a colossal number of files. A non-indexed crawler in Python would be very very slow, to the point of unusability I suspect. Were that not a concern, then yes indeed it could offer a lot of cool stuff, such as a button click to move all the files/folders to a working directory for importing and taking care of all the duplicate folder names etc. I know I'm being very niche by only bothering to address Windows - but it is a niche plugin idea . For instance unless it had some "direct" modes one of it's flaws is that you couldn't really use it to search for an author you haven't yet added to Calibre (you would have to create an empty book first). |
03-27-2011, 08:03 AM | #75 | |
Wizard
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
|
Quote:
You'll have to keep in mind, though, that I'm very unlikely to actually use that plugin (I see no need for it now), and I'm on Windows, so I'm only arguing this point because I feel a cross-platform plugin would be better out of principle |
|
Tags |
calibre, chatbot, cover, epub fix, epub-fix, google books, kindle, metadata calibre title, missing, pdf, pdf and calibre, plugin development, scribe |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PRS-505 Any ideas what this might be? | Neupy | Sony Reader | 4 | 07-03-2012 08:19 AM |
New Plugin Type Idea: Library Plugin | cgranade | Plugins | 3 | 09-15-2010 01:11 PM |
Ideas? | mike_bike_kite | Which one should I buy? | 10 | 06-13-2010 04:37 PM |
Ideas | F1Wild | Amazon Kindle | 4 | 07-10-2009 07:01 AM |