Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

advertising

related pastes to tag 'snowleopard'

1581964 - MacIrssi and iTunes applescript : itunes macirssi applescript snowleopard
  1. -- small script to use for displaying iTunes track+artist+album wherever you open an applescript
  2. -- when iTunes is running
  3. tell application "iTunes"
  4.        
  5.         if player state is playing then
  6.                 -- get track, artist and album
  7.                 set currenttrack to the name of current track
  8.                 set currentartist to the artist of current track
  9.  
1581948 - MacIrssi and iTunes applescript : itunes macirssi applescript snowleopard
  1. -- small script to use for displaying iTunes track+artist+album wherever you open an applescript
  2. -- when iTunes is running
  3. tell application "iTunes"
  4.        
  5.         if player state is playing then
  6.                 -- get track, artist and album
  7.                 set currenttrack to the name of current track
  8.                 set currentartist to the artist of current track
  9.  
worth-right
fantasy-obligation