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, 09:33 AM   #886
chaley
Grumpy old git
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.
 
chaley's Avatar
 
Posts: 10,063
Karma: 3789385
Join Date: Jan 2010
Location: UK
Device: Reader
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, 02:26 PM   #887
ownedbycats
Wizard
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: 3,306
Karma: 13781972
Join Date: Oct 2018
Device: Kobo 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, 02: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: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
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, 01:32 PM   #889
thegameksk
Member
thegameksk began at the beginning.
 
Posts: 21
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, 11:53 PM   #890
thegameksk
Member
thegameksk began at the beginning.
 
Posts: 21
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, 05: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: 23,231
Karma: 41975128
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, 01: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: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
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 05:52 PM. Reason: Remove obsolete test version
JimmXinu is offline   Reply With Quote
Old 08-10-2020, 10:59 AM   #893
thegameksk
Member
thegameksk began at the beginning.
 
Posts: 21
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, 12:08 PM   #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: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
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, 06:09 AM   #895
luciaisacat
Member
luciaisacat began at the beginning.
 
luciaisacat's Avatar
 
Posts: 24
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, 06: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: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
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, 09: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: 64,324
Karma: 104254653
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Aura H2O, PRS-650, PRS-T1, nook STR, iPad 4, iPhone SE 2020, 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 online now   Reply With Quote
Old 08-24-2020, 10: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: 23,231
Karma: 41975128
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, 05:02 AM   #899
compurandom
Guru
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: 698
Karma: 294342
Join Date: Jun 2015
Device: kobo aura h2o, kobo forma
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 05:19 AM.
compurandom is offline   Reply With Quote
Old 08-27-2020, 04: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: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
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 05: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 417 12-30-2021 05:02 PM
[GUI Plugin] Open With kiwidude Plugins 386 11-24-2021 01:38 AM
[GUI Plugin] Manage Sony x50 Reader Book List kpw Plugins 170 10-02-2014 09:23 PM
[GUI Plugin] Temp Marker kiwidude Plugins 41 10-14-2013 01:25 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 01:27 PM


All times are GMT -4. The time now is 09:34 PM.


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