|
|
Random Albums
I wrote the following for someone on the MacNN board who wanted it - someone else might want it too so here goes: {what it does: alter an existing playlist called "randomAlbums" so that it contains enough whole albums picked at random to fit an iPod. To use it set up your iPod to only sync with the playlist "randomAlbums"} n.b. alter the size of iPodCapacity to match your iPod.
tell application "iTunes"
---
Random Albums
I can't get this script to run:
Whoops, copy & paste error
the part that reads:
repeat while ((size of ipodPlaylist) tell library playlist named "Library"
set randomAlbumName to album of some file track
repeat while (addedAlbumsList contains randomAlbumName)
set randomAlbumName to album of some file track
end repeat
should read:
repeat while ((size of ipodPlaylist))
tell library playlist named "Library"
set randomAlbumName to album of some file track
repeat while (addedAlbumsList contains randomAlbumName)
set randomAlbumName to album of some file track
end repeat
--- |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|