We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Syncing iTunes
|
| Subject: |
|
Great Solution! |
| Date: |
|
2005-07-07 17:05:41 |
| From: |
|
chixulub
|
Response to: Great Solution!
|
|
Unfortunately that's not possible with the way the provided AppleScript is set up; you could put a wrapper around it so that you are prompted to select which playlists you wish to import (using AppleScript's "choose from list" command).
The other alternative is to put the playlists and songs in a database and only retrieve the desired combination using a PHP script (or whatever your favourite server-side processing language is) based on the GET/POST parameters that you've entered.
Neither option is hard to implement.
|