source: gutenbach-itunes-plugin/sipbmp3 - Get Queue.applescript @ bd7b4f8

debianmacno-cupsweb
Last change on this file since bd7b4f8 was bd7b4f8, checked in by Paul Quimby <pquimby@…>, 15 years ago

Added additional scripts for volume control, muting, viewing the queue, and removing music. Updated installation instructions and removed the invididual installation instructions in favor of the install doc.

  • Property mode set to 100644
File size: 547 bytes
Line 
1-- -----------------
2-- iTunes -> sipbmp3
3-- -----------------
4-- This is a simple little script which gets the current queue on sipbmp3--
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
17set message to (do shell script "lpq -Psipbmp3")
18tell application "iTunes"
19        display dialog "sipbmp3 currently is playing: " & "
20" & message buttons "OK" default button "OK"
21end tell
Note: See TracBrowser for help on using the repository browser.