iTunes: changing song name
iTunes: changing song name
- Subject: iTunes: changing song name
- From: Bob Stern <email@hidden>
- Date: Tue, 7 Dec 2004 01:15:23 -0800
I cannot figure out how to change the name, artist, etc of a track
(song) in iTunes that is selected (highlighted) but is not currently
playing. Consequently, I've resorted to the following script that
briefly plays each selected track to make it the current track before
changing its name. Is there a way to change the track name without
playing the track? Thanks!
tell application "iTunes"
set myList to selection of window 1
repeat with myTrack in myList
play myTrack
stop
set name of current track to "foo"
end repeat
end tell
--
Bob Stern
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden