- Timestamp:
- Nov 29, 2009, 7:15:02 PM (15 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- a411a9f
- Parents:
- bd7b4f8
- git-author:
- Jessica B. Hamrick <jhamrick@…> (11/29/09 19:15:02)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (11/29/09 19:15:02)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-itunes-plugin/gutenbach - Get Queue.applescript
rbd7b4f8 re520009 1 1 -- ----------------- 2 -- iTunes -> sipbmp32 -- iTunes -> gutenbach 3 3 -- ----------------- 4 -- This is a simple little script which gets the current queue on sipbmp3--4 -- This is a simple little script which gets the current queue on gutenbach-- 5 5 -- Changelog: 6 6 -- … … 15 15 -- Run this script from iTunes 16 16 17 set message to (do shell script "lpq -P sipbmp3")17 set message to (do shell script "lpq -Pgutenbach") 18 18 tell application "iTunes" 19 display dialog " sipbmp3currently is playing: " & "19 display dialog "gutenbach currently is playing: " & " 20 20 " & message buttons "OK" default button "OK" 21 21 end tell
Note: See TracChangeset
for help on using the changeset viewer.