0
我正在嘗試製作腳本以獲取當前歌曲的持續時間,但是當我這樣做時,持續時間會以「缺失值」的形式返回。有什麼建議麼?獲取AppleScript中當前歌曲的持續時間
tell application "iTunes"
if player state is playing or player state is paused then
set theDuration to (get duration of the current track)
display dialog theDuration
end if
end tell
是的。這回答了我的問題。當我做出這個解釋時,我正在收聽iTunes Radio。謝謝 –
很高興我能幫到你 – 2013-10-17 17:43:47