Missing the important bit? What version of freevo? 1.4 or 1.4.1 or CVS?
The important distinction is that only CVS right now detects tvtime
0.9.12 and possibly 0.9.11 correctly. you will need to change the
following line from (it should all be on one line no \):

data = re.search( "^tvtime: Running tvtime \
(?P<major>\d+).(?P<minor>\d+).(?P<version>\d+).", data )

to:

data = re.search( "^(tvtime: )?Running tvtime \
(?P<major>\d+).(?P<minor>\d+).(?P<version>\d+).", data )

Mike

On Tue, 2004-02-10 at 23:51, Rich Duzenbury wrote:
> Hi,
> 
> tvtime 0.9.12
> freevo 1.98? (via 'lynx http://freevo.sf.net/install.sh -dump | bash')
> redhat 9, kernel 2.4.20-28.9
> 
> If I run tv time from the shell (/usr/bin/tvtime -t /tmp/TV.xml) it pops
> up in full screen mode and all the keyboard commands for changing volume
> and channels work just fine.
> 
> It seems I'm having trouble with tv time when running it from freevo. 
> tvtime starts in a window rather than fullscreen, but more importantly,
> I cannot change the volume or channel via the keyboard.  It appears that
> the keys are 'swallowed' and have no effect.
> 
> I scanned the faq & docs, but didn't see anything related to configuring
> tvtime with freevo.  A search of freevo-users for tvtime didn't garner
> any hits either.
> 
> What have I missed?  Thanks.
> 
> --
> Regards,
> Rich
> 
> Current Conditions in Des Moines, IA
> Scattered Clouds
> Temp 19.4F, Windchill 11.2F
> Winds out of the Southwest at 6mph
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to