Quick Convert Does Nothing
Hi,
I am trying to run Quick Convert on a playlist that I have that filters out MPEG audio files. The script is installed fine and shows up in the Scripts menu in iTunes, but when I select it, nothing happens.
Is there something I need to install to make it run? :confused:
Thanks,
Steve
[319 byte] By [
cell-gfx] at [2007-11-11 16:46:42]

# 1 Re: Quick Convert Does Nothing
Huh... I just DL'd and ran it on my 10.3.9 -- seemed to do OK on a smart playlist. Maybe try another script (like Convert and Export) just to make sure your AppleScript is in good order?
S2
S2_Mac at 2007-11-15 17:23:34 >

# 3 Re: Quick Convert Does Nothing
Huh...no error messages or anything? I guess the place to start is making sure AppleScript is functioning on the Mac...open Script Editor (Applications/AppleScript/Script Editor); open a new script window. Paste this in (no need to save):
tell me
display dialog "HEY!"
end tell
Click the Run button; if a dialog box appears, your system is p'bly OK. After that, I'd try two things: run Disk Utility (Apps/Utilities/) to Repair Disk Permissions on your boot drive, and then restart the Mac; try iTunes again and report back ;-)
S2
S2_Mac at 2007-11-15 17:25:33 >

# 4 Re: Quick Convert Does Nothing
Ran the script in Script Editor fine. Repaired the permissions, but the scripts still don't run from within iTunes. If it helps, if I save a script that runs in the editor as an application, that won't run either...? Any ideas?