iTunes list to Toast MP3 List
iTunes list to Toast MP3 List
- Subject: iTunes list to Toast MP3 List
- From: Eric Mittler <email@hidden>
- Date: Tue, 19 Nov 2002 15:04:26 -0800
Problem:
Can someone enlighten me as to how to AppleScript Toast Titanium to get and
change the names of files? For example, if you want to change the name of
the disc you use the command
tell application "Toast Titanium"
set newTitle to "NewDiskName"
set the title of the current disc to newTitle
end tell
I can't find any help in the Toast dictionary. There does not seem to be
the same mechanism for track names as there is for the disc title. And in
the spirit of teaching this starving person to fish, how do you figure this
stuff out???
Background:
I'm writing a script to take an iTunes library list and copy it to Toast to
burn an MP3 CD via toast. I do this because it turns out that MP3 CDs
burned with iTunes is not compatible with many MP3 CD Players. But Toast
too has a problem. It sorts the tracks on the MP3 CD by title and so to
order it, you must rename the files. Doing so manually is time consuming,
so I write my applescript.
Scripting iTunes is easy. Scripting Roxio Toast is not for me; I hope one
of you have an insight.
Thanks!
Eric,
Berkeley CA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.