Differences between revisions 2 and 3
Revision 2 as of 2011-01-31 12:07:42
Size: 891
Editor: csr
Comment:
Revision 3 as of 2011-01-31 12:23:48
Size: 897
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
corresponding script bartfile_bulk_ingester.sh. This is new functionality in DigiTV 0.5.0 corresponding script {{{bartfile_bulk_ingester.sh}}}. This is new functionality in DigiTV 0.5.0

Bulk Ingest of Analogue (BART) files

From v.0.5.0, file_ingest.sh ingests both digital and analogue recordings. A one-off ingest of all old analogue recordings is also necessary. Functionality for this is implemented in BartFileBulkIngester and the corresponding script bartfile_bulk_ingester.sh. This is new functionality in DigiTV 0.5.0

  1. Download a list of all files to be ingested. For example all video files from 2009: wget -O 2009_mpeg.txt http://pluto.statsbiblioteket.dk/~bart/get_url.cgi?*2009*mpeg

  2. Ingest: bartfile_bulk_ingester.sh 2009_mpeg.txt

  3. Check the corresponding logfiles bartfile_bulk_ingester.debug.log and bartfile_bulk_ingester.error.log. The error log should be empty and the debug log should list all the files ingested.
  4. Repeat with audio files from the same interval, substituting "wav" for "mpeg" in the above recipe.

BulkIngestBartFiles (last edited 2011-01-31 13:03:10 by jrg)