Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A replacement script to greatly speed Clutter' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A replacement script to greatly speed Clutter
Authored by: hangon on May 04, '04 03:06:27PM

[code]set AlbP to (make new playlist with properties {name:("test")})
repeat with aTr in (search pl for theArtist only artists)
if the album of aTr is equal to theAlbum then
duplicate aTr to AlbP
end if
end repeat[/code]



it seems to be more efficient this way



[ Reply to This | # ]