I have gone nutz looking thru the forums for help but don’t seem to see it anywhere so here we go
Writing a small script to help load my sql database with information of tracks I have in the library.
I have ran into the duration time of the track but can’t seem to break it down to it’s original time.
tell application "iTunes"
set the the_duration to duration of track 1 of view of browser window 1
-- I this as a result
-- the_duration = 207.960006713867
-- how do I convert the_duration into 3:27 ???
end tell
Thanks!!! anyone!!!