Import Librivox editions (and updates)

Bug #605121 reported by George
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Open Library
New
High
raj

Bug Description

Let's add new editions to our works for Librivox recordings. The Librivox folks are happy to give us whatever we need.
---

Lead Librivox tech: Chris Goringe, chris.goringe @ gmail.com
Hugh McGuire, hugh @ bookoven.com

A complete MARC record gets created (and made publicly available) daily here:
http://librivox.org/newcatalog/MARC21/librivox.mrc.gz

IA:
http://www.archive.org/details/librivoxaudio

Revision history for this message
George (george-archive) wrote :

From Chris:
Attached is a mysqldump of our database. I've excluded one table,
because it includes email addresses of our volunteers; that table has
the form:

CREATE TABLE `People` (
  `PeopleID` int(8) NOT NULL auto_increment,
  `Name` char(80) character set utf8 default NULL,
  `Nickname` char(80) character set utf8 default NULL,
  `EMail` char(80) default NULL,
  `URL` char(150) default NULL,
  `MaxMC` int(2) NOT NULL DEFAULT 0,
  PRIMARY KEY (`PeopleID`),
  UNIQUE KEY `Name` (`Name`)
) ENGINE=MyISAM AUTO_INCREMENT=3334 DEFAULT CHARSET=latin1;

If you want any help interpreting the data, let me know! One unobvious
bit of information which will help: in the Files table, a FileNumber
of 0 is used to hold project level information. You'll also find
duplication or near-duplication between the Projects table and the
Files table; this is an artifact of the way the system has developed.
The Files table is probably generally to be preferred.

Changed in openlibrary:
importance: Undecided → Wishlist
assignee: nobody → Edward Betts (edwardbetts)
milestone: none → general-bucket
Revision history for this message
George (george-archive) wrote :

Hi Chris,

Can you illuminate the arcane process of LibriVox --> Archive.org data transfer? See Edward's question below, asked in context of getting LibriVox data into Openlibrary.

I've copied Kara too, who might be able to comment more specifically on the more hands on parts of things.

Hugh.

----------------------------------------------------
Hugh McGuire
librivox.org | hughmcguire.net
@hughmcguire
tel: +1.514.464.2047| skype: h.mcguire
-----------------------------------------------------

On Sep 27, 2010, at 4:09 PM, Edward Betts wrote:

> > Hi Hugh,
> >
> > We're going to start loading LibriVox books into Open Library but we want the data to arrive via archive.org
> >
> > Some of the metadata in your database doesn't make it into archive.org specifically, language and copyright date.
> >
> > Here is an example:
> >
> > LibriVox data: http://home.us.archive.org/~edward/librivox/47.html
> > And: http://www.archive.org/details/count_monte_cristo_0711_librivox
> >
> > Can you change your process to include language and copyright date when you upload books to archive.org
> >
> > Thanks.
> >
> > --
> > Edward.

Changed in openlibrary:
milestone: general-bucket → bib
assignee: Edward Betts (edwardbetts) → raj (raj-archive)
importance: Wishlist → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.