Ok, I think I have come up with a kind of workable hack. Take a copy of your library over to a machine with a Rivendell install with nothing in the library. Now run this on your library:
for i in *;do echo $i;j=`echo $i | sed 's/_[0-9].*.*$//;s/^.*_//'`;rdimport --to-cart="$j" --normalization-level=-13 --autotrim-level=0 music "$i"; done rdimport converts your library. Now move the newly created library back to your original machine. I can't think why this shouldn't work. I am sure someone can write a cleaner scripted then me. Daniel _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
