=============
TODO: arubomu
=============

amazon
~~~~~~

musicdns-guess-album
for i in * ; do key=$(cat $i/saved.mb.* | head -n1) ;  arubomu-convert musicbrainz:$key > $i/info.xml ; done


- make amazonp.py split artists from song list when it's a 'various artists'
  artist

- make amazonp remove anything else after "various artists" if in the artist
  name

- Disc: add title for a disc, add a catalog link



.. end

Parsers To Be Written
~~~~~~~~~~~~~~~~~~~~~

- allmusicguide
- allbrazilianmusic
- musicbrainz


Scripts
-------

- write a script that splits the song titles using the " - " string, into the
  artist tag, directly in XML rather than hacking this up

- write script to fetch all missing labels and release dates from catalogs, and
  songs, when they're not already fetched, as well as the covers, when not
  there.  this should work for both amazon and descarga (multi- catalog script).


Ideas
-----

- idea: to be able to specify "valid categories" list somewhere (file?) so that
  we can configure the user parser to allow only certain categories and not
  others, regular expressions?
