iTunes track location
iTunes track location
- Subject: iTunes track location
- From: Kelvin H <email@hidden>
- Date: Tue, 27 Jun 2006 06:53:03 -1000
Hi Jeff,
You can use the 'add' command. e.g.
tell application "iTunes"
set lib_pl to first library playlist
set first_trk to first track of lib_pl
set trk_loc to location of first_trk
-- use location of track to get track reference
set trk_ref to (add trk_loc to lib_pl)
{location of trk_ref, trk_loc}
end tell
gl, _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden