View Single Post
Old 06-08-2020, 07:00 PM   #712
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,777
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by davidfor View Post
I had completely forgotten about this. I'll try and do it over the weekend. And I have at least one other Python 3 beta out there I'll need to find.
@davidfor - re the problem reported by mariekes and bmcs. I am seeing this in the select library drop down:

Click image for larger version

Name:	Annotation 2020-06-09 082023.jpg
Views:	301
Size:	63.7 KB
ID:	179785

I would expect to see something like this list from gui.json

Code:
  "library_usage_stats": {
    "D:/Calibre/Libraries/Books": 213, 
    "D:/Calibre/Libraries/Default": 8, 
    "D:/Calibre/Libraries/Empty": 5, 
    "D:/Calibre/Libraries/Intake": 73, 
    "D:/Calibre/Libraries/Journals": 305, 
    "D:/Calibre/Libraries/Media": 1042, 
    "D:/Calibre/Libraries/Test": 921
  },
But it appears I'm seeing this list from history.plist

Code:
	<key>lineedit_history_find_duplicates_plugin:library_duplicate_combo</key>
	<array>
		<string>D:\Calibre\Libraries\Books</string>
		<string>D:\Calibre\Libraries\Intake</string>
		<string>E:\Calibre Libraries\Test</string>
		<string>D:/Calibre Libraries/_Empty</string>
		<string>D:/Calibre Libraries/_Media</string>
		<string>D:/Calibre Libraries/_Main</string>
		<string>E:\Calibre Libraries\Main</string>
	</array>
Perhaps you could look into why this is happening? Maybe something changed in a recent release. I stopped using Find Duplicates->Library Duplicates feature when DaltonST released CalibreSpy.

After closing calibre, I was able to remove the lineedit_history_find_duplicates_plugin:library_du plicate_combo block, and then use the browse button to locate one of my existing libraries with no side effects. That of course recreated the list in history.plist. I'm hesitant to suggest mariekes and bmcs do similar before you respond.

BR

Last edited by BetterRed; 06-08-2020 at 07:27 PM.
BetterRed is offline   Reply With Quote