Ignore:
Timestamp:
Nov 29, 2009, 7:15:02 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
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)
Message:

-Updated the INSTALL file to deal with there being multiple scripts.
-Changed the name from sipbmp3 to gutenbach.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gutenbach-itunes-plugin/gutenbach - Get Queue.applescript

    rbd7b4f8 re520009  
    11-- -----------------
    2 -- iTunes -> sipbmp3
     2-- iTunes -> gutenbach
    33-- -----------------
    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--
    55-- Changelog:
    66--
     
    1515-- Run this script from iTunes
    1616
    17 set message to (do shell script "lpq -Psipbmp3")
     17set message to (do shell script "lpq -Pgutenbach")
    1818tell application "iTunes"
    19         display dialog "sipbmp3 currently is playing: " & "
     19        display dialog "gutenbach currently is playing: " & "
    2020" & message buttons "OK" default button "OK"
    2121end tell
Note: See TracChangeset for help on using the changeset viewer.