View Single Post
Old 05-20-2009, 12:15 PM   #7
Format C:
Guru
Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.Format C: ought to be getting tired of karma fortunes by now.
 
Posts: 753
Karma: 1496807
Join Date: Jul 2008
Location: The Third World
Device: iLiad + PRS-505 + Kindle 3
Beautiful Soup is fantastic!
I'd couple it with SQLite to enter the data directly in calibre's metadata.db file.

In simple steps:
1. Import all the files in calibre (without metadata, just the title, maybe in the filename)
2. Export all those data in CSV from SQLite
3. Enrich the CSV with python/beautifulSoup
4. Load the data in the database with SQLite
Format C: is offline   Reply With Quote