Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
78 mp3s - renaming help? Any scripts other than for FM Pro?
#17
Hi Marc. I pasted your script into Script Editor but it won't compile.

"Expected “,” but found end of line." (this, after the word "string" )

--
78 MP3 Nameizer
--© 2008, Marc Anthony. All rights reserved.

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, artist, 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

As an aside, the real shame of it is that the guy went through all this effort and didn't tag his files. Maybe it seemed like double the work to him. It would be cool if we could point him to a Windows solution so that he could fix what he's got at the outset.
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)