Quote:
Originally Posted by Rayha
Maximum title/author search match, from configuration page, does only work on covers. What about the rest of metadata? It would be nice to see more alternatives to choose the best set of metadata.
|
The selection is done by calibre, I think we could pass a priority but I have to look for that.
Quote:
Originally Posted by Rayha
If not possible to show more than one match of metadata, is it possible to prioritize categories when searching, and stop with first match? If so, I would like this priority: Innbundet, Pocket, Heftet, e-bok
|
it is posible, but is it also very individual, for this you have to set your priority in the configuaration window.. In combination with the first point that would be interesting. I will think about it.
Quote:
Originally Posted by Rayha
|
Yeah,just for testing I deleted some breaks in the code and forgot to put them back. Is fixed in 0.0.3
Quote:
Originally Posted by Rayha
If ISBN does not match any book, the search doesn't continue trying to find books based on author/title. I know that there are different ISBN for different publisher/version/category of the book, and if the book has been added to the library with ISBN included as metadata, and that ISBN does not match the versions available in Adlibris, the search will fail. If you have these metadata for a book: Author: Jo Nesbø, Title: Sønnen, ISBN: 9788203356674, the search will fail. Even though all metadata are correct for this book from another publisher.
|
Nice request, in case a ISBN-number is false or not found, the search is done by author and title. Implemented in 0.0.3
Quote:
Originally Posted by Rayha
here are some text strings that sometimes occur in Comments, that is not really wanted. Is it possible to remove those text strings? If you try to search for ISBN: 9788203355936, you will see these two lines within the text: If they occur, they are not wanted. Is it possible to remove them?
|
It is difficult to track commercial tekst, because the tekst itself will be different and the only recognition is that they are in bold. But p.e quotes from a paper are also in bold.
I implemented a function to delete all bold tekst, unless they start with a double quote. So be aware, you can miss bold description.
See testversion 0.0.3 Maybe I shouldimplement this as an option in the configuration.
New test version available at the start of this thread.
Waiting for comments, this is the way I like to program.