Ignore:
Timestamp:
Jun 24, 2010, 12:52:07 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, web
Children:
13fed18
Parents:
8accd74
git-author:
Jessica B. Hamrick <jhamrick@…> (12/13/09 14:09:44)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 00:52:07)
Message:

Created a package around the remctl scripts to make
installation easy. Package installs and runs cleanly
on lbsg, but has not been tested on zsr yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-remctl/cd-play

    r6bb3ffb r53936a5  
    55
    66CACHE=$(cd-cddb-get)
     7
     8printername=$(/usr/lib/gutenbach/gutenbach-get-config queue)
    79
    810if [ "$?" = 0 ]; then
     
    1820    fi
    1921
    20     echo "cdda://$(($T - 1))" | mit-lpr -Psipbmp3@localhost -J "Track $T$DESC";
     22    echo "cdda://$(($T - 1))" | mit-lpr -P"$queue"@localhost -J "Track $T$DESC";
    2123    echo "Queued Track $T$DESC";
    2224}
Note: See TracChangeset for help on using the changeset viewer.