Ignore:
Timestamp:
Jun 24, 2010, 1:48:08 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
1e04f22
Parents:
c6f9cbe
git-author:
Jessica B. Hamrick <jhamrick@…> (05/13/10 17:30:51)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:08)
Message:
  • More useful things in the README
  • Change perms to listen from everywhere
  • Conflict with pulseaudio, recommend removing bluez-alsa
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/lib/gutenbach

    r5bb5b34 r4ac44b2  
    299299  if ($pid) { #parent
    300300    # Check if there were any errors
     301   
    301302    if ($_ = <MP3STATUS>) {
    302303      print ZEPHYR "Playback completed with the following errors:\n";
    303       print ZEPHYR $_;
    304304      while (<MP3STATUS>) {
    305305        print ZEPHYR $_;
     
    319319    open(STDIN, "/dev/null");
    320320
    321     my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 -really-quiet |, $filepath);
     321    my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -cache 512 -ao alsa -really-quiet |, $filepath);
    322322    #print STDERR "About to exec: ", Dumper([@args]);
    323323    exec(@args) ||
Note: See TracChangeset for help on using the changeset viewer.