Hello,
What's my best bet for scripted bulk updates to an iTunes database?
I want to do pattern-based manipulations on titles of tracks, so for example I want convert
"Concerto in A major RV 552"
to
"RV 552: Concerto in A major".
Supposing the actual string manipulation is a solved problem, how do I go about reading and updating the iTunes database? I assume this has to involve AppleScript, but I have no idea how to do this, or even whether it's capable of regular expression matching. I guess I could always shell out to Perl.
Ideally I'd like to manipulate the iTunes database from Perl, Python or Ruby, if that's possible.
Anyway, all suggestions gratefully received.
Boffo
What's my best bet for scripted bulk updates to an iTunes database?
I want to do pattern-based manipulations on titles of tracks, so for example I want convert
"Concerto in A major RV 552"
to
"RV 552: Concerto in A major".
Supposing the actual string manipulation is a solved problem, how do I go about reading and updating the iTunes database? I assume this has to involve AppleScript, but I have no idea how to do this, or even whether it's capable of regular expression matching. I guess I could always shell out to Perl.
Ideally I'd like to manipulate the iTunes database from Perl, Python or Ruby, if that's possible.
Anyway, all suggestions gratefully received.
Boffo