02-06-2011, 07:08 AM | #31 | ||
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
Quote:
|
||
02-06-2011, 07:17 AM | #32 | |
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
The challenge I see with that particular feature (which I agree would be useful) is how to handle a user moving a row that they have locked/assigned a particular series number on. You also have to handle the situation of a user moving "too many" rows before that assigned value such that the numbering overlaps. A visual warning on screen may suffice like an icon with a tooltip on such rows. Not insurmountable problems though - and as you have suggested a useful addition for those who don't create empty books. |
|
Advert | |
|
02-06-2011, 08:42 AM | #33 | ||
US Navy, Retired
Posts: 9,867
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
Quote:
|
||
02-07-2011, 05:53 AM | #34 |
Wizard
Posts: 1,765
Karma: 30063305
Join Date: Dec 2006
Location: Singapore
Device: Boyue
|
Moving files marked read on reader to a read folder
I use a custom column for marking books I have read. My reader uses folders and currently my folders are
Ebooks/{authors[0]}/{authors}/{series}/{series_index:0>2s} - {title} now when I mark a book as read in calibre I want to be able to send it to Ebooks/Read/{authors[0]}/{authors}/{series}/{series_index:0>2s} - {title} |
02-08-2011, 04:40 AM | #35 |
Zealot
Posts: 115
Karma: 150
Join Date: Jul 2008
Location: Netherlands Veenendaal
Device: Palm T5, Sony PRS-505, Nook Color
|
Mark book to be send to device on next connect
Hi Kiwidude,
First of all thanks for you currently slew of plugins, nice work!. As the title suggests a plugin which would do that would be great for some people. Saw a question in the Frequently Asked Questions thread by ArmorDog and quite liked the idea. Question was: -- Is there a way to flag books to transfer when the reader is next connected? Often, when working in Calibre, I don't have my reader hooked up. When I finish fixing up a book, I'd like to flag it to be copied to the reader when it's next connected. -- I used something like it while I downloaded the NRC epub using a script and used a bit of python code to set the News flag for the imported epub. This has the effect that on next connect of my reader it was automatically sent to it. This is the relevant line: Code:
calibre-debug -c "from calibre.library import db; db=db(); from calibre.utils.config import prefs; ids = db.prefs.get('news_to_be_synced', []); ids.append(%id%); db.prefs.set('news_to_be_synced', ids)" Might have a try at it myself but you're free to grab the idea and beat me to it Regards, Joop |
Advert | |
|
02-08-2011, 05:59 AM | #36 | |||
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
Quote:
Pretty trivial to code up assuming I am thinking the same as you about what it needs to do. Presumably you just want a menu with suboptions allowing you to add a book to the news sync list, and another to remove from it? The only "difficult" part I see is coming up with sexy names for the menu items/plugin and the icons . Is there any configuration required for the plugin? e.g. is this a plugin that needs to have keyboard shortcuts or is its use infrequent enough that a context menu/toolbar action menu is sufficient? Quote:
|
|||
02-08-2011, 06:08 AM | #37 | |
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
But hey, that's just me - perhaps others feel differently |
|
02-09-2011, 05:01 AM | #38 | |||
Zealot
Posts: 115
Karma: 150
Join Date: Jul 2008
Location: Netherlands Veenendaal
Device: Palm T5, Sony PRS-505, Nook Color
|
Quote:
Maybe Kovid can answer that one. Quote:
Quote:
Go ahead get sidetracked for a couple of minutes since I haven't got any time for some coding the coming weeks Besides it was just the idea in the other thread that I didn't want get lost. Regards, Joop |
|||
02-09-2011, 09:52 AM | #39 | |||
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
Quote:
|
|||
02-15-2011, 10:12 AM | #40 |
Evangelist
Posts: 461
Karma: 956567
Join Date: Oct 2010
Location: Toronto, Canada
Device: Kindle Oasis 3
|
Calibre has added a method of putting page numbers for Kindle books by generating the .APNX file while transferring your book to the Kindle from Calibre. Would somebody be willing to look at developing a plugin that will allow you to save this .APNX file to a harddrive without having to transfer your book from Calibre to the Kindle. This way you can save the .apnx file in a directory together with your .mobi books for those who like to keep their libraries on a harddrive and maintain the page number information.
|
02-17-2011, 01:15 AM | #41 | ||
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
Quote:
I wrote the Book Sync plugin implementing this today. Great plugin suggestion, one of those you don't realise how convenient it really is until the idea came up... |
||
02-17-2011, 06:27 AM | #42 |
Zealot
Posts: 119
Karma: 100
Join Date: Jan 2011
Location: Germany / NRW /Köln
Device: prs-650 / prs-350 /kindle 3
|
hy @ all,
as discussed in this thread https://www.mobileread.com/forums/sho...d.php?t=121236 i want to ask if it is possible to make a plugin for the (at the moment) most problematic thing's for me. __________________________ 1: at the moment i want to clear my database from ugly covers (pixel blocks, blurred and so on). right, the jpg is too small in size. My approach is, I'm looking with an external program if some files are less than 40k. if so, take a look in calibre and grab a new cover by hand. Or find covers calibre recognizes as being able to be trimmed it would be much easier if the search for small cover files can be done in calibre. maybe it is set a flag to a new column or so. __________________________ 2: plugin to search for invalid isbn numbers that are marked with a red backround. i have no idea to do it. this is at the moment a hard work by hand. __________________________ 3: search for entrys in: title -> title_sort and author -> author_sort which are not valid and shows the red backround (so they have different entrys) __________________________ if anyone can make this plug-in it would be great! by myself i don't know about this programming things. regards schuster |
02-28-2011, 06:34 AM | #43 |
Calibre Plugins Developer
Posts: 4,681
Karma: 2162246
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
@schuster - I do like the idea of being able to track down books that need larger covers or invalid metadata. It could indeed be fairly easily done as a plugin. Does anyone else have any other suggestions for criteria by which they would like to isolate books that isn't available with the current search?
I'll add a couple more plugin ideas here so I don't forget them...
|
03-02-2011, 10:35 PM | #44 | |
Connoisseur
Posts: 76
Karma: 4430
Join Date: Jan 2009
Location: Chicagoland
Device: Kindle 4, eBookwise & Literati
|
Audiobooks
Quote:
I have several, that were purchased accidentally, and expect to add data on them to Calibre, but they are actually stored with my Musicmatch 9.0 which makes more sense since it is intended for handling audio. Last edited by ThePage; 03-02-2011 at 10:36 PM. Reason: spelling |
|
03-02-2011, 10:47 PM | #45 |
Connoisseur
Posts: 76
Karma: 4430
Join Date: Jan 2009
Location: Chicagoland
Device: Kindle 4, eBookwise & Literati
|
making a plug-in from an existing driver?
I've apparently been under a false impression for some months, while consolidating 7,000+ books in calibre, from multiple directories (including 4,000+ IMP's), I've not had occasion up to now to work with my existing book-reader, so that I've only just discovered that while I can send a book to my storage card while it's plugged into the computer, I can't do anything else, nor does my reader see the file after I've put the card back into it.
Would it be possible for someone to take the driver used by my dedicated Library software (for the eBookwise) and construct a plug-in for Calibre, allowing of transferring books from one to the other, and would anyone be interested/inclined to do it? I have no doubt, from the quantity of .imp files offered on mobileread, that others would find it of use. Also, see FAQ for my adventures in giving both Library Programs advanced indigestion. Last edited by ThePage; 03-02-2011 at 10:55 PM. Reason: syntax |
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 |