advertising
related pastes to tag 'snowleopard'
- 1581964 - MacIrssi and iTunes applescript : itunes macirssi applescript snowleopard
-
- -- small script to use for displaying iTunes track+artist+album wherever you open an applescript
- -- when iTunes is running
- tell application "iTunes"
- if player state is playing then
- -- get track, artist and album
- set currenttrack to the name of current track
- set currentartist to the artist of current track
- 1581948 - MacIrssi and iTunes applescript : itunes macirssi applescript snowleopard
-
- -- small script to use for displaying iTunes track+artist+album wherever you open an applescript
- -- when iTunes is running
- tell application "iTunes"
- if player state is playing then
- -- get track, artist and album
- set currenttrack to the name of current track
- set currentartist to the artist of current track