iTunes coupe: Macs now have the easiest way to correct internet database typos!
iTunes coupe: Macs now have the easiest way to correct internet database typos!
- Subject: iTunes coupe: Macs now have the easiest way to correct internet database typos!
- From: Timothy Bates <email@hidden>
- Date: Mon, 05 Nov 2001 17:35:49 +1100
Hi,
Don't you hate it when the internet DB info for a track is wrong ("crouded
house" instead of "crowded house"), or inconsistent ("Beatles, The" and
"The Beatles" and "Beatles" for the one band).
Now with iTunes 2.0.1, we have the solution!
tell application "iTunes"
set artist of every file track of library playlist 1 whose artist
[opt-l] contains "Crouded House" to "Crowded House"
end tell
tell application "iTunes"
set artist of every file track of library playlist 1 whose artist
[opt-l] contains "beatles" to "The Beatles"
end tell
Chalk one up for aesthetics!
Tim