Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

An AppleScript to create a list of random iTunes tracks Apps
A popular post on blogs these days is the something called "Friday Random Ten," where people post ten random songs from their iPods or iTunes. People can generate ten random songs via playlists, Party Shuffle, etc.

Getting the HTML out of iTunes is easy, thanks to this AppleScript. The script takes the current selection in iTunes and creates an XHTML ordered list of up to ten items, and places it in the clipboard.

The AppleScript uses different layouts if the music is Classical or Opera, emphasizing the composer rather than the artist.

[robg adds: This one worked as described for me...]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[10,009 views]  

An AppleScript to create a list of random iTunes tracks | 1 comments | Create New Account
Click here to return to the 'An AppleScript to create a list of random iTunes tracks' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
An AppleScript to create a list of random iTunes tracks
Authored by: Doc Drang on Fri, Jun 2 2006 at 11:16AM PDT
Automating your Random Ten list can be done many ways. Here's mine:

http://www.leancrew.com/all-this/2006/04/random_10_and_accounting_for_t.html

It should be easy for anyone to modify it for their own use.

---
Doc Drang
http://www.leancrew.com/all-this

[ Reply to This | # ]