| 
			
			 | 
		#886 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,525 
				Karma: 8065948 
				Join Date: Jan 2010 
				Location: Notts, England 
				
				
				Device: Kobo Libra 2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#887 | 
| 
			
			
			
			 Custom User Title 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,359 
				Karma: 79528341 
				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.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#888 | |
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				Join Date: Dec 2011 
				Location: Midwest USA 
				
				
				Device: Kobo Clara Colour running KOReader 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#889 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 32 
				Karma: 10 
				Join Date: Jul 2020 
				
				
				
				Device: Moon+ 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#890 | 
| 
			
			
			
			 Enthusiast 
			
			![]() 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  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#891 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 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
 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#892 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				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 05:52 PM. Reason: Remove obsolete test version  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#893 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 32 
				Karma: 10 
				Join Date: Jul 2020 
				
				
				
				Device: Moon+ 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#894 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				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.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#895 | 
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 47 
				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!
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#896 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				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?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#897 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,782 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Why do you need to know the date you added a book to one of your lists?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#898 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 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?  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#899 | |
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,027 
				Karma: 500000 
				Join Date: Jun 2015 
				
				
				
				Device: Rocketbook, kobo aura h2o, kobo forma, kobo libra color 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 
 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.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#900 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				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 05:10 PM. Reason: made into production  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] Extract ISBN | kiwidude | Plugins | 549 | 10-29-2025 06:08 AM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 06:42 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 |