|
|
|
*Sigh* I wish I was more familiar with AppleScript. How should I modify this script to use with a Finder folder of files, instead of an iTunes playlist, but still updating the iTunes playcount?
Jim A Syler |
Homepage |
05.01.07 - 18:52 | #
|
|
I'm really no expert at AppleScript either (I believe it's a read-only language). The tricky part is figuring out which files correspond to which iTunes entry. To do so, you can look at the last part of the script, where I look at every file present in the folder, get the track name from the spotlight comments (where I first set them), and search for it in iTunes. (You can specify the whole Library as the playlist, if I remember correctly.)
Good luck.
Alan Schmitt |
Homepage |
05.01.07 - 19:34 | #
|
|
Haha! I did it! I'll post the result on my blog and trackback it to here. Thanks for your wonderful script; it wouldn't have been possible without it!
Jim A Syler |
Homepage |
08.01.07 - 23:32 | #
|
|
Cool. I could not find your post on your blog though (the last one is from mid-december).
Alan Schmitt |
Homepage |
09.01.07 - 10:07 | #
|
|
Commenting by HaloScan
|