Is it possible to build a script to filter metadata when it is first imported? I have just begun ripping my rather large classical CD collection, and although the CD Ripper metadata feature saves a lot of time, I still spend a good deal of time editing the imported data. Here's an example of what I want to do.
Most of the metadata sites use full names as standard. So it's Ludwig van Beethoven. And I just want Beethoven.
It would also be helpful to do partial matches. So instead of Piano Concerto No.5, I might want PC No. 5.
I want to fix the genre permanently as "Classical". Some of the sites use weird and unhelpful sub-genres.
So I'm imagining something like this, applied to the retrieved metadata:
IF <COMPOSER> IS Ludwig van Beethoven THEN <COMPOSER> IS Beethoven
IF <ALBUM> IS *Piano Concerto* THEN <ALBUM> IS *PC*
GENRE IS Classical
and so on. A suitably detailed filter file would save me a lot of time.
Most of the metadata sites use full names as standard. So it's Ludwig van Beethoven. And I just want Beethoven.
It would also be helpful to do partial matches. So instead of Piano Concerto No.5, I might want PC No. 5.
I want to fix the genre permanently as "Classical". Some of the sites use weird and unhelpful sub-genres.
So I'm imagining something like this, applied to the retrieved metadata:
IF <COMPOSER> IS Ludwig van Beethoven THEN <COMPOSER> IS Beethoven
IF <ALBUM> IS *Piano Concerto* THEN <ALBUM> IS *PC*
GENRE IS Classical
and so on. A suitably detailed filter file would save me a lot of time.
Comment