I thought I was creating this post in the "Calibre" section, didn't realize I created in the "Calibre > Device" section. Please move this thread to the appropriate section if this isn't the correct one.
Is it Calibre, the wireless driver, or the KOReader app that creates/modifies the `.metadata.calibre` file that's in the library folder on my device? If I open the metadata file and look for the book that calibre falsely thinks is on the device twice, I see completely identical, duplicate entries for the book in question. I guess whatever part of the process that modifies that file is failing to check if the book already exists in the metadata, so when calibre reads the metadata file on the subsequent connections, it sees the metadata there twice?
Code:
{
"series_index": 1,
"size": 642262,
"series": "Kiera Hudson 2",
"tags": [
"Werewolves",
"tim orourke",
"Fantasy",
"Vampires",
"werewolf",
"potter",
"Romance",
"Young Adult",
"diaries",
"kiera hudson",
"Horror",
"vampire",
"To Read"
],
"uuid": "22fc4ff1-4c97-4e54-b2ab-92ff1557b04a",
"last_modified": "2022-10-29T06:48:05+00:00",
"lpath": "Kiera Hudson 2/1 - Dead Flesh - O'Rourke, Tim.epub",
"authors": [
"Tim O'Rourke"
],
"title": "Dead Flesh"
},
{
"series_index": 1,
"size": 642262,
"series": "Kiera Hudson 2",
"tags": [
"Werewolves",
"tim orourke",
"Fantasy",
"Vampires",
"werewolf",
"potter",
"Romance",
"Young Adult",
"diaries",
"kiera hudson",
"Horror",
"vampire",
"To Read"
],
"uuid": "22fc4ff1-4c97-4e54-b2ab-92ff1557b04a",
"last_modified": "2022-10-29T06:48:05+00:00",
"lpath": "Kiera Hudson 2/1 - Dead Flesh - O'Rourke, Tim.epub",
"authors": [
"Tim O'Rourke"
],
"title": "Dead Flesh"
}