source: itunes/gutenbach - Get Queue.applescript @ 30beeab

debianmacno-cupsweb
Last change on this file since 30beeab was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

  • Property mode set to 100644
File size: 555 bytes
RevLine 
[bd7b4f8]1-- -----------------
[e520009]2-- iTunes -> gutenbach
[bd7b4f8]3-- -----------------
[e520009]4-- This is a simple little script which gets the current queue on gutenbach--
[bd7b4f8]5-- Changelog:
6--
7-- 10 Oct 2009 -> pquimby created this script
8--
9-- Installation:
10-- For installation instructions see the INSTALL file in the snippets/sipbmp3-iTunes folder--
11
12--
13-- Usage:
14--
15-- Run this script from iTunes
16
[e520009]17set message to (do shell script "lpq -Pgutenbach")
[bd7b4f8]18tell application "iTunes"
[e520009]19        display dialog "gutenbach currently is playing: " & "
[bd7b4f8]20" & message buttons "OK" default button "OK"
21end tell
Note: See TracBrowser for help on using the repository browser.