kakyo
kakyo

Reputation: 11640

AppleScript: Is it possible to get iTunes current-playing song timing info by AppleScript?

I know it's possible to write AppleScript to get tag metadata about current song, e.g., artist name, album, etc.

Would it be possible to get the playback position as well?

Upvotes: 0

Views: 246

Answers (1)

adayzdone
adayzdone

Reputation: 11238

Try:

tell application "iTunes" to get player position

Upvotes: 1

Related Questions