Re: [Freevo-users] video.xine.py issues

2009-09-19 Thread Richard van Paasen

Xine-lib implements all media handling, codecs, input/output, OSD and also
the ivtv livepause (buffering) functionality. Xine-ui depends on xine-lib and
adds just a gui and command line interface. Freevo uses the xine application
(=xine-lib + xine-ui) through that command line interface. So yes, we
currently do need xine-ui to use the features of xine-lib.

As Andreas points out, it would be perfectly feasible to implement our own
interface to xine-lib, or to use a python binding to control xine-lib
directly. Xine-lib is a well maintained piece of software (unlike xine-ui,
apparently). Freevo could head that way if there is an enthousiast developer
with some spare time.

Richard.
 
- Oorspronkelijk bericht -
From: Evan Hisey 
To: freevo-users@lists.sourceforge.net
Date: 20-Sep-2009 01:28
Subject: Re: [Freevo-users] video.xine.py issues

> 2009/9/19 Bernard Mentink :
> >
> >
> > On Sun, Sep 20, 2009 at 9:28 AM, Andreas Dick  wrote:
> >>
> >> as I understand, xine is seperated in a backend xine-lib (actual is
> >> 1.1.16.2,
> >> latest is 1.1.16.3 from March 2009) and a lot of frontends like xine-ui
> >> (stable is 0.99.5),
> >> but xine-ui is only one of them, others are gxine, kaffeine, xine-plugin
> >> (for
> >> mozilla),... (and even freevo?)
> >> bindings as pyxine, Video::Xine (perl) or libxine-java use directly the
> >> xine-lib and not xine-ui!
> >>
> >> so, I think the important stuff is in the xine-lib... or is freevo
> >> depending
> >> on xine-ui?
> >>
> >> Andreas
> >>
> >>
> >
> > Freevo Wiki states that you must use version 0.99.22 of xine to use all
of
> > the features, that version refers to xine-ui version. Can a developer
> > comment on this to eliminate all the confusion.
> > Thanks,
> > Bernie
> Correct, Freevo uses features in xine-ui and is not itself a frontend
> to xine. You will need the xine-lib, of course also.
> 
> Evan
> 
>
--
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] video.xine.py issues

2009-09-18 Thread Richard van Paasen
> >
> Basically just use the latest SVN. Freevo is kinda stuck waiting on
> the next stable release of the xine UI for a few features.
> 

Maybe it is a good idea if some people ask the xine-ui guys to apply the
pending patches for Freevo and to release a new version. The current release
is over 2 years old:

http://xine.cvs.sourceforge.net/viewvc/xine/xine-ui/ChangeLog?view=log
Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu Apr 26 23:51:59 2007 UTC (2 years, 4 months ago) by fsck-p
Branch: MAIN
CVS Tags: xine-ui-0_99_5-release
Changes since 1.107: +7 -0 lines 

N.B. I already asked a couple of times, but a one person's need apparently
does not speed up the process :-)

Richard


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] LIRC ChanelUp ChanelDown w/h tv.ivtv_xine_tv

2008-12-18 Thread Richard van Paasen
From: Evan Hisey 
> >> As ivtv does not require any special settings for up and down
> >> channels, I would first check that you have them set right in the
> >> lircrc file. Do them work with tvtime? Also check the debuging log.
> >
> >
> > IIRC this is only available in the cvs version of the xine-ui.
> > Personally I can't get this to work smoothly with the ivtv driver.
> >
> I thought you only needed the CVS for the live record feature. I have
> it working well on my end, but I am using a CVS version of xine.

If you are using the svn version of freevo, then you should use the cvs
version of xine-ui and patch it with
'freevo/runtime/patches/xine-ui-record-menu.patch'. That will give you more
control over the OSD font color and size (in ~/.xine/config). It also fixes a
bug that may freeze/crash xine. And, an OSD menu will be available to choose
record modes.

The 'smoothliness' Duncan mentions is probably caused by the live record
feature. Xine uses a buffer internally for the (ivtv) pvr feature and on
every channel change, a 'mark' is set in this buffer. Xine then flushes the
buffer to disk and starts a new buffer.

Cheers,
Richard.


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Help with autoshutdown plugin

2008-12-18 Thread Richard van Paasen
From: Martin Beck 
> Thanks for your answer! my only problem now is how to run it as root.
> I'm user 'freevo' now. Do I need to run as the 'root' user or can I
> still be 'freevo' and do a workaround?

You should add user 'freevo' to the /etc/sudoers file. Or, better, add the
commands that freevo may run as root in that file. For example, add the
following entry:

Zeus ~ # cat /etc/sudoers | grep freevo
freevo ALL=(ALL) NOPASSWD: /usr/bin/nvram-wakeup, /bin/mount,
/sbin/grub-set-default, /bin/ps, /bin/egrep, /sbin/shutdown

In freevo's local_conf.py, add 'sudo' to the commands that freevo executes,
for example:

Zeus ~ # cat /home/freevo/.freevo/local_conf.py | grep sudo
SYS_SHUTDOWN_CMD = "sudo shutdown -h now"
SYS_RESTART_CMD = "sudo shutdown -r now"
# AUTOSHUTDOWN_WAKEUP_CMD = sudo /PATH/TO/set_acpi.sh
AUTOSHUTDOWN_WAKEUP_CMD = "sudo /usr/bin/nvram-wakeup"
AUTOSHUTDOWN_REMOUNT_BOOT_CMD = "sudo /bin/mount"
AUTOSHUTDOWN_GRUB_CMD = "sudo /sbin/grub-set-default 0"
# AUTOSHUTDOWN_LILO_CMD = "sudo /sbin/lilo"

Cheers,
Richard.


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Question about the new ivtv_xine plugin

2008-09-22 Thread Richard van Paasen
> Pascal Schirrmann wrote:
> > David Frager a écrit :
> >> You indicated that when
> >> you press record, the record starts.  Does the record start at the time
you
> >> press "record" or at the time you started watch TV?  
> > You are right, the record start at the begining at the show, not at the 
> > moment you press the record key. But I must admit that this is good for 
> > me : Most time, if I depress the record key, it's allready too late !

In fact, xine has 3 modes for live recording:
1. save all since the stream started
2. save all from "now on"
3. save all since a specific mark, up to a next mark. The mark has to be set
by the user.

I implemented the third method. Every time you change channels (up/down or by
number), a new 'start mark' is set in the stream. This mark will also be set
automatically when, according to the EPG, a new program/show starts on the
current channel. When you press 'record', xine will save everything since the
last mark up to the next 'start mark'.

Thus, freevo saves the part of the stream since you started watching TV,
since you chose another channel or since the start of the current
program/show; whatever happend most recently. The recording is ended when you
change channels, when the show stops according to the EPG, or when you quit
watching TV.

I hope this is clear. I plan to implement the other two methods too. Patches
for xine_ui are ready, I plan to present a menubox in xine to ask the user to
choose between the three modes, but the xine_ui developer seems kind of busy
the 6 months. I also have some more patches that are pending (improved OSD
with fontsizes and color).

> >> Currently, I am using
> >> 0.99.6 that I built from CVS several months ago.  If I start watch TV
and
> >> wait a period of time prior to pressing record, my VOB file ends up
> >> containing everyhing from the time I started watch TV.
> >>
> > I did continue my tests : If I cat the files one after the other, I 
> > obtain a usable record file ... But this is way too long !

Yes, the cat approach works. You can also move the files in a directory and
have that directory auto-played, or build a fxd indeed.

> > So I tried anither approach :
> > 
> > I built a fxd file  (You can see that I started from the sample on the 
> > WiKi ! ) :
[snap fxd code]
> > 
> > This works fairly good, except that there is a time (around 1 or 2 
> > second at each file change. Anyway, this could be good enough, and I 
> > thing that creating this fxd file 'on the fly' could be possible at the 
> > moment of the move of the vob file.
> 
> Late answers are all the rage at the moment :-)

here's mine :-0

Cheers,
Richard.



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Shutdown is not happening

2008-07-14 Thread Richard van Paasen
- Oorspronkelijk bericht -
From: Sandip Devnath <[EMAIL PROTECTED]>
> 
> 4).
> >From freevo GUI I shutdown the sytem. I get following error
> 
> sudo: sorry, you must have a tty to run sudo

Does the following solve the problem?
http://www.zimbra.com/forums/installation/10553-solved-sudo-sorry-you-must-have-tty-run-sudo.html

> Beside this even though I did "SHUTDOWN_CONFIRM  = 0". I prompted for
conformation.

Do you mean that you always get a confirmation box?

Cheers,
Richard.


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] more 1.7.5 issues, xine doesn't appear to be doing xvmc any more

2008-01-28 Thread Richard van Paasen
- Oorspronkelijk bericht -
From: Stephen Rowles <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], freevo-users@lists.sourceforge.net
Date: 28-Jan-2008 19:53
Subject: Re: [Freevo-users] more 1.7.5 issues, xine doesn't appear to be
doing xvmc any more

> Duncan Webb wrote:
> > Would you try changing the line:
> > self.app = XineApp(command, self)
> > to:
> > self.app = childapp.ChildApp2(command)
> >
> > This will stop freevo parsing the output of the xine command.
> >
> > I don't think it will make any difference but will stop the call backs 
> > from stdout and stderr.
> >
> >   
> That has improved things slightly, taken a few % off the CPU usage, but 
> still in the high 40's - 60's as opposed to the 15% it takes to play 
> back when run from the command line :(
> 
> Any other ideas?

Is xine eating up the cpu (check with 'top')? If you have a (VIA) unichrome
video chipset, check the ~/.xine/config file of the user that runs freevo.
There is an entry for saving cpu cycles:

  video.device.unichrome_cpu_save = 1

This takes down the cpu load from 40% to 10% on my box with xxmc output.

Richard.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Some questions about freevo feautures

2007-03-21 Thread Richard van Paasen
- Oorspronkelijk bericht -
From: Gillen Dan <[EMAIL PROTECTED]>

> 
> And where can I find that patch for xine.
> >   

On the xine mailing list, sourceforge or here: http://www.t3i.nl

The xine team is planning a new release. You can also just wait for that.

Richard


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Autoshutdown-wakeup and RTC

2007-02-21 Thread Richard van Paasen
- Oorspronkelijk bericht -

> Should the hardware clock be set to UTC (GMT) or local time?  

Doesn't matter, the nvram utility checks the RTC device to find out. UTC is
the convention for UNIX machines.

> Does the plugin take into account system timezone settings when setting the
wakeup time, or does it expect that the hardware clock is the same as local
time?

The plugin converts the given wakeup time to UTC and takes the TZ into
account. You don't have options here since the recordserver uses the
(timezone based) date/time of the EPG. 
 
> I would like to understand this point before I try figuring out why my
trial recording failed to wakeup when it was supposed to (I just noticed on
the wiki it said to DISABLE the hardware alarm function)

1. On some machines you'll need to set the alarm in the bios once before it
can be used.

2. On some machines you'll need to reboot after running the nvram utility. In
that case you'll need to configure grub/lilo accordingly.

Read the nvram and plugin docs about these issues.

Richard.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How can I do to handle my plextor convertX(livetv(pause, etc...record...)

2006-11-02 Thread Richard van Paasen

I contacted Plextor for support on this issue. Hopefully I get a positive
response.

Richard.


- Oorspronkelijk bericht -
From: Richard van Paasen <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Date: 03-Nov-2006 00:38
Subject: Re: [Freevo-users] How can I do to handle my plextor
convertX(livetv(pause, etc...record...)

> 
> Wow, this sounds like a nice device! It has hardware DIVX encoding support
> for  about EUR 170. MythTV does already support it. Freevo should support
it
> too, IMO. A yearly computer fare is organized in my town this month
(reduced
> prices for hardware...). I'll try and see if I can buy this device and
write
> a module for Freeevo (starting with v1.6.x).
> 
> Richard.
> 
> 
> - Oorspronkelijk bericht -
> From: Duncan Webb <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Date: 02-Nov-2006 23:26
> Subject: Re: [Freevo-users] How can I do to handle my plextor
> convertX(livetv(pause, etc...record...)
> 
> > Laurent Dufréchou wrote:
> > > Hi guys,
> > > I'm running freevo v1.5.4.
> > > I want to use it as follow:
> > > 1/ look TV
> > > 2/ look TV and record it at the same time
> > > 3/ record only tv
> > > 4/others freevo cool things :)
> > >
> > > step 4 is ok... but don't know how to handle step 1,2,3 :)
> > >
> > > To watch tv I can use this command in console mode:
> > > ./gorecordmod -input 0 -mode secam-l -bitrate 4000 -stdout /dev/null
> > > 2>/dev/null | bfr -m 80 -b 1 -p | mplayer -vo gl2 -delay
> > > -0.3 -vf pp=mcdeint=3 - >/dev/null 2>/dev/null &
> > >
> > > ./gorecordmod is the apps that initialize my convertx and grab the
video
> > > stream to stdout
> > > bfr is my 'livetv' buffer (here 100MB)
> > > mplayer - my tv viewer
> > >
> > > to watch tv and record it I can with this comand(!):
> > > ./gorecordmod -input 0 -mode secam-l -bitrate 4000 -stdout /dev/null
> > > 2>/dev/null | tee -i grabbed.avi | bfr -m 80 -b 1 -p |
> > > mplayer -vo gl2 -delay -0.3 -vf pp=mcdeint=3 - >/dev/null 2>/dev/null &
> > >
> > > to record only:
> > > ./gorecordmod -input 0 -mode secam-l -bitrate 4000 -duration x 
> > > grabbed.avi
> > >
> > > How can I manage to make freevo call these commands ? Can I define new
> > > menu entry?
> > > As freevo a a TV menu perhaps I can do something with it no?
> > >
> > > I know this is not the usual ways to use freevo but the convertx is
only
> > > supported by mythtv and I WANT FREEVO!
> > >
> > > :)
> > > (some python hacking don't afraid me :) so... )
> > > If it works perhaps we should had support to the convertx for a future
> > > release of freevo?
> > If you not afraid of doing some python hacking, then you should be able
> > to get this to work. First don't do you changes against 1.5.4, use the
> > svn version for rel-1.
> > svn co svn://svn.freevo.org/freevo/branches/rel-1/freevo freevo-1.x
> > then when you have finished you can send in a patch generated by
> > svn diff > my-patch.patch
> > 
> > The key to watching TV and recording TV are the VideoGroup settings. You
> > can find these in the sources by doing  search with grep.
> > grep -r --include="*py" VideoGroup src
> > 
> > The group_type in the VideoGroup controls how things are done for a
> > particular video device.
> > 
> > BTW how do you find this video device, it looks very interesting as it
> > can record both mpeg-1/2/4 and divx formats.
> >
>
http://www.plextor.be/products/px-tv402u.asp?choice=ConvertX%20PVR%20PX-TV402U
> > 
> > Regards
> > 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=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > 
> > 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?

Re: [Freevo-users] How can I do to handle my plextor convertX(livetv(pause, etc...record...)

2006-11-02 Thread Richard van Paasen

Wow, this sounds like a nice device! It has hardware DIVX encoding support
for  about EUR 170. MythTV does already support it. Freevo should support it
too, IMO. A yearly computer fare is organized in my town this month (reduced
prices for hardware...). I'll try and see if I can buy this device and write
a module for Freeevo (starting with v1.6.x).

Richard.


- Oorspronkelijk bericht -
From: Duncan Webb <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Date: 02-Nov-2006 23:26
Subject: Re: [Freevo-users] How can I do to handle my plextor
convertX(livetv(pause, etc...record...)

> Laurent Dufréchou wrote:
> > Hi guys,
> > I'm running freevo v1.5.4.
> > I want to use it as follow:
> > 1/ look TV
> > 2/ look TV and record it at the same time
> > 3/ record only tv
> > 4/others freevo cool things :)
> >
> > step 4 is ok... but don't know how to handle step 1,2,3 :)
> >
> > To watch tv I can use this command in console mode:
> > ./gorecordmod -input 0 -mode secam-l -bitrate 4000 -stdout /dev/null
> > 2>/dev/null | bfr -m 80 -b 1 -p | mplayer -vo gl2 -delay
> > -0.3 -vf pp=mcdeint=3 - >/dev/null 2>/dev/null &
> >
> > ./gorecordmod is the apps that initialize my convertx and grab the video
> > stream to stdout
> > bfr is my 'livetv' buffer (here 100MB)
> > mplayer - my tv viewer
> >
> > to watch tv and record it I can with this comand(!):
> > ./gorecordmod -input 0 -mode secam-l -bitrate 4000 -stdout /dev/null
> > 2>/dev/null | tee -i grabbed.avi | bfr -m 80 -b 1 -p |
> > mplayer -vo gl2 -delay -0.3 -vf pp=mcdeint=3 - >/dev/null 2>/dev/null &
> >
> > to record only:
> > ./gorecordmod -input 0 -mode secam-l -bitrate 4000 -duration x 
> > grabbed.avi
> >
> > How can I manage to make freevo call these commands ? Can I define new
> > menu entry?
> > As freevo a a TV menu perhaps I can do something with it no?
> >
> > I know this is not the usual ways to use freevo but the convertx is only
> > supported by mythtv and I WANT FREEVO!
> >
> > :)
> > (some python hacking don't afraid me :) so... )
> > If it works perhaps we should had support to the convertx for a future
> > release of freevo?
> If you not afraid of doing some python hacking, then you should be able
> to get this to work. First don't do you changes against 1.5.4, use the
> svn version for rel-1.
> svn co svn://svn.freevo.org/freevo/branches/rel-1/freevo freevo-1.x
> then when you have finished you can send in a patch generated by
> svn diff > my-patch.patch
> 
> The key to watching TV and recording TV are the VideoGroup settings. You
> can find these in the sources by doing  search with grep.
> grep -r --include="*py" VideoGroup src
> 
> The group_type in the VideoGroup controls how things are done for a
> particular video device.
> 
> BTW how do you find this video device, it looks very interesting as it
> can record both mpeg-1/2/4 and divx formats.
>
http://www.plextor.be/products/px-tv402u.asp?choice=ConvertX%20PVR%20PX-TV402U
> 
> Regards
> 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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 

-
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=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] lirc-compatible USB IR transmitters?

2006-10-20 Thread Richard van Paasen

Do you do mean transmitter or receiver? If you actually mean *transmitter*,
what are yo using it for in the context of Freevo?

I'm using the Marmitek USB/RF PC Remote Control. It is a Radio Frequency
receiver device (433 MHz band) that connect via USB. The remote control uses
RF signals to communicate, which is better than IR since obstacles do not
block the signal. It can be used with lirc. Read www.t3i.nl for more info.

Richard.


- Oorspronkelijk bericht -
From: Jason Tackaberry <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Date: 21-Oct-2006 00:30
Subject: [Freevo-users] lirc-compatible USB IR transmitters?

> Thought I'd ask here: is anyone aware of any USB IR transmitters that
> work with lirc?
> 
> 
> 
> -
> 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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 

-
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=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo and MythTV

2005-08-17 Thread Richard van Paasen
Citeren regatta <[EMAIL PROTECTED]>:
|
| MythTV:
| 7. not good for slow PC since it will use QT and MYSQL (BAD)

Not entirely correct: Freevo's TV section is not that fast either. Proper use of
MySQL (o.a. indexed tables and smart queries) can result in a faster response
than  just parsing flat (xml) files. Though I'd rather seen that postgreSQl was
supported too.

Richard


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Anyone into interface design?

2004-12-09 Thread Richard van Paasen
Citeren [EMAIL PROTECTED]:
| Who is using freevo. The typical freevo user is IMHO someone who is willing
| to undergoe the sometime very annoying troubles of a linux installation with
| several undocumented software elements.

Yes, I like to spend many hours on trivial, but hard-to-solve problems.

| I am sure, a special freevo remote would not sell good enough to satisfy
| it's costs and the effort spent into the freevo interface would be wasted.

Why not give it a try? Design a Freevo-specific remote, present it to the
audience and ask for feedback. Only time is involved so far, no costs made yet.

Richard.



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Anyone into interface design?

2004-12-02 Thread Richard van Paasen
Citeren Zach Lym <[EMAIL PROTECTED]>:

| ...
| But Jef puts a special
| emphisis on modes.  Modes are VERY VERY VERY bad.

Yes in the 'vi' way (edit/review modes) they are terrible. But, in the Startrek
series, where the light turns dim and red light flashes on when the enterprise
crew is to go into WAR mode, modes appear to be quiet usefull.

- Richard



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Suggestions for IR Receiver

2004-11-10 Thread Richard van Paasen

I have an irman remote setup with Lirc. You need libirman (seee www.evation.com)
to get it working.

Lirc may be compiled without irman support on your system, see the docs for
lirc.

Richard

Citeren Evan Hisey <[EMAIL PROTECTED]>:

| Chris-
|   If you just have to build a new one the IR reciever described at
| Lirc works great.
|
| Evan
|
|
| On Sat, 06 Nov 2004 19:50:20 -0500, Chris Metcalf
| <[EMAIL PROTECTED]> wrote:
| > I'm quite happy with my two Freevo boxen, but I'm growing tired of using
| > a wireless keyboard to control them.
| >
| > I have an IRMan, but I can't figure out for the life of me how to get
| > Lirc working with it. I've decided to either build or buy a new IR
| > receiver to use with Freevo.
| >
| > So I'm looking for suggestions of either a nice cheap small IR receiver
| > that works with Freevo (I've found http://www.zapway.de/e_index1.htm but
| > I'd still like to know what people think of it) or some designs that
| > people have built and liked. And for the self-built ones, where in the
| > US I can find the components to build them (Mouser doesn't seem to have
| > some of the parts needed).
| >
| > Thanks,
| > --
| > Chris Metcalf <[EMAIL PROTECTED]>
| >
| > ---
| > This SF.Net email is sponsored by:
| > Sybase ASE Linux Express Edition - download now for FREE
| > LinuxWorld Reader's Choice Award Winner for best database on Linux.
| > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
| > ___
| > Freevo-users mailing list
| > [EMAIL PROTECTED]
| > https://lists.sourceforge.net/lists/listinfo/freevo-users
| >
|
|
| ---
| This SF.Net email is sponsored by:
| Sybase ASE Linux Express Edition - download now for FREE
| LinuxWorld Reader's Choice Award Winner for best database on Linux.
| http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
| ___
| Freevo-users mailing list
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists/listinfo/freevo-users
|





---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] runtime config changes

2004-10-14 Thread Richard van Paasen
Citeren Eric Bus <[EMAIL PROTECTED]>:

| Richard van Paasen wrote:
| 
| >The advantage that XML offers is that it adds the hierarchy that Freevo
| config
| >files are currently missing. The impact of a erro in XML format is indeed
| huge,
| >on the other hand.
| >  
| >
| But most of the time well debug-able. And a better hierarchy would 
| indeed be a very big plus. It would at least bind some options toghether.

True. It is also possible to validate XML using a DTD. If designed carefully, we
could generate a web-based configuration page from XML/DTD as well as a OSD
config page.

Richard.



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] runtime config changes

2004-10-14 Thread Richard van Paasen

The advantage that XML offers is that it adds the hierarchy that Freevo config
files are currently missing. The impact of a erro in XML format is indeed huge,
on the other hand.

Maybe YAML (posted some days ago) could be an option here. I don't have
experience with YAML, but it looks OK, for what I've read from the YAML site. It
adds hierarchy without too much tagging.

Richard.


Citeren Dale Cooper <[EMAIL PROTECTED]>:

| Eric Bus wrote:
| 
| > Richard van Paasen wrote:
| >
| >> Instead, all modules should be extended with a 'reconfigure' method 
| >> that is
| >> called after a (set of) config setting(s) has been changed.
| >>  
| >>
| > And I guess the config file should be written in a 'plain-text' 
| > format, like XML, so Freevo can reload it while running.
| >
| > Eric
| >
| XML would be fine if ALL configuration could be done via interface, some 
| setup. It is better format for our Freevo machines ;)
| 
| However, if _some_ parts of config should be done still in vi (nano, 
| ..your fav editor) it would be IMHO better to keep the config file the 
| way it is now -> more readable for humans. Also, if someone 
| omits/accidentally deletes XML closing tag for example...all XML parsing 
| goes to hell.
| 
| Dale
| 
| 
| 
| 
| 
| ---
| This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
| Use IT products in your business? Tell us what you think of them. Give us
| Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
| http://productguide.itmanagersjournal.com/guidepromo.tmpl
| ___
| Freevo-users mailing list
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists/listinfo/freevo-users
| 





---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] runtime config changes

2004-10-14 Thread Richard van Paasen

You definitely don't want to restart freevo after changing configuration
settings from within freevo. Remember this annoying behaviour of MS-Windows when
you e.g. changed the resolution of the screen? Also, if one changes something
and Freevo crashes on restart, then one has no clue where to fix it.

Instead, all modules should be extended with a 'reconfigure' method that is
called after a (set of) config setting(s) has been changed.

Richard.

Citeren James Healy <[EMAIL PROTECTED]>:

| -BEGIN PGP SIGNED MESSAGE-
| Hash: SHA1
| 
| Hi
| 
| I'm interested in making my freevo intstall more 'consumer like'. Kinda
| like a fancy dvd player or something.
| 
| Anyway, one of the biggest things I'd like to do is be able to edit the
| configuration from within freevo. Even if it requires a reload to
| recognise them, some sort of system to make them without having to ssh
| to the box and edit a text file would be nice.
| 
| Has anyone looked into this? Is it on the cards?
| 
| cheers
| 
| James
| 
| 
| - --
| 
| "Oder tis moodle in der noggin tu smacken der ouchey und
| vinger-slingers ur to smacken-backen und fix de morkin, yoobetcha!"
| ~   - The Sweedish Chef.
| 
| personal : [EMAIL PROTECTED] / Work: [EMAIL PROTECTED]
| MelbWireless: [EMAIL PROTECTED]
| msn: [EMAIL PROTECTED] / ICQ : 6370237
| publicKey: http://www.deefa.com/?key
| 
| -BEGIN PGP SIGNATURE-
| Version: GnuPG v1.2.1 (MingW32)
| Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
| 
| iD8DBQFBbYOG4oawkrbYo/kRAky/AJ0S2ecQEYPXdv7mFpgfgLj6BY+rewCfTrGR
| n1K7LdrBhGHXICVtSG3kHIo=
| =XESu
| -END PGP SIGNATURE-
| 
| 
| ---
| This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
| Use IT products in your business? Tell us what you think of them. Give us
| Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
| http://productguide.itmanagersjournal.com/guidepromo.tmpl
| ___
| Freevo-users mailing list
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists/listinfo/freevo-users
| 





---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] (re) Ideas for next major release wanted

2004-10-01 Thread Richard van Paasen
Citeren Dale Cooper <[EMAIL PROTECTED]>:

| Hum, on the other hand, is anyone actually recording movies from TV to 
| _keep_ them? I mean - we have got DVD, right... and if not then P2P :) I 
| for one hate movies run on TV for these reasons:

Depends on what you mean by "keep". Forever: no, couple of months:yes. I record
some series but only find time now and then to watch them. The list of recorded
episodes can grow pretty long (over 60 GB) on my freevo box.

| a) it is in 99% dubbed (not VO). Thats why I bought DVD to watch it in 
| English, French, German, Chinese... whatever the original was... (ah 
| -with subtitles, of course :) )

I spent one night in a hotel in Switserland this summer and found that on all
channels the movies were dubbed... very annoying indeed. How come they don't use
subtitles? It must be cheaper to do that I guess.

The story of German television I heard is that a vast percentage of the germans
still cannot read (!). Maybe an ape-sandwich :-) story though.

Richard



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] More Ideas for next Freevo

2004-10-01 Thread Richard van Paasen
Citeren Rob Shortt <[EMAIL PROTECTED]>:

| give some specifics or hunt it down if you see one.  Also I think zombie 
| processes are caused by a parent process dying and nothing calling 
| wait() on the child.

If I remember correctly, you can ignore SIGCHLD: signal(SIGCHLD,SIG_IGN) so that
the child exits without notifying the parent and without becoming a zombie.



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] New Idea

2004-08-19 Thread Richard van Paasen
Hi,
I just got a new idea, possibly an enhancement for the tv-guide. The 
tv-guide's text overview always takes some time to browse. It would be 
cool to show snapshots of the channels on one screen so that one could 
see what's on telly immediately. With a picture overview, I think that 
one could find an "interesting" channel much easier.

When implementing the picture version of tvguide, one could just scan 
all channels configured in freevo and capture one still image and 
display that in a matrix form.

Unfortunately, I don't have the skills and time to program such a 
module, but I want to share this idea with the community. Maybe someone 
could pick up this idea ?

Regards,
Richard van Paasen.

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Buying a TV out card

2004-07-19 Thread Richard van Paasen
I never experimented with substitutes for the S-Video cable. I bought 
one 18 ft and one 60 ft cable from an electro shop, both reasonable good 
quality (gold-plated connectors etc.) and compared them to a low-end 
cable. The difference was clearly visible in that the image with the 
low-end cable is more fussy and less colorfull. This is probably due to 
the impedance of the cables. Moreover, co-axial cables have 75 Ohms 
impedance (if I remember correctly) to temper reflections of the signal 
so that would render them useless over a longer distance.

Richard.
Shaun Jackman wrote:
For my own curiosity, what composes an S-Video cable? I understand
there are two signal conductors (luminosity and colour) each with
their own ground in a shielded cable. Is each analog signal twisted
around its ground? If so, could twisted shielded CAT5 work as a
substitute? For long runs, would putting each signal on its own
co-axial cable and running two co-axial cables be a better plan?
I have found it rather hard to find any S-Video cables longer than 12
feet. I eventually found a 25 foot cable. I am uncertain of the
quality, but it was literally the only one I found in the city (though
I probably don't know the best place to look).
Cheers,
Shaun
On Mon July 19, 2004 14h08, Richard van Paasen wrote:
 

Also remember to buy a *good* quality S-Video cable, it really matters! 
Keep the cable length as short as possible.
   


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Buying a TV out card

2004-07-19 Thread Richard van Paasen
Also remember to buy a *good* quality S-Video cable, it really matters! 
Keep the cable length as short as possible.

Shaun Jackman wrote:
I'm buying a video card for tv-out and Freevo. I do not really use the
gaming functions, so primarily it should be cheap. It'll probably be
PCI so that I can still use my AGP video card. I found a Radeon 7000
(64MB PCI w/ TV-out) for $80 (Canadian). Is anyone else here using the
Radeon 7000 with Freevo? Any other suggestions for which card I should
buy?
My AGP card is a NVidia GeForce 2. Which ATI card offers roughly the
same performance (so that I can compare)?
If you're interested, here's a list of older/cheaper cards I'm looking
at:
http://www.goseecal.com/browse_category.php?category=Video%20Cards
Cheers,
Shaun

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Buying a TV out card

2004-07-19 Thread Richard van Paasen
I haven't used a Radeon card with tv/out, but did use a PCI Radeon and 
an AGP NVidia card in a multi-head setting (xinerama) with XFree. I 
found that it was not possible to use DRI on both cards since the 
drivers are different, and only one could be loaded at the time. With 
two NVidia or two Radeon cards this would be no problem. You might want 
to check if there is an affordable PCI NVidia card and if a dual setup 
is fully supported then (if you want DRI on both of course).

Richard.
Shaun Jackman wrote:
I'm buying a video card for tv-out and Freevo. I do not really use the
gaming functions, so primarily it should be cheap. It'll probably be
PCI so that I can still use my AGP video card. I found a Radeon 7000
(64MB PCI w/ TV-out) for $80 (Canadian). Is anyone else here using the
Radeon 7000 with Freevo? Any other suggestions for which card I should
buy?
My AGP card is a NVidia GeForce 2. Which ATI card offers roughly the
same performance (so that I can compare)?
If you're interested, here's a list of older/cheaper cards I'm looking
at:
http://www.goseecal.com/browse_category.php?category=Video%20Cards
Cheers,
Shaun

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Better DVB support (C programmers needed)

2004-07-15 Thread Richard van Paasen
Yes, there is an input_pvr module for xine that uses the ivtv driver for 
the 250/350 family.

Fons van der Beek wrote:
As far as I know xine only supports this for wintv 250/350 or am i wrong?
 

Richard van Paasen wrote:
   

Maybe I'm missing something here? Xine already has timeshifting and
works well with Freevo. Why do you want mplayer instead of xine?
 

Maybe one reason is also the fact that the xine devs have dropped
DirectFB support, and many freevo users who really want to use freevo on
a HTPC and not on a desktop system, simply don't want to bloat their box
with XFree86 dependencies...
Such a pity mplayer dosn't support DVD menu navigation...
Just my 0.02€,
Lucian
   



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Better DVB support (C programmers needed)

2004-07-15 Thread Richard van Paasen
Zoolook wrote:
Richard van Paasen wrote:
Maybe I'm missing something here? Xine already has timeshifting and 
works well with Freevo. Why do you want mplayer instead of xine? 

Maybe one reason is also the fact that the xine devs have dropped 
DirectFB support, and many freevo users who really want to use freevo 
on a HTPC and not on a desktop system, simply don't want to bloat 
their box with XFree86 dependencies...
Such a pity mplayer dosn't support DVD menu navigation...

Ah, good reason. But, the DVD menu and timeshifting support is why I  
changed to Xine (and thus XFree). BTW. my HTPC is a dedicated "always 
on" HTPC machine, but I never experienced any troubles other than I need 
to reboot it (automatically) every 3 months because of some memory 
leakage... Could be XFree or Freevo.

Richard.

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Better DVB support (C programmers needed)

2004-07-15 Thread Richard van Paasen
Maybe I'm missing something here? Xine already has timeshifting and 
works well with Freevo. Why do you want mplayer instead of xine? 
Timeshifting works smoothly on my epia (1 GHz) machine (with a pvr-250).

Richard.
Fons van der Beek wrote:
Therefore a suggested way to implement it:
-from the programguide:
   -pressing record -> records the selected program
   -pressing OK-> start TVtime (or mplayer) as life TV player
   -Pressing play-> select right channel and start timeshifting
implementing functions:
 

 

I don't think there should be any distinction between timeshifting and
no time shifting.  After all, practically the point of time shifting is
being able to use it when you didn't expect you'd want to.
   

I'am sorry Jason, but there are 2 reasons why there should be a difference ( to my 
opinion)
-When timeshifting, zapping a channel takes to long (the buffer must be filled), 
everyone wants his freevo box
as flexibel as a TV, mostly you don't need timeshifting, when it is needed, just pres 
"play" et voila: if installed:
a little delay and the show is timeshifted! I don't know about you, but a lot of 
people zap often all channels (I certainly do). and
as stated before, the "play button" would make sence to start timeshifting, within 
freevo it is
to my knowledge no problem to capture the button or key.
-Timeshifting needs a patch to mplayer either way you do it
-a lot of people (freevo users) can't patch their mplayer
-Timeshifting needs a faster system, with a bigger harddisk, not all freevo users 
have such a system
Timeshifting remains still a  "nice to have" feature but must shoud not interfere with 
the mainstream usage of freevo.
with kind regards ,
Fons van der Beek

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Gentoo sync-freevo problem

2004-06-14 Thread Richard van Paasen
Hi,
[Hmm, my first post didn't make it to the list, so I'm sending again...]
I'm trying to update freevo to 1.5-rc3 on my Gentoo box. I installed 
this box in november last year and since then I did not upgrade anything 
on it (just used free 1.4 hapily with my TV and remote control).

The script "rsync-freevo" complains about pylirc being masked and 
suggest that I add "dev-python/pylirc ~x86" to 
/etc/portage/package.keywords. However, this file does not exist on my 
system, there is no /etc/portage directory! I did an "emerge sync" and 
"emerge portage" to see if it was created... but that did not happen. I 
cannot do an "emerge world" since I have too much custom built software 
on it (XFree, mplayer and xine since it is an EPIA box).

Am I missing something here?
- Richard.

---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] creating music playlist

2004-04-08 Thread Richard van Paasen



How do I create a playlist manually? I have a 
playlists directory + Playlists entry in the music section with .m3u files, but 
freevo says "This directory is empty" when I select the Playlists entry from the 
music section.


Re: [Freevo-users] nfs mount

2004-01-14 Thread Richard van Paasen
On Thu, 2004-01-15 at 00:52, Matthew Bettencourt wrote:
> autofs will help in this.  autofs will time out and the dir will be 
> empty.  Since it unmounts when the dir is idle it will fix your problem, 
> although you will have a delay when going to that dir
> Matt

What happens if freevo is playing a song and the fileserver goes down?

> Richard van Paasen wrote:
> > I have my music directory mounted via nfs from a fileserver to my freevo
> > box. However, the fileserver is not always on thus freevo hangs when it
> > accesses the music directory when the fileserver is offline.
> > 
> > Is there a way to prevent freevo from hanging? Maybe samba?
> > 
> > Richard
> > 
> > 
> > 
> > ---
> > This SF.net email is sponsored by: Perforce Software.
> > Perforce is the Fast Software Configuration Management System offering
> > advanced branching capabilities and atomic changes on 50+ platforms.
> > Free Eval! http://www.perforce.com/perforce/loadprog.html
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > 
> 
> 
> 
> 
> ---
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] nfs mount

2004-01-14 Thread Richard van Paasen

I have my music directory mounted via nfs from a fileserver to my freevo
box. However, the fileserver is not always on thus freevo hangs when it
accesses the music directory when the fileserver is offline.

Is there a way to prevent freevo from hanging? Maybe samba?

Richard



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] OSD text position

2003-12-14 Thread Richard van Paasen
Hi,

I use overscan for the TV out, but that way I loose a small amount of
the image on each side. This is not a problem, but the OSD text is
now displayed only partly. Is there a way with mplayer and xine to
position the OSD text somewhat lower and to the right?
- Richard.



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Xine is never used

2003-12-04 Thread Richard van Paasen
try xine --help and see if it supports the --no-lirc flag. If *not*, then
remove the --no-lirc flag in the xine.py source file.
- Richard.

Justin T Wetherell wrote:

I have Xine installed and working from the command line but when I go 
to play a DVD thru Freevo is ALWAYS uses mplayer.

this is my freevo.conf:
cdparanoia = /usr/local/bin/cdparanoia
chanlist = us-cable
display = x11
fbxine = /usr/local/bin/fbxine
flac = /usr/bin/flac
geometry = 800x600
jpegtran = ./runtime/apps/jpegtran
lame = /usr/local/bin/lame
mencoder = /usr/local/bin/mencoder
mplayer = /usr/local/bin/mplayer
oggenc = /usr/bin/oggenc
renice = /usr/bin/renice
setterm = /bin/setterm
tv = ntsc
version = 2.1
xine = /usr/local/bin/xine
When I press enter on the DVD while in Freevo, all I get is a menu. 
When I press selectc it takes me to the Video_TS directory. When I 
added plugin.remove('video.mplayer') and tried to run a DVD thru 
Freevo, I got a no video player found error. When I got todays CVS and 
tried the same, I pressed ENTER on the DVD, it says directory empty.



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Recorded filename format

2003-12-02 Thread Richard van Paasen
Using ivtv_record as the record plugin, the recorded files have 
filenames like:

 11-27_19:55_Seinfeld_-_.mpeg

The '_' is converted to a space in "Recorded Shows", but a ' - ' is 
displayed
at the end of each entry. How can I control the filename format?

- Richard.



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Date/time format in scheduled recordings

2003-12-02 Thread Richard van Paasen
How do I change the date&time format in the scheduled recordings list? 
Currently it lists e.g.

 Monday Dec 02 07:55 PM Veronica: Seindfeld
 Wednesday Dec 03 07:55 PM Veronica: Seindfeld
 Thursday Dec 04 07:55 PM Veronica: Seindfeld
I'd like it to change to:
 Mon 12-02 19:55 Veronica: Seindfeld
etc.
Also, it'd be nice to have colums in the list so that the date, channel 
and program are aligned properly.

- Richard.



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] pre-record amount? re-attempts?

2003-11-21 Thread Richard van Paasen

I'd also be nice to get a notification if a recording should start while I'm
watching a(nother) channel. Maybe configurable to force/ask/ignore the scheduled
record.

 - Richard

Citeren Joe Stump <[EMAIL PROTECTED]>:

| I have a question about the recording deamon (actually two).
| 
| 1.) Does it record X minutes/seconds before the actual record time?
| 2.) If so if I pre-record 3 minutes show A and show B starts right after A
| (but 3 minutes before B) does it re-attempt to record if it notices the
| /dev/video devices is currently occupied?
| 
| These two are pretty important IMO because my Freevo box may not be in
| exact sync with the cable company. And if these are configurable where are
| they configurable?
| 
| 
| --Joe
| 
| 
| 
| 
| --
| Joe Stump <[EMAIL PROTECTED]>
| http://www.joestump.net
| "Label makers are proof God wants Sys Admins to be happy."
| 
| 
| 
| ---
| This SF.net email is sponsored by: SF.net Giveback Program.
| Does SourceForge.net help you be more productive?  Does it
| help you create better code?  SHARE THE LOVE, and help us help
| YOU!  Click Here: http://sourceforge.net/donate/
| ___
| Freevo-users mailing list
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists/listinfo/freevo-users
| 





---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] video / music menu

2003-11-02 Thread Richard van Paasen
I have music albums in subdirs of "/video/" and video files in 
"/video/". In local_config.py I can set e.g:

  DIR_IMAGES = [ ('Images', '/images') ]

But how do tell freevo that it should display the subdirectories in 
/images/ when I select Images from the main menu? Same for video... it's 
annoying to press enter twice to get into the /video/ or /music/ directory.

- Richard.



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: AW: [Freevo-users] NEW: hddtemp idlebar plugin

2003-10-28 Thread Richard van Paasen
Try this new script. I changed the parsing of the hddtemp output.

- Richard.

Jan Grewe wrote:

Sorry richard, but i only get |-1| in my idlebar ...

Normal ouput:

# hddtemp /dev/hda
/dev/hda: Maxtor 4R120L0: 45°C 

Version:

# hddtemp --version
hddtemp version 0.3 beta8
/jan

 


#if 0 /*
#  -*- coding: iso-8859-1 -*-
# ---
# name: hddtemp.py - IdleBar hddtemp plugin
# version:  0.1 - 26 oct 2003
# author:   [EMAIL PROTECTED]
# location: src/plugins/hddtemp.py
# ---
#
# Idlebar plugin for displaying harddisk temperatures.
# Polls all given drives and displays highest temperature.
#
# Notes:
#   To activate the hddtemp idle bar plugin, put the following in
#   your local_config.py, e.g.:
#
#  plugin.activate('hddtemp', level=10, args=('/dev/hdb'))
#  plugin.activate('hddtemp', level=10, args=('/dev/hdc /dev/hdd'))
#
#   The above example displays 2 temperatures in the idlebar, the
#   first is hdb temp and the second is the highest from hdc and hdb.
#
#   Add the path to hddtemp utility in freevo.conf:
#
#  hddtemp = /usr/bin/hddtemp
#
#   Add in local_cofig.py:
#
#   # get hddtemp command:
#   HDDTEMP_COMMAND = CONF.hddtemp
#   # set poll interval to 5 minutes:
#   HDDTEMP_INTERVAL = 300
#
#   Note: hddtemp must have suid 0 if freevo is not run as root:
#
#   chmod +s /usr/bin/hddtemp
#
# --- */
#endif

import os
import re
import time
import config
from idlebar import IdleBarPlugin

class PluginInterface(IdleBarPlugin):
"""
idlebar plugin for displaying harddisk temperatures
"""
def __init__(self, drives=""):
"""
init idlebar hddtemp plugin
"""
IdleBarPlugin.__init__(self)
# get current time minus poll interval
self.time = time.time() - config.HDDTEMP_INTERVAL - 1
# initialize temperature
self.temp = 0
self.drives = drives

def draw(self, (type, object), x, osd):
"""
draw idlebar hddtemp plugin
"""
if (time.time() - self.time > config.HDDTEMP_INTERVAL):
# need to remeasure temperatures
self.time = time.time()
cmd = "%s %s" % (config.HDDTEMP_COMMAND, self.drives)
f = os.popen(cmd, "r")
s = f.read()
f.close()
# extract from hddtemp output
t = re.compile(".+: .+: (\d+).+\n")
u = t.split(s)
# get max temperature
i,self.temp = 1,-1
while len(u) >= (i+1):
self.temp = max(self.temp, u[i])
i += 2   
# using clock font for now
temp  = "|%s|"%self.temp
font  = osd.get_font('clock')
width = font.font.stringsize(temp)
# note: idlebar height (=60) is hard-coded in idlebar :-(
osd.write_text(temp, font, None, x, osd.y, width+1, 60, "left", "center")
return width


[Freevo-users] NEW: hddtemp idlebar plugin

2003-10-27 Thread Richard van Paasen
Hi,

I'm just getting started with freevo, so, I've decided to make my first 
plugin. It displays harddisk temperatures on the idlebar using hddtemp. 
It is capable of polling at a given interval and displays maximun 
temperatures of on or more sets of harddisk devices.

The plugin should be put in src/plugins/. See attachment for the script, 
instructions for activating it are inside the script. And ... I'm going 
to make it look nicer :-)

Let me know about bugs, idea's etc.

- Richard.

#if 0 /*
#  -*- coding: iso-8859-1 -*-
# ---
# name: hddtemp.py - IdleBar hddtemp plugin
# version:  0.1 - 26 oct 2003
# author:   [EMAIL PROTECTED]
# location: src/plugins/hddtemp.py
# ---
#
# Idlebar plugin for displaying harddisk temperatures.
# Polls all given drives and displays highest temperature.
#
# Notes:
#   To activate the hddtemp idle bar plugin, put the following in
#   your local_config.py, e.g.:
#
#  plugin.activate('hddtemp', level=10, args=('/dev/hdb'))
#  plugin.activate('hddtemp', level=10, args=('/dev/hdc /dev/hdd'))
#
#   The above example displays 2 temperatures in the idlebar, the
#   first is hdb temp and the second is the highest from hdc and hdb.
#
#   Add the path to hddtemp utility in freevo.conf:
#
#  hddtemp = /usr/bin/hddtemp
#
#   Add in local_cofig.py:
#
#   # get hddtemp command:
#   HDDTEMP_COMMAND = CONF.hddtemp
#   # set poll interval to 5 minutes:
#   HDDTEMP_INTERVAL = 300
#
#   Note: hddtemp must have suid 0 if freevo is not run as root:
#
#   chmod +s /usr/bin/hddtemp
#
# --- */
#endif

import os
import re
import time
import config
from idlebar import IdleBarPlugin

class PluginInterface(IdleBarPlugin):
"""
idlebar plugin for displaying harddisk temperatures
"""
def __init__(self, drives=""):
"""
init idlebar hddtemp plugin
"""
IdleBarPlugin.__init__(self)
# get current time minus poll interval
self.time = time.time() - config.HDDTEMP_INTERVAL - 1
# initialize temperature
self.temp = 0
self.drives = drives

def draw(self, (type, object), x, osd):
"""
draw idlebar hddtemp plugin
"""
if (time.time() - self.time > config.HDDTEMP_INTERVAL):
# need to remeasure temperatures
self.time = time.time()
cmd = "%s %s" % (config.HDDTEMP_COMMAND, self.drives)
f = os.popen(cmd, "r")
s = f.read()
f.close()
# extract from hddtemp output
t = re.compile(".+: .+: (\d+) .+\n")
u = t.split(s)
# get max temperature
i,self.temp = 1,-1
while len(u) >= (i+1):
self.temp = max(self.temp, u[i])
i += 2   
# using clock font for now
temp  = "|%s|"%self.temp
font  = osd.get_font('clock')
width = font.font.stringsize(temp)
# note: idlebar height (=60) is hard-coded in idlebar :-(
osd.write_text(temp, font, None, x, osd.y, width+1, 60, "left", "center")
return width


[Freevo-users] timeshift

2003-10-24 Thread Richard van Paasen
A short question: is timeshifting supposed to work with ivtv/PVR-250 ?



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] PVR-250 / ivtv & local_conf.py

2003-10-21 Thread Richard van Paasen
I have my PVR-250 working on Gentoo. Now I need to configure 
local_conf.py, but I only get errors about the record_client in freevo. 
Selecting a channel from the TV Guide does not work. Can someone send 
post a working example of local_conf.py?

Richard.



---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV-card -- advice needed

2003-10-19 Thread Richard van Paasen
Thanks, I bought one :-)

I have it working partly now with ittv and V4L2. However, I'm having 
problems with setting controls (volume, brightness,...):

MyHost # ./test_ioctl -y brightness=0
ioctl: VIDIOC_S_CTRL
ioctl: VIDIOC_S_CTRL failed
Since mplayer also uses this interface, I cannot use the following command:
mplayer -tv device=/dev/video0:driver=v4l2:input=4:freq=216000:normid=1 
tv://

Note that "mplayer /dev/video0" works. I can also set frequencies and 
channels, so the V4L2 interface is working partly.

How did you get this working? Or is my V4L2/Ittv approach wrong?

- Richard.

Rob Shortt wrote:

Richard van Paasen wrote:

Now I want to add TV recording (and maybe playing/time-shifting) to 
Freevo, so I need to buy a TV card for it. It must have h/w MPEG 
encoding since the VIA board is only 1GHz, but I'm not sure about the 
decoding part. Do I need to get an expensive Hauppage WinTV PVR-350 
or will a PVR-250 do? Or is there a better option?


A PVR-250 will do fine.  The difference between the 250 and 350 is 
that the 250 contains an encoder while the 350 has an encoder, 
decoder, and tv-out.

So, you already have tv-out and an mpeg2 decoder on your mainboard... 
although the cle266's mpeg decoder is only supported by closed source 
drivers.  Also the decoder which is present on the 350 is not fully 
supported yet either but the open source ivtv project is well on its way.

The M10K mainboard will be fine for recording tv and watching tv and 
video, even dvds.  I have all these things working well on a friend's 
M10K (with a PVR-250) and I am vey pleased with the results.

-Rob



---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The 
Enterprise Linux in the Boardroom; in the Front Office; & in the 
Server Room http://www.enterpriselinuxforum.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] TV-card -- advice needed

2003-10-17 Thread Richard van Paasen
Hi,

I am using an Via EPIA M1-N based computer with tv-out as HTPC. 
Basically, I have it set up as a CD/MP3/DVD/AVI player using Freevo and 
it works great... I use the EPIA-M10kN TV-out to watch Freevo on my TV.

Now I want to add TV recording (and maybe playing/time-shifting) to 
Freevo, so I need to buy a TV card for it. It must have h/w MPEG 
encoding since the VIA board is only 1GHz, but I'm not sure about the 
decoding part. Do I need to get an expensive Hauppage WinTV PVR-350 or 
will a PVR-250 do? Or is there a better option?

Thanks for your answer,

Richard van Paasen.



---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] TV-guide bug report

2003-10-17 Thread Richard van Paasen
Hi,

First I'd want to say that freevo is a great program!

I found a small bug in the TV-guide section. I have a TV.xml listing 
(dutch) in which the programming for a certain channel is discontinued 
for some time:

 

   Kamerbreed

 

 

   Studio sport

   wielrennen

 

Programme "Kamerbreed" ends at 12:00 and "Studio Sport" starts at 14:00. 
So, from 12:00 to 14:00, there is a blank space in the tv guide (see 
http://www.t3i.nl/tmp/snapshot.png for an image). When the next 
programme is not shown in the interface (i.e. no ">" is displayed on the 
right) then I am not able to jump to that next programme ("Studio Sport" 
in this case)! I have to navigate to the right via another channel (thus 
pressing down, right, right, up).

Hope this helps, I am not yet able to figure out myself how to fix these 
things.

Richard.



---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Booting into freevo

2003-10-13 Thread Richard van Paasen
arguments "-dpms s off" for X did the trick.

Richard van Paasen wrote:

Hi,

This is probably a stupid question, but how do I disable the screen 
blanker of X?
I boot into X and freevo (without windowmanager). In the xinitrc I have:

#!/bin/sh
#
xset -dpms
xset s off
sudo -H -u freevo sh -c "cd ~/freevo;./freevo"
halt
#
The sudo part runs the binary version of freevo as it's own user.
But, the screen blanker still jumps in after a few minutes :-(
- Richard



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Booting into freevo

2003-10-11 Thread Richard van Paasen
Hi,

This is probably a stupid question, but how do I disable the screen 
blanker of X?
I boot into X and freevo (without windowmanager). In the xinitrc I have:

#!/bin/sh
#
xset -dpms
xset s off
sudo -H -u freevo sh -c "cd ~/freevo;./freevo"
halt
#
The sudo part runs the binary version of freevo as it's own user.
But, the screen blanker still jumps in after a few minutes :-(
- Richard



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Increase repeat rate with up/down in menu from remote conrol

2003-10-10 Thread Richard van Paasen
How can I increase the rate by which the
menu bar is being scrolled when I press
the up/down/left/right arrows on my remote
control?
If I set repeat=1 in lirc.conf then the scrolling
is a bit faster, but not fast enough for me. I
like the 2-step scrolling speed of freevo when
repeat=0 in lirc.conf. But, I'd like it to scroll
faster.
[ feature reqquest: fast, three stage scrolling
 speed for huge lists ;-) ]
I'm using freevo 1.3.4.

-- Richard.



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users