Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
78 mp3s - renaming help? Any scripts other than for FM Pro?
#22
I think I spotted the error. Rev 2:

set AppleScript's text item delimiters to 
_

tell application
iTunes
set theTarget to (choose from list playlists's name as list with prompt ¬
Locate
&
\
&
78 MP3's
&
\
&
playlist.
) as string
repeat with X in playlist theTarget's tracks
set theText to X's name
try
set {X's name, X's artist, X's comment} to ¬
theText's {text item 1, text item 2, text item 3}
end try
end repeat
end tell

set AppleScript's text item delimiters to
Reply


Messages In This Thread
Magus was right - by Joey Cupcakes - 09-23-2008, 09:21 AM
Re: Magus was right - by mspace - 09-23-2008, 11:56 PM
Re: 78 mp3s - renaming help? Any scripts other than for FM Pro? - by Marc Anthony - 09-24-2008, 03:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)