[Freevo-users] Re: package

2005-01-29 Thread Dirk Meyer
John White wrote:
 To package freevo, I need to use the DESTDIR feature
 whose could be found in all good gnu Makefile.in ; I
 would like to know howto do that with python and
 especially with freevo.
  
 example:
  
 make DESTDIR=/mydir install
 - /mydir/etc/freevo/local_conf.py
 - /mydir/usr/bin/freevo
 ...

use 'python setup.py install --help' to get all arguments for the
install function. You want --prefix I guess.


Dischi

-- 
Never let a computer know you're in a hurry.


pgpStxRNOzyBq.pgp
Description: PGP signature


[Freevo-users] Re: plugin mixer failes to load.

2005-01-29 Thread Dirk Meyer
Jaap Struyk wrote:
 Hello,

 After my fresh (b)lfs build with the latest versions of alsa, mplayer
 and freevo I notised that the I can't control my mixer anymore with the
 remote.
 My log says:
   File /usr/lib/python2.4/site-packages/freevo/plugin.py, line 572, in
^
 fcntl.ioctl(self.mixfd.fileno(), device, data)
 OverflowError: long int too large to convert to int

I was afraid this would happen. It is because of the new (stupid?)
integer handling in python 2.4. The ioctl are shiften unsigned
integers (that's the way ioctl in Linux works). However, there is no
unsigned integer in Python. Older version (2.3 and below) created a
negative value when shifted too much and this looks like an unsigned
int to the kernel. But Python 2.4 creates a long int and ioctl can't
convert it to an int. 

Long storry short: I know no good solution. Freevo 2.0 cvs has a bad
ioctl of it's own to deal with such long ints. Maybe someone can port
src/util/iocltl.py from current cvs and all usage of it to Freevo
1.5.x and create a patch. For now, I have only two three solutions: do
not use the mixer plugin (but others like analog tv may have the same
bug), port the code from 2.0 or use python 2.3


Dischi

-- 
C makes it easy for you to shoot yourself in the foot.  C++ makes that
harder, but when you do, it blows away your whole leg.
-- Bjarne Stroustrup


pgpnaGw75zRKM.pgp
Description: PGP signature


[Freevo-users] Re: [bug] Screensaver crashing freevo (update for 1.5.3)

2005-01-29 Thread HaJo Schatz
On Tue, 2005-01-11 at 16:26 +0800, HaJo Schatz wrote: 
 The picture slideshow crashes while a detached mplayer is playing music on
 freevo-1.5.2-1_fc2.rpm on Fedora Core 3, python 2.3.4, output to XOrg with
 the VESA driver.
 
 The slideshow is defined as screensaver:
 plugin.activate( 'freevoscreensaver', args=( 'fxd',
 '/home/freevo/PicturePlayLists/Screensaver.fxd', 'image' ))
 
 When the screensaver starts, it almost immediately crashes with this trace:
 
 Crash!
 Traceback (most recent call last):
   File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 492,
 in ?
 MainTread().run()
   File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 352,
 in runself.eventhandler(rc.get_event(True))
   File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 292,
 in eventhandler
 p.eventhandler(event=event)
   File
 /usr/lib/python2.3/site-packages/freevo/plugins/freevoscreensaver.py,
 line 115, in eventhandler
 self.start_saver()
   File
 /usr/lib/python2.3/site-packages/freevo/plugins/freevoscreensaver.py,
 line 159, in start_saver
 self.pl.play(arg=arg, menuw=self.menuw)
   File /usr/lib/python2.3/site-packages/freevo/playlist.py, line 395, in
 play
 self.current_item.actions()[0][0](menuw=menuw)
   File /usr/lib/python2.3/site-packages/freevo/image/imageitem.py, line
 129, in view
 if self.menuw.visible:
 AttributeError: 'NoneType' object has no attribute 'visible'

This bug still exists in freevo 1.5.3

-- 
HaJo Schatz [EMAIL PROTECTED]
http://www.HaJo.Net

PGP-Key:  http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: [bug] Slideshow with detached mplayer crashing freevo (update for 1.5.3)

2005-01-29 Thread HaJo Schatz
On Tue, 2005-01-11 at 16:26 +0800, HaJo Schatz wrote: 
 The picture slideshow crashes while a detached mplayer is playing music on
 freevo-1.5.2-1_fc2.rpm on Fedora Core 3, python 2.3.4, output to XOrg with
 the VESA driver.


 Crash!
 Traceback (most recent call last):
File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 492,
 in ?
  MainTread().run()
File /usr/local/lib/python2.3/site-packages/freevo/main.py, line 352,
 in run
  self.eventhandler(rc.get_event(True))
File /usr/lib/python2.3/site-packages/freevo/rc.py, line 149, in
 get_event
  return get_singleton().get_event(blocking)
File /usr/lib/python2.3/site-packages/freevo/rc.py, line 488, in
 get_event
  self.poll()
File /usr/lib/python2.3/site-packages/freevo/rc.py, line 466, in poll
  self.callbacks.remove(c)
 ValueError: list.remove(x): x not in list
 
 When running the slideshow without a detached mplayer, it appears to work
 OK without ever crashing!

This bug still exists in freevo 1.5.3


-- 
HaJo Schatz [EMAIL PROTECTED]
http://www.HaJo.Net

PGP-Key:  http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: [bug] Can't play VCD/DVD (update for freevo 1.5.3)

2005-01-29 Thread HaJo Schatz
Below bug still exists in freevo 1.5.3, I'm still unable to play any
VCD/DVD:

On Tue, 2005-01-11 at 16:25 +0800, HaJo Schatz wrote: 
 I can not play a DVD/VCD with freevo-1.5.2-1_fc2.rpm on Fedora Core 3,
 python 2.3.4, output to XOrg with the VESA driver.
 
 In fstab I have:
 /dev/hdc/media/cdrecorder   auto
 pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed
 0 0
 
 and in a shell, I can mount DVDs/VCDs ok, also as the user freevo is
 running as.
 
 When I put ROM_DRIVES = None into my local_conf.py, freevo doesn't
 detect my drive at all, I can't see an entry under Watch a movie.
 
 When I configure ROM_DRIVES = [( '/dev/hdc', '/media/cdrecorder', 'DVD'
 )] instead, I see a Drive DVD (no disc) entry under Watch a Movie no
 matter whether the DVD was mounted or not beforehand, whether there is a
 disc in the drive or not. If I select this entry, I always get a No
 action defined for this choice! [OK] dialog-box.
 
 MMPYTHON_DEBUG=2 mminfo /media/cdrecorder/ shows the correct structure
 of the DVD inserted...
 
 I suspect there's some sort of bug in the CD-ROM handling as I also get 1
 or 2 bugs during startup which seem related:
 
 Traceback (most recent call last):
   File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py,
 line 348, in move_tray
 s = ioctl(fd, CDROMCLOSETRAY)
 IOError: [Errno 22] Invalid argument

This has since 1.5.3 changed to:

Traceback (most recent call last):
  File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py,
line 351, in move_tray
s = ioctl(fd, CDROMCLOSETRAY)
IOError: [Errno 25] Inappropriate ioctl for device

And I get a:

No action..

when trying to play the DVD(no disc). Other than that, no debug-output
from freevo...


-- 
HaJo Schatz [EMAIL PROTECTED]
http://www.HaJo.Net

PGP-Key:  http://www.hajo.net/hajonet/keys/pgpkey_hajo.txt



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Two Questions

2005-01-29 Thread john.molohan
Jake wrote:
Hello,
I have two problems left and I think my media machine will be exactly 
where I want it.

1) I can't play any ogg files. I am using Gentoo and have recompile 
Mplayer with the oggvorbis use flag and still won't play. It just 
scrolls thru the files looking for something to play.

2) I can't play DVD's from my DVD drive. It shows up in the movie main 
menu with DVD [Movie Title] but when I  press play it goes to a black 
screen for a split sec then back to the movie main menu.
Any help would be appriciated.
Thanks,
Jake

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net

Set DEBUG=1 in your local_conf.py and check the logs for the command 
that freevo runs when you try to watch DVDs. Try that command on the 

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: package

2005-01-29 Thread John White
--- Dirk Meyer [EMAIL PROTECTED] wrote:

 John White wrote:
  To package freevo, I need to use the DESTDIR
 feature
  whose could be found in all good gnu Makefile.in ;
 I
  would like to know howto do that with python and
  especially with freevo.
   
  example:
   
  make DESTDIR=/mydir install
  - /mydir/etc/freevo/local_conf.py
  - /mydir/usr/bin/freevo
  ...
 
 use 'python setup.py install --help' to get all
 arguments for the
 install function. You want --prefix I guess.
 
 
 Dischi
 
 -- 
 Never let a computer know you're in a hurry.
 
I tried it be sure, but no, I don't want to use
--prefix for that. What I want to do :
With softwares I compile, I do :

./configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --sysconfdir=/etc/usr (because
lfs)
make
make DESTDIR=/mydir install
- /mydir/etc/usr/freevo/local_conf.py
- /mydir/usr/bin/freevo
...

DESTDIR is a feature you can find this feature in all
goods gnu Makefile(.in) (gramps for example).

Thanks



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Streamzap + Debian HOWTO

2005-01-29 Thread Satana
This night I finally succeded in making my streamzap remote works on my 
debian box and on freevo.
It took me 2 days to make it work, so I tought a little howto could help 
people getting frustrated Here's how I did it...

First of all I upgraded to kernel 2.6.10. I don't know if it works somehow 
with previous versions, but I was getting tons of errors with my 2.6.7. So 
here's how:

Check your achitecture (i686, i386, etc)
(uname -m will do the work)
Download and install kernel image
(apt-get install kernel-image-2.6.10-1-xxx)
Download and install corresponding kernel headers
(apt-get install kernel-headers-2.6.10-1-xxx)
Configure your bootloader to use your new kernel
( for LILO you should add something like that to your /etc/lilo.conf
image=/boot/vmlinuz-2.6.10-1-686
   label=Linux-2.6.10
   initrd=/boot/initrd.img-2.6.10-1-686
and then issue the command lilo)
Reboot your machine
(from this time on, my Debian box started speaking deutsche...guess I did 
something wrecked)
Now make a correct symlink to tell your box where to find stuff
(ln -s /path/to/kernel-header /usr/src/linux  The path will probably be 
/usr/src/kernel-headers-2.6.10-1-xxx)
Download LIRC cvs
( cvs -z8 -d:pserver:[EMAIL PROTECTED]:/cvsroot/lirc co lirc )
Download patch
( wget 
http://www.desboroughs.net/streamzap/streamzap-lirc-cvs20050124-kernel-2.6.X-patch.gz )
Now you should apply patch
( go to your lirc directory and copy there the patch, then issue gunzip -c 
http://www.desboroughs.net/streamzap/streamzap-lirc-cvs20050124-kernel-2.6.X-patch.gz | 
patch -p1 )
The patch will fail in two hunk, in config.in and setup.data. Look the 
corresponding .rej files and fix the problem.
(I added streamzap: Streamzap PC Remote on line 111 of setup.data and 
something similar in config.in)
Issue autogen.sh and then setup.sh.
Select USB Devices and the Streamzap
Select save  configure
Now make  make install
Reboot your machine (kinda windoze)

When it comes up, open two terminals and launch lircd -n in one and irw in 
the second
Push some buttons (world, my finger is on the button -push the button-) and 
you should see some output.
Now add to your /etc/apt/sources-list the following two lines :

deb http://freevo.sourceforge.net/debian unstable main
deb ftp://ftp.nerim.net/debian-marillat/  unstable main
Launch apt-get update
Now install mplayer
(apt-get install mplayer)
Install Freevo
(apt-get install freevo)
Ok, we're almost there... Now you need a file to configure the buttons on 
your remote. There is one in the source distribution of freevo,
grab it ( wget 
http://puzzle.dl.sourceforge.net/sourceforge/freevo/freevo-1.5.3.tar.gz ) 
and unpack it (tar -zxvf freevo-1.5.3.tar.gz)
The file you need should be contrib/lirc/streamzap. Copy it in /etc/freevo.
Open your local_conf.py and add the line LIRCRC = '/etc/freevo/streamzap'

At this point, evrything was ok for me, except that only root was able to 
launch freevo without getting an error from lirc.py. Just permission crap, 
so go to your
/dev/ directory and chmod 666 (the number of the beast) lirc and lircd.

Ok. At this point configure your freevo as usual, launch it and astonish all 
your media-center addicted friends !

This is,as far as I remember some beer and lotsa cofee later, a 
step-by-step. Lemme know if you lack something.

Hope it helps.
Lorenzo


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] recordserver: no attribute 'tunerid'

2005-01-29 Thread Andreas Gangelmayer
Hi to all :-)



I just configured (or tried to configure) freevo..1.5.1. 

Nearly everything works as expected, but i cannot record tv-shows with my
Hauppauge WinTV PCI Card (BT878 Chip)



However, I can watch TV/switch channels/use the xmltv-tvguide and use tvtime
with the included tvtime-plugin within freevo just fine.



When it comes to recording  the recordserver.log presents the following error
message as soon the recording would start:



2005/01/29 17:36 CET [*RecordServer*] Traceback (most recent call last):

File /usr/lib/python2.3/site-packages/twisted/python/log.py, line 52, in
in callWithContext

return context.call({ILogContext: newCtx}, func, *args, **kw)

File /usr/lib/python2.3/site-packages/twisted/python/context.py, line 32,
2, in callWithContext

return func(*args,**kw)

File /usr/lib/python2.3/site-packages/twisted/internet/default.py, line
ne 125, in run

self.mainLoop()

File /usr/lib/python2.3/site-packages/twisted/internet/default.py, line
ne 133, in mainLoop

self.runUntilCurrent()

--- exception caught here ---

File /usr/lib/python2.3/site-packages/twisted/internet/base.py, line 420,
0, in runUntilCurrent

call.func(*call.args, **call.kw)

File /usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py,
, line 890, in minuteCheck

self.checkToRecord()

File /usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py,
, line 482, in checkToRecord

self.record_app.Record(rec_prog)

File
le /usr/lib/python2.3/site-packages/freevo/tv/plugins/generic_record.py,
line 95, in Record

frequency = self.fc.chanSet(str(rec_prog.tunerid), 'record plugin')

exceptions.AttributeError: TvProgram instance has no attribute 'tunerid'



what am i still missing ? the TV_CHANNEL part in local_config.py looks like
this (and its working perfectly for watching tv):



TV_CHANNELS = [('C1.orf.at', 'ORF 1', 'E7'), ('C2.orf.at', 'ORF 2', 'E11'),
('vox.de', 'VOX', 'S12')...]



Operating System is Gentoo 2.6.10-r4

freevo Version: 1.5.1

tvtime version 2.1



... any hints ?



Thanks in advance and best regards



Andreas 


--- 
Alles Kaufen und Verkaufen! eBay.at - der eigene Marktplatz für Österreich. 
http://www.austronaut.at/ebay.php


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Re: Streamzap + Debian HOWTO

2005-01-29 Thread Dirk Meyer
Satana wrote:
 This night I finally succeded in making my streamzap remote works on
 my debian box and on freevo.
 It took me 2 days to make it work, so I tought a little howto could
 help people getting frustrated Here's how I did it...

It would be cool if you could add this to the wiki. Every small doc is
welcome there and yours look good (and not even small:)


Dischi

-- 
printk(autofs: Out of inode numbers -- what the heck did you do??\n);
2.0.38 /usr/src/linux/fs/autofs/root.c


pgpouXpNGEOdm.pgp
Description: PGP signature


Re: [Freevo-users] package

2005-01-29 Thread James Oakley
On Friday 28 January 2005 08:29, John White wrote:
 To package freevo, I need to use the DESTDIR feature
 whose could be found in all good gnu Makefile.in ; I
 would like to know howto do that with python and
 especially with freevo.

 example:

 make DESTDIR=/mydir install
 - /mydir/etc/freevo/local_conf.py
 - /mydir/usr/bin/freevo
 ...

Are you trying to build an RPM?

python setup.py bdist_rpm

will automatically generate a spec file and build an RPM for you. If you want 
to do it manually, you can install with

python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

The --record=INSTALLED_FILES tells it to save a list of installed files to a 
file called INSTALLED_FILES. In RPM, you can include it in the %files section 
with -f, as in

%files -f INSTALLED_FILES
list of any other files you want

What distro are you trying to build for? Chances are, there's already a 
package for it that has extra integration with the distro. With my SUSE 
package, you can even set some Freevo options in YaST.

-- 
James Oakley
[EMAIL PROTECTED]


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Recording TV - no sound

2005-01-29 Thread John Welch
Hello all,
I have been trying to setup Freevo to record TV shows, but I'm running 
into some problems.  I've worked through most of my issues, but now my 
big stumbling block is that I cannot get any sound to record.

My tv tuner card is a Leadtek Winfast TV2000 XP Expert, which uses the 
cx88 drivers.  This particular version of the card has an on-board audio 
out connection that goes directly to my sound card.

I can watch and hear TV just fine with tvtime (also used in my Freevo 
configuration) and xawtv.  However, when I try watching TV with mplayer 
I get a picture, but no sound.  The no sound problem carries over to 
when I try to record with mencoder, which is activated in my Freevo 
configuration, and also streamer (part of the xawtv package).

At this point I'm working outside of Freevo with mplayer and mencoder at 
the command line level trying various options, but have not hit upon 
anything that works yet.

I know this is not a Freevo specific issue, but I'm hoping that someone 
on the list has experienced similar problems and come up with a solution.

Thanks in advance.
John
---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recording TV - no sound

2005-01-29 Thread Jesper Mathiassen
John Welch wrote:
Hello all,
I have been trying to setup Freevo to record TV shows, but I'm running 
into some problems.  I've worked through most of my issues, but now my 
big stumbling block is that I cannot get any sound to record.
Maybe you could list up these issues and how you solved them (where you 
found the information to solve it.. and stuff) Could help streamlining 
the installation for other people.

My tv tuner card is a Leadtek Winfast TV2000 XP Expert, which uses the 
cx88 drivers.  This particular version of the card has an on-board 
audio out connection that goes directly to my sound card.

I can watch and hear TV just fine with tvtime (also used in my Freevo 
configuration) and xawtv.  However, when I try watching TV with 
mplayer I get a picture, but no sound.  The no sound problem carries 
over to when I try to record with mencoder, which is activated in my 
Freevo configuration, and also streamer (part of the xawtv package).

At this point I'm working outside of Freevo with mplayer and mencoder 
at the command line level trying various options, but have not hit 
upon anything that works yet.

I know this is not a Freevo specific issue, but I'm hoping that 
someone on the list has experienced similar problems and come up with 
a solution.

Thanks in advance.
John
You should check your mixer settings. I find aumix to be a great utility 
for this, as it is commandline, and works equally well for both oss and 
alsa. Check to see if the IGain of your card is turned up while 
recording. This control sets the input volume from the recording source 
(which you should also make sure is set to Line, or which ever input you 
use). While watching TV however, the soundcard internal loopback is 
used, which is controlled by the Line controller in aumix, hence if your 
line is turned up and your IGain  is at 0 youd get sound while watching, 
but not while recording.
Sollution is to set Line to 0 and IGain to 90 (100 tends to distort 
sound slightly, at least on my card) while recording and Line to 100 and 
IGain to 0 while watching TV. (not really sure if IGain has to be 0 
here, but just in case..) you can use the VCR_PRE_CMD and VCR_POST_CMD 
in your local_conf.py to execute these mixersettings.

best of luck :)
- Jesper

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Streamzap + Debian HOWTO

2005-01-29 Thread Davin Desborough
Two things:

1. I have updated the streamzap patch to apply cleanly against the current
lirc cvs code. See the Streamzap page in the wiki for the url.

2. I pasted in Lorenzo's instructions while I was editing the page.

-Davin





---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Webserver wonkiness...

2005-01-29 Thread Cuddles
Okay, here's the problem...
Whenever I access the Freevo webserver, everything comes up fine. BUT, 
if I choose a genre and hit the change button, any listings it finds 
are FAR FAR off to the right, and bottom! About 3 pages worth of 
scrolling. Why? And is there any way to fix it?

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Bell ExpressVu?

2005-01-29 Thread Greg Granger








Is there support for Bell ExpressVu? I have a BEV, and cant
find anything that supports it (i.e. TV guide listings) under Windows.



If I could find something under Linux, then I would build
myself a cheap little box, and use it to tape my programs from my BEV.





Greg





* Miss the $2
Billion Dead Doctors Don't Lie Windfall? Dont miss *

* out
again! We have a NEW Dead Doctors Don'tLie
on *

* STEROIDS . Dr.
Wallach is back to help youturn $60 into $2000+ *

* weekly
income from home! Get your FREE Dr. Wallach Have You *

*
Heard? CD today! Call 1-877-271-8627 (Can./US) now! *