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 08-05-2020, 08:33 AM   #886
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,447
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by thegameksk View Post
Updating Calibre seems to have fixed that but now I get a message on Calibre telling me I have no more free space in memory. I have free space in both my main memory on phone and my SD card where I am sending books too.
If you are using calibre companion then check this thread to see if it is relevant in your case.
chaley is offline   Reply With Quote
Old 08-05-2020, 01:26 PM   #887
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,998
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Is there any way for Reading List to detect an ePub has been modified and include it when syncing to the device? (Note that I use the KoboTouchExtended drivers for the kepubs, if that affects things.) Mostly for fanfics that are in-progress, but I occasionally had to fix weird formatting issues.
ownedbycats is offline   Reply With Quote
Old 08-05-2020, 01:42 PM   #888
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
Is there any way for Reading List to detect an ePub has been modified and include it when syncing to the device? (Note that I use the KoboTouchExtended drivers for the kepubs, if that affects things.) Mostly for fanfics that are in-progress, but I occasionally had to fix weird formatting issues.
No. That's why I use 'Send to' lists (AKA 'Add/Overwrite' with Clear on Sync) instead of Replace device with list settings.
JimmXinu is offline   Reply With Quote
Old 08-06-2020, 12:32 PM   #889
thegameksk
Enthusiast
thegameksk began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2020
Device: Moon+
Quote:
Originally Posted by chaley View Post
If you are using calibre companion then check this thread to see if it is relevant in your case.
That worked. Thanks
thegameksk is offline   Reply With Quote
Old 08-07-2020, 10:53 PM   #890
thegameksk
Enthusiast
thegameksk began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2020
Device: Moon+
I have some books in my reading list that dont transfer over. Its in my reading list and I hit sync now nothing happens. Other books I added transfer fine.

Edit: figured it out
thegameksk is offline   Reply With Quote
Old 08-08-2020, 04:25 AM   #891
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
I just worked out a very long-standing bug.

Using "Move to list", it you move books from list "A" to list "A" and "B", the books will actually be removed from list "A". It is because one of the actions is done in alphabetical order. Move from "B" to "A" and "B" will have everything updated correctly.

The fix is fairly simple. In action.py, method "move_books_to_lists", at line 662, change the code to:

Code:
                if not source_list_name in dest_list_names_list:
                    (_removed_ids, tags_changed) = self.remove_books_from_list(source_list_name, book_id_list,
                                                                              refresh_screen=False, display_warnings=False)
                    if tags_changed:
                        any_tags_changed = True
@JimmXinu: As you have made the last couple of releases, I let you do this one as well
davidfor is offline   Reply With Quote
Old 08-08-2020, 12:18 PM   #892
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Test Version with davidfor's Move fix

Fair enough. Mind, all I did was copy the code in--I've never used that feature.

Last edited by JimmXinu; 08-27-2020 at 04:52 PM. Reason: Remove obsolete test version
JimmXinu is offline   Reply With Quote
Old 08-10-2020, 09:59 AM   #893
thegameksk
Enthusiast
thegameksk began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2020
Device: Moon+
Quote:
Originally Posted by JimmXinu View Post
I don't know of any direct Reading List activity would affect size on another drive.

However, Calibre does create a temporary file for each ebook sent to a device. I would speculate that what you're seeing is the space used by temporary files. Calibre deletes it's temp files when you exit Calibre, if not before; but it can leave temp files if Calibre crashes or is killed.

You can use the CALIBRE_TEMP_DIR environment variable to change where Calibre puts it's temp files. See Customizing calibre.

Reading List stores the lists in the library database, which is in the library directory. Backing up the library directory will also backup Reading List settings and lists.
So how exactly would I do a backup? Just copying and pasting my calibre library enough for the books as well as reading lists?
thegameksk is offline   Reply With Quote
Old 08-10-2020, 11:08 AM   #894
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Basically, yes.

Calibre FAQ: How do I backup calibre?

The FAQ also mentions the config directory where some older plugins that store their info and the plugin install zips themselves are.
JimmXinu is offline   Reply With Quote
Old 08-22-2020, 05:09 AM   #895
luciaisacat
Enthusiast
luciaisacat began at the beginning.
 
luciaisacat's Avatar
 
Posts: 42
Karma: 10
Join Date: May 2012
Device: android
Hi! I'd like to use the Reading_list "Column Update Option" to enter, into a user defined column, the date I added a book to the reading list. Unfortunately the date-type columns seems not to be shown in the option list... any way to get it? Many thanks!
luciaisacat is offline   Reply With Quote
Old 08-24-2020, 05:30 PM   #896
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Setting a datetime column isn't possible in the current plugin.

RL could be changed to set datetime columns, but it raises questions of how to fit it into the existing paradigm.

RL currently sets/adds a configured value to a column on add-to-list, clears/removes the same value on remove-from-list, or both.

If it's a date, on-add is easy: set to current datetime. But what should happen on-remove? Clear column? Set current datetime?

And is this something that would be useful to more than just luciaisacat?
JimmXinu is offline   Reply With Quote
Old 08-24-2020, 08:07 PM   #897
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,795
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by luciaisacat View Post
Hi! I'd like to use the Reading_list "Column Update Option" to enter, into a user defined column, the date I added a book to the reading list. Unfortunately the date-type columns seems not to be shown in the option list... any way to get it? Many thanks!
Why do you need to know the date you added a book to one of your lists?
JSWolf is offline   Reply With Quote
Old 08-24-2020, 09:54 PM   #898
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by JSWolf View Post
Why do you need to know the date you added a book to one of your lists?
An easy use case is adding the book the a "TBR" list. That date isn't necessarily the same date as when you add it to calibre. Especially if you are adding the book for a reread.

Same goes for a finished list. I use the move function to move books from my "ToRead" to my "Reading" and then my "Finished" lists. Automatically updating a date at these times might be useful.

But, I had the same basic thoughts as @JimmXinu. What date do you use and what do you do when you remove the book from the list?
davidfor is offline   Reply With Quote
Old 08-25-2020, 04:02 AM   #899
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,012
Karma: 500000
Join Date: Jun 2015
Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color
Quote:
Originally Posted by davidfor View Post
But, I had the same basic thoughts as @JimmXinu. What date do you use and what do you do when you remove the book from the list?
I see a number of possible answers to that on either add or remove:
  • clear date
  • today
  • set from a template or function
  • no change

So, the target date could be the lastread column, and it might get set to today when it is added to the finished list and cleared when added to the read next list.

Or maybe the target column is the prevread column, and a template function is used to copy the lastread date when it is added to the read next list.

Or, maybe on adding to list LibraryCheckout it sets column DueDate to today+3weeks from a template function, and clear the date on removal from the list.

Last edited by compurandom; 08-25-2020 at 04:19 AM.
compurandom is offline   Reply With Quote
Old 08-27-2020, 03:21 PM   #900
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Attached is a version I think is ready for release, if some kind mod would oblige.

Version 1.6.13 - 27 Aug 2020
- Don't restrict search for auto-populated from search lists to current Virtual Library.
- Fix for moving books from list to same list, from davidfor

(I'm shelving for the time being the idea of date custom columns.)

Last edited by theducks; 08-27-2020 at 04:10 PM. Reason: made into production
JimmXinu is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Extract ISBN kiwidude Plugins 548 03-04-2025 10:43 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Manage Sony x50 Reader Book List kpw Plugins 170 10-02-2014 08:23 PM
[GUI Plugin] Temp Marker kiwidude Plugins 41 10-14-2013 12:25 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 11:50 PM.


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