Changeset 9daccda
- Timestamp:
- Jun 24, 2010, 1:10:23 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 331684f
- Parents:
- d9d50c7
- git-author:
- Edward Z. Yang <edwardzyang@…> (03/01/09 14:57:34)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:10:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
rf6c9736 r9daccda 25 25 my $zephyr_class = "sipb-auto"; 26 26 my $host = "zsr"; 27 my $queue = "sipbmp3"; 27 28 28 29 # Configuration … … 94 95 # Status messages at start of playback 95 96 open(ZEPHYR, '|/usr/athena/bin/zwrite -d -n -c '. $zephyr_class .' -i ' . 96 'sipbmp3@'.$host.' -s "SIPB LPR music spooler"');97 $queue.'@'.$host.' -s "SIPB LPR music spooler"'); 97 98 98 99 # For the Now Playing remctl command … … 228 229 if (/^([^#]\S+)/) { 229 230 printf (STDERR "Found line: %s\n", $_); 230 open(LPR, "|-", qw/mit-lpr -Psipbmp3@localhost -CZ/, '-J'.$opts->{J});231 open(LPR, "|-", 'mit-lpr', '-P'.$queue.'@localhost', '-CZ', '-J'.$opts->{J}); 231 232 print LPR $1; 232 233 close(LPR);
Note: See TracChangeset
for help on using the changeset viewer.