Re: [Freevo-users] LIRC - Smaller FF/RW step sizes

2006-11-06 Thread Robert Winder
On Monday, November 6, 2006, 5:21:30 AM, Michael wrote:

 Hi All,
 I'm currently running freevo version 1.5.4 on my debian etch box.  I recently
 got LIRC to work on the system and have mapped the keys in Freevo.  One
 problem I'm noticing is, during video playback, my LEFT/RIGHT keys are
 skipping about 1 minute of video at a time.  However, when I use my keyboard,
 the LEFT/RIGHT keys skip only about 10 seconds, which is what I'm looking
 for.  I tried adjusting the delay values in the /etc/freevo/lircrc file for
 the keys, but that didn't change anything.  Does anyone have suggestions on
 how to reduce the amount of video skipped when using my IR remote? 

you can set this with editing the file event.py and adjust the arg value for the
appropriate event group.

/Robert 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB recording questions

2006-11-06 Thread Dirk Meyer
harri wrote:
 On Sunday 05 November 2006 14:09, Dirk Meyer wrote:
 harri wrote:
  DVB transmission stream for a given frequency carries typically multiple
  channels, and it is thus possible to record multiple channels
  simultaneously with a single tuner card.

 Right.

  Freevo configuration does not hint at any way to this possibility.  To my
  knowledge it is impossible to instruct freevo to record two or more
  channels (streams) simultaneously.

 Again, correct. Freevo 1.x can't do that. But 2.0 svn can.

 Thanks for the info -- I'll try to see if I can get it to work.
 Another question, perhaps so much freevo but DVB backend related:  are DVB 
 subtitles or teletext subtitles in dvb stream supported? 

Not yet


Dischi

-- 
No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.


pgpRmdkSEUx22.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] LIRC - Smaller FF/RW step sizes

2006-11-06 Thread Duncan Webb
Robert Winder wrote:
 On Monday, November 6, 2006, 5:21:30 AM, Michael wrote:
 
 Hi All,
 I'm currently running freevo version 1.5.4 on my debian etch box.  I recently
 got LIRC to work on the system and have mapped the keys in Freevo.  One
 problem I'm noticing is, during video playback, my LEFT/RIGHT keys are
 skipping about 1 minute of video at a time.  However, when I use my keyboard,
 the LEFT/RIGHT keys skip only about 10 seconds, which is what I'm looking
 for.  I tried adjusting the delay values in the /etc/freevo/lircrc file for
 the keys, but that didn't change anything.  Does anyone have suggestions on
 how to reduce the amount of video skipped when using my IR remote? 
 
 you can set this with editing the file event.py and adjust the arg value for 
 the
 appropriate event group.

I would recommend that you set the event in local_conf.py
eg:
EVENTS['video']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['video']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')
EVENTS['video']['LEFT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing
seek -0.1')
EVENTS['video']['RIGHT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing
frame_step +1.0')

If you edit event.py your changes will be lost when you do an upgrade.

Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] LIRC - Smaller FF/RW step sizes

2006-11-06 Thread Michael Labowicz
On 11/6/06, Duncan Webb [EMAIL PROTECTED] wrote:
Robert Winder wrote: On Monday, November 6, 2006, 5:21:30 AM, Michael wrote: Hi All, I'm currently running freevo version 1.5.4 on my debian etch box.I recently got LIRC to work on the system and have mapped the keys in Freevo.One
 problem I'm noticing is, during video playback, my LEFT/RIGHT keys are skipping about 1 minute of video at a time.However, when I use my keyboard, the LEFT/RIGHT keys skip only about 10 seconds, which is what I'm looking
 for.I tried adjusting the delay values in the /etc/freevo/lircrc file for the keys, but that didn't change anything.Does anyone have suggestions on how to reduce the amount of video skipped when using my IR remote?
 you can set this with editing the file event.py and adjust the arg value for the appropriate event group.I would recommend that you set the event in local_conf.pyeg:EVENTS['video']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['video']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')EVENTS['video']['LEFT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausingseek -0.1')EVENTS['video']['RIGHT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing
frame_step +1.0')If you edit event.py your changes will be lost when you do an upgrade.DuncanThanks for the suggestions! If I change this behavior in the local_conf.py file, will it apply to both my keyboard and remote (looks like it will)?
-- Michael Labowiczhttp://www.labowicz.com/blog/
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Key repeat?

2006-11-06 Thread Fredrik Sjögren
Is there any way to get key repeat work on my keyboard (not remote control).
Selecting a game in the rom listings can take ages ...

Regards
Fredrik

-- 
Fredrik Sjögren [EMAIL PROTECTED]

PGP C86A 9F37 31AB 9F6E 35E3 CDB5 3CCC D13E AA25 C2D5

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] LIRC - Smaller FF/RW step sizes

2006-11-06 Thread Duncan Webb
Michael Labowicz wrote:
 On 11/6/06, *Duncan Webb* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:
 
 Robert Winder wrote:
  On Monday, November 6, 2006, 5:21:30 AM, Michael wrote:
 
  Hi All,
  I'm currently running freevo version 1.5.4 on my debian etch
 box.  I recently
  got LIRC to work on the system and have mapped the keys in
 Freevo.  One
  problem I'm noticing is, during video playback, my LEFT/RIGHT
 keys are
  skipping about 1 minute of video at a time.  However, when I use
 my keyboard,
  the LEFT/RIGHT keys skip only about 10 seconds, which is what I'm
 looking
  for.  I tried adjusting the delay values in the
 /etc/freevo/lircrc file for
  the keys, but that didn't change anything.  Does anyone have
 suggestions on
  how to reduce the amount of video skipped when using my IR remote?
 
  you can set this with editing the file event.py and adjust the arg
 value for the
  appropriate event group.
 
 I would recommend that you set the event in local_conf.py
 eg:
 EVENTS['video']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek
 -60')
 EVENTS['video']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')
 EVENTS['video']['LEFT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing
 seek -0.1')
 EVENTS['video']['RIGHT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing
 frame_step +1.0')
 
 If you edit event.py your changes will be lost when you do an upgrade.
 
 Duncan
 
 
 Thanks for the suggestions!  If I change this behavior in the
 local_conf.py file, will it apply to both my keyboard and remote (looks
 like it will)?

Depends on which event your remote sends.
You can check with ircat, eg:
ircat --config=/etc/freevo/lircrc freevo
Then pressing keys on the remote will tell you what freevo will see.

Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] tv guide and daylight saving

2006-11-06 Thread Elizabeth Dodd
One week ago we hit summer time and now my tv guide is an hour out, because it 
isn't on summer time.
i'm using the perl script tv_grab_au (we'll talk abut my troubles with the 
python one another day) and I'm hoping that someone can point me quickly to 
the right answer.
my spouse suggested altering the computer clock, but it runs ntpdate so that 
solution will only last to 0500hrs

-- 
The Gurus of Unix Meeting of Minds (GUMM) takes place Wednesday, April
1, 2076 (check THAT in your perpetual calendar program), 14 feet above
the ground directly in front of the Milpitas Gumps.  Members will grep
each other by the hand (after intro), yacc a lot, smoke filtered
chroots in pipes, chown with forks, use the wc (unless uuclean), fseek
nice zombie processes, strip, and sleep, but not, we hope, od.  Three
days will be devoted to discussion of the ramifications of whodo.  Two
seconds have been allotted for a complete rundown of all the user-
friendly features of Unix.  Seminars include Everything You Know is
Wrong, led by Tom Kempson, Batman or Cat:man? led by Richie Dennis
cc C?  Si!  Si! led by Kerwin Bernighan, and Document Unix, Are You
Kidding? led by Jan Yeats.  No Reader Service No. is necessary because
all GUGUs (Gurus of Unix Group of Users) already know everything we
could tell them.
-- Get GUMMed, Dr. Dobb's Journal, June '84

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] tv guide and daylight saving

2006-11-06 Thread Brett Grice
I had similar problems sometime ago, What I ended up doing  wassetting the:* bios clock to utc* setting the hwclock to utc* selecting the correct time zone eg in my case Brisbaneonce the above are set updating time using ntpdate works correctly everytime with DST (daylight saving time)Each distribution of linux have weird and wonderful ways of setting the above settings, On slackware I edited the /etc/hardwareclock file and added UTC and the timezone is a link from ./etc/localtime to /usr/share/zoneinfo/Australia/BrisbaneThough I would expect that other distributions have tools to do this hope that helpsBrett.Elizabeth Dodd [EMAIL PROTECTED] wrote: One week ago we hit summer time and now my tv guide is an hour out, because it isn't on
 summer time.i'm using the perl script tv_grab_au (we'll talk abut my troubles with the python one another day) and I'm hoping that someone can point me quickly to the right answer.my spouse suggested altering the computer clock, but it runs ntpdate so that solution will only last to 0500hrs Send instant messages to your online friends http://au.messenger.yahoo.com -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users