Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 07-02-2008, 02:38 PM   #1
edembowski
Zealot
edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.
 
edembowski's Avatar
 
Posts: 138
Karma: 372
Join Date: Apr 2008
Location: New York, NY
Device: Sony PRS-600, Nook Color, iPad
Calibre Feature request: broader search of ISBNDB

I'm going to post this to the tracker, but I thought I'd post here as well to talk about it & get people's reaction.

I think it would be a cool feature to be able to 'automagically' guess the meta data for a book in a similar way that Calibre fetches it for boos where the ISBN has been entered. I've been looking at the isbndb page, trying to work on scripts to generate the proper data, and here's what I've done:

I have a file called "Oedipus The King.lit", and I strip off the extension and build the search query:
Code:
curl -s "http://isbndb.com/api/books.xml?access_key=ACCESS_KEY&index1=combined&value1=Oedipus+The+King"
This (as expected) returns the search results:

Code:
<?xml version="1.0" encoding="UTF-8"?>

<ISBNdb server_time="2008-07-02T18:28:46Z">
<BookList total_results="47" page_size="10" page_number="1" shown_results="10">
<BookData book_id="antigone_oedipus_the_king_electra" isbn="019282922X">
<Title>Antigone; Oedipus the King; Electra</Title>
<TitleLong></TitleLong>
<AuthorsText>Sophocles; translated by H. D. F. Kitto; edited with an introduction and notes by Edith Hall</AuthorsText>
<PublisherText publisher_id="oxford_university_press">Oxford ; Oxford University Press, 1994.</PublisherText>
</BookData>
<BookData book_id="antigone_oedipus_the_king_electra_a01" isbn="0192835882">
<Title>Antigone, Oedipus the King, Electra</Title>
<TitleLong>Antigone, Oedipus the King, Electra (Oxford World's Classics)</TitleLong>
<AuthorsText>Sophocles, H.D.F. Kitto, Edith Hall</AuthorsText>
<PublisherText publisher_id="oxford_university_press">Oxford University Press</PublisherText>
</BookData>
<BookData book_id="fate_and_ambiguity_in_oedipus_the_king" isbn="0972466193">
<Title>Fate and ambiguity in Oedipus the King</Title>
<TitleLong></TitleLong>
<AuthorsText>Stelios Ramfos; translated by Norman Russell</AuthorsText>
<PublisherText publisher_id="somerset_hall_press">Boston : Somerset Hall Press, c2005.</PublisherText>
</BookData>
<BookData book_id="king_oedipus_oedipus_at_colonus_antigone" isbn="0585109761">
<Title>King oedipus, oedipus at colonus, antigone</Title>
<TitleLong>King oedipus, oedipus at colonus, antigone notes</TitleLong>
<AuthorsText>by Robert J. Milch</AuthorsText>
<PublisherText publisher_id="cliffs_notes">Lincoln, Neb. : Cliffs Notes, [c1965].</PublisherText>
</BookData>
<BookData book_id="oedipus_a06" isbn="1852353929">
<Title>Oedipus</Title>
<TitleLong>Oedipus: a version of Sophocles' King Oedipus and Oedipus at Colonus</TitleLong>
<AuthorsText>Derek Mahon</AuthorsText>
<PublisherText publisher_id="gallery_books">County Meath, Ireland : Gallery Books, 2005.</PublisherText>
</BookData>
<BookData book_id="oedipus_a07" isbn="1852353937">
<Title>Oedipus</Title>
<TitleLong>Oedipus: a version of Sophocles' King Oedipus and Oedipus at Colonus</TitleLong>
<AuthorsText>Derek Mahon</AuthorsText>
<PublisherText publisher_id="gallery_books">County Meath, Ireland : Gallery Books, 2005.</PublisherText>
</BookData>
<BookData book_id="oedipus_king_of_thebes" isbn="0404541380">
<Title>Oedipus, King of Thebes</Title>
<TitleLong>Oedipus, King of Thebes: a tragedy</TitleLong>
<AuthorsText></AuthorsText>
<PublisherText publisher_id="ams_press">New York : AMS Press, [1976]</PublisherText>
</BookData>
<BookData book_id="oedipus_plays_of_sophocles" isbn="0452011671">
<Title>The Oedipus plays of Sophocles</Title>
<TitleLong>The Oedipus plays of Sophocles: Oedipus the King, Oedipus at Colonus, Antigone</TitleLong>
<AuthorsText>a newly revised and updated translation by Paul Roche</AuthorsText>
<PublisherText publisher_id="penguin">New York, N.Y. : Penguin, 1991, 2004.</PublisherText>
</BookData>
<BookData book_id="oedipus_the_king" isbn="0195023250">
<Title>Oedipus the king</Title>
<TitleLong></TitleLong>
<AuthorsText>Sophocles; translated by Stephen Berg and Diskin Clay</AuthorsText>
<PublisherText publisher_id="oxford_university_press">New York : Oxford University Press, 1978.</PublisherText>
</BookData>
<BookData book_id="oedipus_the_king_a01" isbn="0136305091">
<Title>Oedipus the King</Title>
<TitleLong></TitleLong>
<AuthorsText>a translation with commentary by Thomas Gould. With a series introd. by Eric A. Havelock</AuthorsText>
<PublisherText publisher_id="prentice_hall_a01">Englewood Cliffs, N.J : Prentice-Hall, [1970]</PublisherText>
</BookData>
</BookList>
</ISBNdb>
I don't think that it would be too hard to add this to the existing meta data search tool, since it already parses out this data when there are multiple entries for a single ISBN. This has the benefit of being able to search when the ISBN may not be known, and the user is then able to choose the best match.

Another thing that may be good is to have an option to auto search on import of a book. If the ISBN is there, search from that; else search based on file name (or other present data).

Thoughts?

- Ed
edembowski is offline   Reply With Quote
Old 07-02-2008, 04:25 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Umm if you have the title and optionally author entered and not the ISBN number and do a fetch metadata, it will do just that
kovidgoyal is offline   Reply With Quote
Advert
Old 07-02-2008, 07:02 PM   #3
edembowski
Zealot
edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.
 
edembowski's Avatar
 
Posts: 138
Karma: 372
Join Date: Apr 2008
Location: New York, NY
Device: Sony PRS-600, Nook Color, iPad
OK, I totally did not realize that! Sorry!

edit: I went back, and looked at this. It turns out, the lookups failed on a couple of the books that I tried, but it works great on the others.

Thanks!

Last edited by edembowski; 07-02-2008 at 08:04 PM.
edembowski is offline   Reply With Quote
Old 07-11-2008, 03:21 PM   #4
olderjohn
Junior Member
olderjohn began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2008
Device: 2 sony 505s
I think the ability to get the extra info by the fetch metadata is great. So far I haven't been able to change/add this info to ebooks that are already in sony format. Could you give an old man a clue...
Quote:
Many thanks
OlderJohn
olderjohn is offline   Reply With Quote
Old 07-11-2008, 06:44 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You can't add arbitrary metadata to ebooks in the SONY format (the reader software doesn't support it). When you use calibre to upload, the extra metadata is uploaded alongwith the ebook. You can only change title and author for ebooks already on the reader. Do this by double clicking on the ebook name.
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature Request Partzz Calibre 6 09-09-2010 01:11 PM
Feature Request? Sydney's Mom Calibre 6 07-22-2010 12:32 PM
Feature request / Good idea for future versions of Calibre rahulm Calibre 9 07-18-2010 06:35 PM
[Old Thread] Calibre 'feature request' thread Waba Calibre 2 02-10-2010 07:52 PM
Feature request AprilHare EPUBReader 2 11-22-2009 05:15 AM


All times are GMT -4. The time now is 05:19 PM.


MobileRead.com is a privately owned, operated and funded community.