Re: [Freevo-users] DVB/ATSC live pause (was RE: Wishlist)

2007-05-16 Thread Jonathan Isom
Is it possible to see a copy of you local_conf.py file? I know dvbstreamer is still early with atsc support. adding plugin.activate('tv.dvbstreamer.live_pause') LIVE_BUFFER_PATH='/tmp/freevo/live.buf' # Location of the file to use for pausing live TV LIVE_BUFFER_SIZE=(20.25, 30*60) # Size of the

Re: [Freevo-users] Menus and external programs (Web, VVOIP)

2007-05-16 Thread Michael Brown
Hi Eduardo! >Try "command" plugin. Insert in your local.conf: >plugin.activate('command', level=45) COMMANDS_DIR = '/usr/local/freevo_data/Commands' Thanks, that worked out nicely for what I'm doing. I copied the "Mozilla" example fxd from the Wiki, and created an ekiga.fxd file with the relev

[Freevo-users] feature request

2007-05-16 Thread mike lewis
I would dearly love to be able to 'set' the aspect ratio of a file from within freevo. I know I can create an fxd manually to do this, but this lowers my WAF. hehe. Anyone worked on something like this recently? - This SF.ne

Re: [Freevo-users] Dual DVD-T tuner and Freevo

2007-05-16 Thread Jim Duda
For DVB ATSC recording using an HD5500 card from pcHDTV, I use the following in local_conf.py: VCR_CMD = ('/usr/local/bin/record-hd5500.sh' + ' ' + '/dev/dvb/adapter0/dvr0' + ' ' + '%(channel)s' + ' ' + '%(seconds)s' + ' ' + '%(filename)s') my /usr/loca

Re: [Freevo-users] wrong aspect ration on 16:10 screen

2007-05-16 Thread Tanjeff-N. Moos
Am Wed, 16 May 2007 20:28:51 +0200 schrieb "Tanjeff-N. Moos" <[EMAIL PROTECTED]>: > I'm using freevo on my 16:10 monitor. The menus are looking correct, > but when viewing images from my hard disk, these are stretched to fit > onto the screen. The same occurs when starting xine (for watching > DVD

Re: [Freevo-users] Cannot schedule a record

2007-05-16 Thread Pirlouwi
Indeed... Meanwhile, have I uncommented the option: TV_RECORD_SCHEDULE and modified vdev from /dev/video0 (which is a device from my Hauppauge Wintv-go card) to /dev/dvb value. I don't know if this is right, but it seems logical, and this is the only reference inside /dev about something relative

[Freevo-users] DVB/ATSC live pause (was RE: Wishlist)

2007-05-16 Thread Adam Charrett
Apologies for the previous email, don't know what happened there seems Hotmail messed up the formatting?!I've added a feature request for a couple of new plugins I've written to support recording from DVB/ATSC and also pausing live tv from DVB/ATSC.See http://sourceforge.net/tracker/index.php?f

Re: [Freevo-users] Cannot schedule a record

2007-05-16 Thread Duncan Webb
Pirlouwi wrote: > Have you tried a search for VIDEO_GROUPS in the freevo wiki? This is the > first place to start. > > You will need to check what the correct tuner is for the TV, possible > called Television or Tuner. Try: > v4l2-ctl --list-inputs > This will list the inpu

Re: [Freevo-users] Cannot schedule a record

2007-05-16 Thread Pirlouwi
Have you tried a search for VIDEO_GROUPS in the freevo wiki? This is the first place to start. You will need to check what the correct tuner is for the TV, possible called Television or Tuner. Try: v4l2-ctl --list-inputs This will list the inputs for the video device and then you set the input_n

Re: [Freevo-users] problems after fiesty or kaa upgrade

2007-05-16 Thread Duncan Webb
Adam Butler wrote: > Hello, > > Sorry accidentally sent that last message without finishing it. > > Freevo worked in the same system but its not really the same because I > upgraded ubuntu to fiesty, which updated heaps of packages and probably has a > newer version of python. I seem to remembe

Re: [Freevo-users] wrong aspect ration on 16:10 screen

2007-05-16 Thread Josh Vickery
I don't know about images or xine, but to get mplayer to display in the proper aspect ratio for my TV (for live and recorded shows), I had to add "monitoraspect=16:9" to my .mplayer/config file. I'm not sure if this the correct solution, so I'll be watching this thread in case someone has a better

Re: [Freevo-users] Dual DVD-T tuner and Freevo

2007-05-16 Thread Duncan Webb
Xavier Beaudouin wrote: > Hello there, > > I have successfully installed my Freevo using Nova-T-500 PCI card. > > TV is running well and I'd like to use the feature of dual tuner of this > card. > > Any hint to make a somewhat "pool" of tuners ? (eg is first one is busy > recording for example

[Freevo-users] wrong aspect ration on 16:10 screen

2007-05-16 Thread Tanjeff-N. Moos
Hi, I'm using freevo on my 16:10 monitor. The menus are looking correct, but when viewing images from my hard disk, these are stretched to fit onto the screen. The same occurs when starting xine (for watching DVD). My screen resolution is 1660x1050. The size of the screen, as reported by xrandr,

Re: [Freevo-users] Cannot schedule a record

2007-05-16 Thread Duncan Webb
Pirlouwi wrote: > 2007/5/16, [EMAIL PROTECTED] > <[EMAIL PROTECTED] >: > > Pirlouwi a écrit : > > Hello, > > i have set up freevo for working with my dvb usb stick (a freecom), on > > ubuntu feisty. > > > > When I push on

Re: [Freevo-users] Cannot schedule a record

2007-05-16 Thread Pirlouwi
2007/5/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Pirlouwi a écrit : > Hello, > i have set up freevo for working with my dvb usb stick (a freecom), on > ubuntu feisty. > > When I push on the recording entry in the menu, i got an error, and > this messages in the log: > > Traceback (most rece

[Freevo-users] Mixed-mode cd's

2007-05-16 Thread Michel Hoogervorst
Hi, I just found out that my Freevo box handles mixed-mode cd's as normal audio cd's... before I start debugging, is this normal behaviour? My wife got a free cd, with a multimedia part on it. When I log into my box through ssh, I can see the contents of the cd, but Freevo only shows it as an a

[Freevo-users] Freevo 1.7.1 - new panorama skin and 16/9 TV out

2007-05-16 Thread Jean-François
Hi everyone, I haven't tried this new skin yet but have a few questions... I'm running an ATI Radeon 9600 (fglrx) based Freevo box. I also use VDR and vdr_xine plugin. What resolution would you recommend for TV out ? Anyone out there who could share his xorg.conf ? And mplayer and xine config fr

Re: [Freevo-users] Menus and external programs (Web, VVOIP)

2007-05-16 Thread Francisco Eduardo Álvarez Solano
Hi, My next question has to do with menus... I know I could add commands (external programs) to the main menu using .fxd files, but that could make the main menu "busy". Is it possible to have a main menu item like "Misc Stuff", which lead to a sub-menu of the various commands? If so, how woul