View Single Post
Old 07-15-2013, 09:04 AM   #12
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by kovidgoyal View Post
calibre's source control system has moved from bzr to git, see the sticky post in the development section. Other than that, the code layout is mostly the same.
Thanks. I've got Git installed and Calibre up and running on the code. At least "Hello World" is working :-)
Quote:
You have two ways you can approach this:
1) Make copy to library use merging code optionally. As I recall, it already does this in some circumstances, search for auto_merged_ids in actions/copy_to_library.py for details. You might need to improve it a bit to do exactly what you need.
2) Create a simple plugin that automates merging duplicates found by Find Duplicates, or extend Find Duplicates to do that.
Ideally, the second would probably be preferable, as it gives more control over the duplicate finding. However, I'm more familiar with the code in the CTL and automerge area, so I'll probably try that first.
Starson17 is offline   Reply With Quote