« My Green Thumb | Main | Scene from my Hi-Tech life »

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8342189d553ef00d83458f43569e2

Listed below are links to weblogs that reference Enabling M3U file use with iTunes and Audioscrobbler:

» Audioscrobbler, welke muziek draai jij? from Dan Kamminga
Alles wat te maken heeft met het internet en muziek vindt ik te gek. Dit is ook weer zo’n leuk tooltje. Via Audioscrobbler kun je statistieken bijhouden van alle muziek die je luistert op je PC of Mac. Het [Read More]

Comments

dan

I have the same m3u problem with itunes. Found your blog and you seem to have fixed it, but the link you gave doesn't seem to be valid anymore. Could you email me the info on how to fix this. Thanks.

HUgh

on open m3uFileList
tell application "iTunes"
activate
set newPlaylist to make new user playlist
set name of newPlaylist to (current date) as string
repeat with m3uFile in m3uFileList
add m3uFile to newPlaylist
tell application "Finder"
delete file m3uFile
end tell
end repeat
set the view of browser window 1 to newPlaylist
play newPlaylist
end tell
end open

is the applescript in all its glory !
though I found you need to commen the line about setting the view of the browser to newPlaylist as it breaks if you have it in "zoomed" (much like windows-stylee-minimised) view

Aaron

How do you associate files with Applescripts? I can't seem to figure out how to do this!

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment