Ripping
put the call number in the comments field
Data Elements
PlayList
- name (use this a the name of the album or not)
- artist
- index (use this to keep track of what has been added)
- time (min seconds)
- Tracks
- name
- album
- composer
- artist
- time
- year
Code
getTopInfo() get time of playlist if artist name and name of album of each track year the same use album as name and artist name at top set top to true else use playlist name set top to false end if end makeMP3folder end on convert() tell application "iTunes" to set current encoder to encoder "MP3 Encoder"
December 15 Notes
Worked on this again.
- itunes script object <br>
should contain all the calls to itunes. (I've noticed it is easy to work with the "index" of everything )
- public web server object <br>
this is a web dav mounted space where the tkl stuff will be created.