Re: [Freevo-users] ivtvdev PAL

2005-05-23 Thread Bart Heremans
I'm using a pvr250, so no tv-out but also had problems when recording.
Freevo sets the wrong format.

it is the setfmt and setstd function in src/tv/v4l2.py that causes the
problem. It always sets to ntsc even if you want pal. I didn't do much
debugging. I commented the lines (set std line 236 and setfmt line 253).

make sure that you set the format (720x576) and std (pal) when you load
the ivtv modules and you should have no problem.

I attached the file I changed, I hope this is the only file I changed. I
did this more than a year ago and don't remeber it to well.

Regards,

Bart


On Mon, 2005-05-23 at 10:28 +0200, Wilhelm Eger wrote:
> Hello,
> 
> I tried to use Freevo through the xserver of my PVR 350 card. All parts 
> of software seem to work in standard PAL mode (720x576) e.g. ivtv-fb and 
> XFree. If I launch Freevo, the screen is cut on all sides. So I looked 
> into /etc/freevo/freevo.conf and corrected geometry from 800x600 to 
> 720x576. But the Freevo screen still doesn't fit! I screwed the 
> resolution down to 650x520. Now the Screen fits into my 720x576-Pal-TV. 
> The silly thing is, that, if I used Freevo in 720x576 with cutted sides 
> and I played some movie or TV (I use xine), the movie was shown in the 
> right resolution. My 650x520 Freevo shows the movies and TV too small.
> 
> Could someone help me on this topic?
> 
> Wilhelm
> 
> 
> ---
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users


v4l2.py
Description: application/python


Re: [Freevo-users] shift tv

2005-03-01 Thread Bart Heremans
I don't think that the time shift functions with mp1e works. It was something
that worked in freevo 1.3 IIRC but not any more.

Browse trought the mplayer tv plugin code, I don't think there is any time
shift code in it.

Bart


>-- Original Message --
>From: John Molohan <[EMAIL PROTECTED]>
>To: freevo-users@lists.sourceforge.net
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Tue, 01 Mar 2005 12:18:46 +
>Subject: Re: [Freevo-users] shift tv
>
>
>Check you logs for the mp1e command that freevo attempts to run. Copy 
>and paste this onto the command line and see if you get any errors 
>there. Try turning on debugging to see if there are any clues there.
>
>Alberto Hernando wrote:
>> Hi.
>> 
>> I'm finishing the install of my freevo. I'm using 1.5.3. I was wondering
>about 
>> pausing tv (shift tv?). Is it possible to do it? Here's a piece of my

>> local.conf.py:
>> 
>> 
>> TV_RECORD_DIR = '/mnt/video'
>> TV_SETTINGS  = 'pal television europe-west /dev/video0'
>> TV_DRIVER = 'v4l2'
>> TV_DEVICE = '/dev/video0'
>> TV_INPUT = 0
>> FREEVO_CACHEDIR= '/home/mythtv/.freevo'
>> TIMESHIFT_BUFFER_SIZE = 500
>> TIMESHIFT_ENCODE_CMD = 'mp1e -m3 -c%s -p%s -r14,100' %(TV_SETTINGS.split(
>> [3],AUDIO_INPUT_DEVICE) 
>> TIMESHIFT_BUFFER = '/mnt/video/buffer.mpeg' 
>> TV_CHANNEL_PROG = './chchan %(channel)s %(norm)s %(freqtable)s'
>> 
>> TV_DATEFORMAT = '%e-%b' # Day-Month: 11-Jun
>> TV_TIMEFORMAT = '%H:%M' # Hour-Minute 14:05
>> TV_DATETIMEFORMAT = '%A %b %d %I:%M %p' # Thursday September 24 8:54 am
>> -
>> 
>> I use mplayer for tv, as tvtime doesn't work for me. It works as a 
>> stand-alone
>
>> application, but not as a plugin. It just says 'no signal', and I get
a
>blue 
>> screen with the name and number of the channels. Well, I press space bar
>and 
>> the image stops. Press again, and it goes on. But it jumps to real time
>tv 
>> again. While stopped, I try to find the buffer file, but I can't find
it.
>I 
>> have mp1e installed, but perhaps it isn't well configured. Well, that's
>all I 
>> can say. I'd like very much to make this work and not having to use mythtv,
>
>> as I think freevor is simpler to use and smoother to run.
>> 
>> Thanks
>> 
>>  Alberto
>> 
>> 
>> ---
>> 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://ads.osdn.com/?ad_ide95&alloc_id396&op=click
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>> 
>> 
>
>
>---
>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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>___
>Freevo-users mailing list
>Freevo-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freevo-users



---
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Real - Time TV

2005-02-24 Thread Bart Heremans
I replied yesterday but I don't see the message on the list, here
again :

I guess you are using anlogue tv card. the mplayer tv plugin is loaded
by default. If you wan't to use the tvtime plugin, you have to remove it
and load the tvtime plugin, see the wiki, tv plugins how to do that.

To see what command freevo is launching when hitting enter you have to
enable debug and debug for childapps. See the wiki, troublshooting

Bart

On Wed, 2005-02-23 at 01:23 -0600, Lane wrote:
> On Tuesday 22 February 2005 15:19, Bart Heremans wrote:
> > Yes freevo can show realtime tv, first make sure mplayer or tvtime is
> > working.
> > Then load the right plugin go to the tv guide and pres enter on a show
> > that is running.
> >
> > Don't forget to read the wiki for more detailed info
> >
> > Bart
> >
> Bart,
> 
> Thanks for the reply.
> 
> I gotta say that the wiki is not as informative to a novice as an experienced 
> user might think.  I spent about three hours on it last night, but never 
> found a mention of "tvtime."  I saw it in local_conf.py, but I couldn't 
> determine what it was for.
> 
> mplayer works fine on my system.  I can use it to view TV directly with 
> `mplayer /dev/cxm0` ... I just can't change channels, 'cause mplayer won't 
> let go the device when I'm switching channels...  Not so bad, I guess.  Just 
> I'm thinking that freevo is a more complete solution.
> 
> At least it looks that way.
> 
> When I press "Enter" on the Freevo gui, while looking at the guide, I get 
> mostly nothing.  If I run it from a shell, I can see this:
> 
> (22, 'Invalid argument')
> 
> ... but ... I don't know what that is about.
> 
> What is "the right plugin?"  Can I download that from somewhere?  Is it 
> called 
> that?  "right?"  Or am I misinterpreting?  I figure from local_conf.py that I 
> can activate and deactivate plugins, I just don't know what plugin is 
> required to view tv ... seems kinda weird that I need to enable a plugin to 
> view TV on an application that is designed to view tv ... maybe it's just me 
> being a novice, and all ... maybe it's late (again) and I should work on 
> these things when I have 8 or more hours to play ...
> 
> Anyway ... thanks for responding.  I thought the list was inactive at 
> first ... and now I see a flurry of activity.  Maybe I'll catch a clue over 
> the next couple of days :)
> 
> later
> 
> 
> > On Tue, 2005-02-22 at 15:17 -0600, Lane wrote:
> > > Can Freevo show real-time tv?  If so, how do you make that work?
> > >
> > > Thanks!
> > >
> > >
> > > ---
> > > 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > > ___
> > > Freevo-users mailing list
> > > Freevo-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> > ---
> > 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> ---
> 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Real - Time TV

2005-02-22 Thread Bart Heremans
Yes freevo can show realtime tv, first make sure mplayer or tvtime is
working.
Then load the right plugin go to the tv guide and pres enter on a show
that is running.

Don't forget to read the wiki for more detailed info

Bart

On Tue, 2005-02-22 at 15:17 -0600, Lane wrote:
> Can Freevo show real-time tv?  If so, how do you make that work?
> 
> Thanks!
> 
> 
> ---
> 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recording automatically from favourites

2005-02-21 Thread Bart Heremans
If you don't use the 'freevo tv_grab' helper to grab your xmltv file you
have to run the 'freevo schedulefavorites' to schedlue your favorite
recordings after you grab the xmltv file.

see :
http://freevo.sourceforge.net/cgi-bin/doc/Recordserver#head-a384a0ecd443ecbdd32b5c060f7b078d3f7e2e44

Bart

On Tue, 2005-02-22 at 00:44 +0800, Justin wrote:
> Hi,
> 
> I was wondering if it is possible to set a favourite and have freevo
> record it whenever it is on automatically.  An example would be if I set
> the News on CH7 between 6 and 6:30pm on weekdays as a favourite, it
> would then just automatically record.
> 
> This would be preferrable to having to set multiple recordings of the
> same show on every xmltv update.
> 
> Any ideas?  Functionality like this would actually make the favourites
> list usefull.  (Or is it supposed to do this anyway?)
> 
> -Justin
> 
> 



---
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo and VCR_CMD script support

2005-02-21 Thread Bart Heremans
If the VCR_CMD is recording fine minus the audio. Then you can use it
and use VCR_PRE_REC and VCR_POST_REC scripts for the sound, that way you
won't have problems stopping a recording when it is busy, you will when
you use a shell script for recording. see :

http://freevo.sourceforge.net/cgi-bin/doc/AnalogueTvTypes#head-8bb79382018da02017296f63f8129d52c5fcf990

Also check that you don't have multiples local_conf.py files
(~/local_conf.py - /etc/freevo/local_conf.py)

Bart

uOn Sun, 2005-02-20 at 20:30 -0500, Adam Weichman wrote:
> Hello,
> 
> I am having some trouble using the local_config.py to make freevo use an 
> external script to record TV.  This is my line:
> 
> VCR_CMD = ('/home/morsub4u/vcr_cmd_list %(channel)s %(seconds)s 
> "%(filename)s"')
> 
> Now, this seems to let freevo load fine, in that it does not give me any 
> kind of syntax errors when loading.  Once I try to record, however, it seems 
> to disregard this command all together and to use some kind of default or 
> old VCR_CMD.  What is puzzling is that it records fine (minus the audio) and 
> saves the file with the correct name and all.
> 
> I have verified that this local_config.py is the one that freevo is loading 
> by adding a syntax error to the line, then loading freevo.  It correctly 
> identifies the error, then quits.
> 
> Any ideas?
> 
> Adam
> 
> 
> 
> 
> ---
> 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Split movies

2005-02-07 Thread Bart Heremans
for info, you can start playing the second part directly by selecting the
file, advanced menu (e on keyboard) and then chapter selection.

Bart

>-- Original Message --
>From: "Satana" <[EMAIL PROTECTED]>
>To: 
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Mon, 7 Feb 2005 11:25:03 +0100
>Subject: Re: [Freevo-users] Split movies
>
>
>Thanx, it works...
>
>- Original Message - 
>From: "Shawn Dowler" <[EMAIL PROTECTED]>
>To: 
>Sent: Monday, January 31, 2005 4:07 AM
>Subject: Re: [Freevo-users] Split movies
>
>
>> On Mon, 31 Jan 2005 00:13:47 +0100, Satana <[EMAIL PROTECTED]> wrote:
>>>  
>>> Hi. 
>>> I have lotsa movie split into 2 files. I've noticed that in a situation
>>> konda: 
>>>   
>>> (DIVX) My Cool Movie Cd 1-2.avi 
>>>  
>>> (DIVX) My Cool Movie Cd 2-2.avi 
>>>   
>>> I see only one of the 2 files in the movies screen. 
>>> Anyone has the same problem or is my conf wrecked ? 
>>>   
>>> Lorenzo 
>> 
>> When freevo sees these files of the names you mentioned there will
>> only be one entry created in the menus to play it.  It detects that
>> their names are the same except for the trailing number in a series. 
>> You can test to see if it detected this properly by starting the entry
>> and jumping ahead.  When the first file is done (ie. the first part of
>> the two part movie) mplayer (or xine, depending on which you use) will
>> stop for about 1 second and then automatically start the second file
>> playing.  This way you can play an entire milti part movie without
>> having to manually start the second half when it gets to the end of
>> part 1.
>> 
>> If that is not what's happening for you let us know!
>> 
>> Shawn Dowler
>> 
>> -- 
>> Want free stuff?  Find out how to get it:
>> - - - - -  http://dowler.homelinux.org   - - - - -
>> 
>> "Hey Fat Mike, did you eat all the food on the ISS?"
>> 
>> 
>> ---
>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>> Tool for open source databases. Create drag-&-drop reports. Save time
>> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>
>
>---
>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>Tool for open source databases. Create drag-&-drop reports. Save time
>by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>___
>Freevo-users mailing list
>Freevo-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freevo-users



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


Re: [Freevo-users] Unable to start Freevo server on FC3

2005-01-24 Thread Bart Heremans
Have a look in the wiki : http://freevo.sourceforge.net/cgi-bin/doc

How to start the recordserver : 
http://freevo.sourceforge.net/cgi-bin/doc/Recordserver

And some info about setting up tv cards : 
http://freevo.sourceforge.net/cgi-bin/doc/TVConfig

Bart


>-- Original Message --
>From: Tony Traugott <[EMAIL PROTECTED]>
>To: freevo-users@lists.sourceforge.net
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Mon, 24 Jan 2005 07:37:13 -0500
>Subject: Re: [Freevo-users] Unable to start Freevo server on FC3
>
>
>Well, my bad, it's not at the command line, it's on the freevo screen 
>when it says the recordserver is down.
>
>Here's my command box paste anyway.
>---
>Error: TV_RECORD_DIR not set
>Please set TV_RECORD_DIR to the directory, where recordings should be stored
>or remove the tv plugin. Autoset variable to /home/tony.
>
>Error: VIDEO_SHOW_DATA_DIR not found
>
>Error: can't find /tmp/TV.xml
>Use xmltv to create this file or when you don't want to use the tv
>module at all, add TV_CHANNELS = [] and plugin.remove('tv') to your
>local_conf.py. TVguide is deactivated now.
>
>WARNING: PyLirc not found, lirc remote control disabled!
>(111, 'Connection refused')
>(111, 'Connection refused')
>(111, 'Connection refused')
>[EMAIL PROTECTED] ~]$
>
>I'm trying to get the local.conf file tweaked but I'm unclear on a lot 
>of stuff. Is the # to be removed to activate the line? I didn't see the

>TV Directory area in the config file. I don't use the external TVGuide 
>listing so I left it out.
>
>I'm using a Hauppauge WinTV PCI with the BT848 chipset. I have a 
>sattelite sytem so I run through composite 1 which provides the best 
>quality picture and sound from the receiver. The coax connection has 
>snow, lines, sweeps etc and color is off. (I know, it's an old card) I'm
>
>not particulary fond of Mplayer since I've had no luck with that piece 
>of @[EMAIL PROTECTED] Xine and Real Player have been successful for me only, 
>all others won't even play a simple Mpeg. Yes... I have all plugins, 
>codecs etc installed less Xine or RP wouldn't work.
>
>The recorderserver part I've tried looking for help in docs but I 
>can't even get help displayed from Freevo like it said how to. Here's an
>
>example;
>--
>[EMAIL PROTECTED] ~]$ freevo imdb --help recordserver
>imdb.py -s string:   search imdb for string
>
>imdb.py -g filename:   guess imdb for possible filename match
>
>imdb.py [--rom-drive=/path/to/device] nr output files
>   Generate output.fxd for the movie.
>   Files is a list of files that belongs to this movie.
>   Use [dvd|vcd] to add the whole disc or use [dvd|vcd][title]
>   to add a special DVD or VCD title to the list of files
>
>imdb.py [--rom-drive=/path/to/device] -a fxd-file file
>   add file to fxd-file.fxd
>
>If no rom-drive is given and one is required, /dev/cdrom is assumed
>
>[EMAIL PROTECTED] ~]$
>---
>
>I've tried varying combinations of the help as well and same text displays.
>
>Like I said, the docs are good to a point but they ASSUME a lot of the 
>user such as someone familiar with the product already.
>
>Would appreciate any assistance and thanks in advance.
>
>Tony
>
>
>
>
>
>
>
>
>
>
>
>John Molohan wrote:
>>  
>> 
>> 
>>>-Original Message-
>>>From: [EMAIL PROTECTED] 
>>>[mailto:[EMAIL PROTECTED] On Behalf 
>>>Of Tony Traugott
>>>Sent: 24 January 2005 12:03
>>>To: freevo-users@lists.sourceforge.net
>>>Subject: [Freevo-users] Unable to start Freevo server on FC3
>>>
>>>How does one start the Freevo Server? I just downloaded from 
>>>the site, installed and working on getting the configs all 
>>>setup. Unfortunately, it would seem the docs are assuming a 
>>>lot from the user already so I'm a little confused at this point.
>>>
>>>Whenever I start Freevo, I have the screen and all but when 
>>>selecting to
>>>  do anything, I get an error on the command box stating the 
>>>client unable to find the server.
>>>
>>>Did I make a wrong choice or misinterpret something? Is this 
>>>not a standalone app for a single PC with a TV Card?
>>>
>>>Thanks
>>>Tony Traugott
>>>
>>>
>> 
>> 
>> Hi Tony,
>> 
>> Can you copy the error from the command line and post it here.
>> 
>> Thanks,
>> 
>> Johnm
>> 
>> 
>> ---
>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>> Tool for open source databases. Create drag-&-drop reports. Save time
>> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>> 
>
>
>---
>This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
>Tool for open source databases. Create 

Re: [Freevo-users] Re: [Announce] Freevo release plan

2005-01-11 Thread Bart Heremans
the page is already in the new wiki but I don't think it is up to date.

On Tue, 2005-01-11 at 13:40 -0600, Evan Hisey wrote:
> Dirk-
>   I'll look in to porting the DXR3 over.
> 
> Evan
> 
> 
> On Tue, 11 Jan 2005 11:33:14 +0100, Stéphane Lavirotte
> <[EMAIL PROTECTED]> wrote:
> > I made some test yesterday evening with the cvs freevo 1.5.3 release. I
> > tested:
> > - lcd problems (I reported several bug and sended a patch for this).
> > All looks like to be ok now.
> > - tvtime with new version: ok
> > - slideshow: ok
> > 
> > So, this new release is ok for theses points for me.
> > 
> > Stéphane
> > 
> > Dirk Meyer wrote:
> > > Dirk Meyer wrote:
> > >
> > >>I also want to include a wiki snapshot in 1.5.3. But if you look at
> > >>the wiki, most informations still need to be added from the old
> > >>one. Most work done right now is done by Tanja and me, but I will only
> > >>work on the 2.0 wiki from now on and Tanja can't do this alone. And it
> > >>would be nice if the informations from the website and the doc in the
> > >>Docs dir could be added to the new wiki. Maybe informations from the
> > >>mailing lists, too.
> > >
> > >
> > > OK, most of the wiki is ported to the new one. One request for Nvidia
> > > and DXR3 users: please port the two missing pages to the new wiki. I
> > > will remove the old one when I release 1.5.3 and the informations will
> > > get lost if nobody ports them. Also add more stuff you know to the new
> > > wiki. And a big thanks to all people helping to create the new wiki.
> > >
> > > Now to Freevo 1.5.3 and 2.0:
> > >
> > > Freevo 1.5.3:
> > > -
> > >
> > > I included all patches I know of and tried to fix all known bugs.
> > > Please check out cvs with the tag rel-1-5 and test it. I won't release
> > > 1.5.3 until I get a positive feedback on the following changes:
> > >
> > > 1. imdb should work again
> > > 2. the lcd plugin doesn't crash anymore
> > > 3. the tvtime plugin is working with the latest version of tvtime
> > >
> > > Release date should be next sunday. Again, please try cvs and report
> > > bugs (wait until tomorrow because sf cvs is behind some hours). I also
> > > accept small patches and translation updates.
> > >
> > >
> > > Freevo 2.0 pre1:
> > > 
> > >
> > > We need more help. We need someone fixing the games section and the
> > > command and headline plugin. Please send a patch and if you want to
> > > maintain this sections, we can also talk about cvs access.
> > >
> > > If you don't know python but want to help, please take a look at
> > > http://freevo.sourceforge.net/cgi-bin/freevo-2.0/HelpNeeded
> > >
> > >
> > >
> > > Dischi
> > >
> > 
> > ---
> > The SF.Net email is sponsored by: Beat the post-holiday blues
> > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
> > ___
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> 
> ---
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] freevo + fbxine - X

2005-01-10 Thread Bart Heremans
>-- Original Message --
>From: "Aleksey Sudakov" <[EMAIL PROTECTED]>
>To: 
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Tue, 11 Jan 2005 00:44:35 -0500
>Subject: [Freevo-users] freevo + fbxine - X
>
>
>Hello,
>
>So far I've been using freevo with X. Now I want to use it without X
>with framebuffer. I could play my videos from command line using fbxine,
>but freevo always try to start xine and since I don't have X it fails.
>(I do have xine as a preferred player).
>
>Apparently something trivial is missing in my local_conf.py. I searched
>the list and docs but couldn't find anything. Any ideas?

Look in the freevo_config.py, xine section. freevo will use fbxine if you
set display to mga or fbdev.

Youc an overide settings in local_conf if you use something like this :

XINE_COMMAND = '%s --hide-gui -pq -g -B --geometry %sx%s+0+0 --no-splash'
% \
(CONF.fbxine, CONF.width, CONF.height)

=> CONF.fbxine is important (I bet you have CONF.xine)


>Thanks,
>Aleksey
>
>P.S. Do I understand it correct that I cannot use mplayer without X with
>framebuffer? If I am wrong, any steps that I need to do to configure
>freevo+mplayer without X?


freevo can use mplayer with framebuffer but I had a lot of trouble setting
up freevo and mplayer with drectfb and switched to X.



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: How to handle recordings on changing TV.xml listings?

2005-01-10 Thread Bart Heremans
On Mon, 2005-01-10 at 21:42 +0100, Jesper Mathiassen wrote:
> Dirk Meyer wrote:
> 
> >>anyway to do something with a showview code?
> >>
> >>
> >
> >Showview isn't helping. It is only a short code for channel, day,
> >start and stop time. A new start time should result in a new showview
> >time. VPS can help in the future.
> >  
> >
> I dont know VPS, but in most of Europe anyway, and some other places PDC 
> allows for to-the-second recording start and stop. Its embedded in the 
> TeleText signal, so should be fairly easily implemented. I'd like to se 
> a fully caching TeleText browser along with freevo anyway :)

some info about vps and pdc :
http://www.sanyo.com/semiconductors/news/Vol61.pdf



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] info needed for new wiki : usb-storoage - gphoto plugin

2005-01-04 Thread Bart Heremans
On Tue, 2005-01-04 at 18:32 +0100, Tanja Striepling wrote:
> Hi Bart,
> 
> freevo-users@lists.sourceforge.net schrieb am 04.01.05 15:46:55:
> > 
> > In the old wiki there is not much left to port. But usb configuration / 
> > plugin
> > isn't verry clear for me (a never used it).
> >
> If it's not clear and maybe not even working anymore, we should not move it 
> to the new wiki.
> Leave it to someone, who is using that, to write something new for the new 
> wiki.
> I do not think that we should move something blindly and untested. 
> For new users it is quite annoying to find that the Documentation is "lying".

I'm now at home and will install freevo 1.5.2 on my desktop where I can
test some stuff. (I don't want to touch my stable freevo box)

> > A think we could make a section USB plugin in the general plugin page in
> > the new wike for the usb plugin : 
> > http://freevo.sourceforge.net/cgi-bin/doc/GeneralPlugins
> > 
> Yes, I would say that is the right place for that.  
> 
> > and section gphoto plugin in the image plugin section : 
> > http://freevo.sourceforge.net/cgi-bin/doc/ImagePlugins
> 
> That plugin is unfortunately broken, so we should definitly not move it to 
> the new wiki.

If you are sure gphoto is broken, I think you should delete the info
from the old wiki and add info to the new wiki that it is broken (like
the movie.imdb plugin).

> > And mabe a little info in the configuration page that links to this two 
> > pages
> > : http://freevo.sourceforge.net/cgi-bin/doc/Configuration
> > 
> No, I think we do not need that link. But maybe we could put a more general 
> hint and link to the plugin page on the configuration page, something as :" 
> If you are interested in more features have also a look at the plugins"
> 

Good idee, I'll add some info and a link on the main configuration page
to the main plugin page. 

> 
> Greetings
> Tanja
> 
> PS: Good work! Hope I didn't interfered with you too much yesterday on the 
> recordserver page :-)

no problem, like i said on irc some days ago, my English is far from
perfect, so everyone is invited to read the info and correct typos,
change the structure, change my vocabulary ...


Bart





---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] info needed for new wiki : usb-storoage - gphoto plugin

2005-01-04 Thread Bart Heremans
In the old wiki there is not much left to port. But usb configuration / plugin
isn't verry clear for me (a never used it).

The pages in the old wiki are :

general setup, mounting usb devices : 
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

and the old pluginpage :

http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

A think we could make a section USB plugin in the general plugin page in
the new wike for the usb plugin : 
http://freevo.sourceforge.net/cgi-bin/doc/GeneralPlugins

and section gphoto plugin in the image plugin section : 
http://freevo.sourceforge.net/cgi-bin/doc/ImagePlugins

And mabe a little info in the configuration page that links to this two pages
: http://freevo.sourceforge.net/cgi-bin/doc/Configuration

If you read the info about the usb plugin it says something about image.camera
plugin (but it doesn't existe anymore) see this message : 
http://sourceforge.net/mailarchive/message.php?msg_id=7116292

So if any user is using the usb / usb.storage or image.gphoto plugin. Could
you mail some info and config example to this list, then I can add it to
the wiki (you may always add it yourselff to the wiki :-)

Bart



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver crashed with

2005-01-03 Thread Bart Heremans
1) First add DEBUG=1 to local_conf.py
2) Can you watch tv with => mplayer tv:// (and some options)
3) can you watch tv with freevo (take a show in the tvguide that is
currently running, else freevo will try to schedule it)
4) try to record manually, cut and paste the record command from the
logfile to a terminal, errors when you run this ? :

mencoder tv:// -tv
driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame 
-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o 
/home/tv/01-03_03:30_Overnight_Outlook.avi

first time I setup freevo I forgot to compile mplayer without v4l / v4l2
driver support ...

On Mon, 2005-01-03 at 08:19 -0600, Martin Wolff wrote:
> I set mine to a dir I just created "/var/tv/"  and gave everyone full
> permissions to the dir, I'm also running  freevo as root right now so
> it should be good to go on permissions, but it still doesn't work. 
> Same error.  I restarted the recordserver as well.
> 
> Anywhere else I can look for clues?
> 
> 
> thanks
> 
> On Mon, 3 Jan 2005 14:36:38 +0100, Bart Heremans <[EMAIL PROTECTED]> wrote:
> > Mine is set to my old MOVE_DATA_DIR :
> > 
> > OVERLAY_DIR = '/usr/local/freevo/movie-data-dir/'
> > 
> > Bart
> > 
> > >-- Original Message --
> > >From: Martin Wolff <[EMAIL PROTECTED]>
> > >To: freevo-users@lists.sourceforge.net
> > >Reply-To: freevo-users@lists.sourceforge.net
> > >Date: Mon, 3 Jan 2005 07:05:26 -0600
> > >Subject: Re: [Freevo-users] Recordserver crashed with
> > >
> > >
> > >TV_RECORD_DIR is already set, but I hadn't even uncommented the 
> > >OVERLAY_DIR.
> > >What is the syntax for overlay?  Can it just be any path I want like
> > >tv_record?  I'm kind of confused by the
> > >
> > >OVERLAY_DIR= os.path.join(FREEVO_CACHEDIR, 'vfs')
> > >To me that looks like a string joining function or something?
> > >
> > >Do you have an example of what it should look like?  Is it just
> > >
> > >
> > >
> > >OVERLAY_DIR= '/random/path/'
> > >or is it
> > >
> > >OVERLAY_DIR= os.path.join(/random/path/, 'vfs')
> > >
> > >Thanks in advance
> > >
> > >On Mon, 3 Jan 2005 13:28:22 +0100, Bart Heremans <[EMAIL PROTECTED]> wrote:
> > >> Check TV_RECORD_DIR and OVERLAY_DIR in local_conf.py.
> > >>
> > >> Do they exist and does the user running freevo has acces to it ?
> > >>
> > >> Bart
> > >>
> > >> >-- Original Message --
> > >> >From: Martin Wolff <[EMAIL PROTECTED]>
> > >> >To: freevo-users@lists.sourceforge.net
> > >> >Reply-To: freevo-users@lists.sourceforge.net
> > >> >Date: Mon, 3 Jan 2005 05:48:33 -0600
> > >> >Subject: [Freevo-users] Recordserver crashed with
> > >> >
> > >> >
> > >> >Hello,  I get this error whenever the record server tries to record.
> > >> >Everything works, I click record using the webserver and a show is
> > >> >added to my list of shows scheduled to be recorded.  a .fxd file is
> > >> >created, etc.  When it is time to actually record, however, nothing
> > >> >happens.  Checking the log of the recordserver reveals
> > >> >
> > >> >
> > >> >
> > >> >2005/01/03 03:30 CST [*RecordServer*] start recording
> > >> >2005/01/03 03:30 CST [*RecordServer*] USING STANDARD FREQUENCY:
> > >> >chan="21", freq="163250"
> > >> >2005/01/03 03:30 CST [*RecordServer*] Recorder::Record:  tv:// -tv
> > >> >driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
> > >> >-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
> > >> >-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
> > >> >/home/tv/01-03_03:30_Overnight_Outlook.avi
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=record
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: cmd= tv://
> > >> >-tv 
> > >> >driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:heig

Re: [Freevo-users] Recordserver crashed with

2005-01-03 Thread Bart Heremans
Mine is set to my old MOVE_DATA_DIR :

OVERLAY_DIR = '/usr/local/freevo/movie-data-dir/'

Bart

>-- Original Message --
>From: Martin Wolff <[EMAIL PROTECTED]>
>To: freevo-users@lists.sourceforge.net
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Mon, 3 Jan 2005 07:05:26 -0600
>Subject: Re: [Freevo-users] Recordserver crashed with
>
>
>TV_RECORD_DIR is already set, but I hadn't even uncommented the OVERLAY_DIR.
>What is the syntax for overlay?  Can it just be any path I want like
>tv_record?  I'm kind of confused by the
>
>OVERLAY_DIR= os.path.join(FREEVO_CACHEDIR, 'vfs')
>To me that looks like a string joining function or something?
>
>Do you have an example of what it should look like?  Is it just
>
>
>
>OVERLAY_DIR= '/random/path/'
>or is it 
>
>OVERLAY_DIR= os.path.join(/random/path/, 'vfs')
>
>Thanks in advance
>
>On Mon, 3 Jan 2005 13:28:22 +0100, Bart Heremans <[EMAIL PROTECTED]> wrote:
>> Check TV_RECORD_DIR and OVERLAY_DIR in local_conf.py.
>> 
>> Do they exist and does the user running freevo has acces to it ?
>> 
>> Bart
>> 
>> >-- Original Message --
>> >From: Martin Wolff <[EMAIL PROTECTED]>
>> >To: freevo-users@lists.sourceforge.net
>> >Reply-To: freevo-users@lists.sourceforge.net
>> >Date: Mon, 3 Jan 2005 05:48:33 -0600
>> >Subject: [Freevo-users] Recordserver crashed with
>> >
>> >
>> >Hello,  I get this error whenever the record server tries to record.
>> >Everything works, I click record using the webserver and a show is
>> >added to my list of shows scheduled to be recorded.  a .fxd file is
>> >created, etc.  When it is time to actually record, however, nothing
>> >happens.  Checking the log of the recordserver reveals
>> >
>> >
>> >
>> >2005/01/03 03:30 CST [*RecordServer*] start recording
>> >2005/01/03 03:30 CST [*RecordServer*] USING STANDARD FREQUENCY:
>> >chan="21", freq="163250"
>> >2005/01/03 03:30 CST [*RecordServer*] Recorder::Record:  tv:// -tv
>> >driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>> >-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>> >-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>> >/home/tv/01-03_03:30_Overnight_Outlook.avi
>> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=record
>> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: cmd= tv://
>> >-tv 
>> >driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>> >-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>> >-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>> >/home/tv/01-03_03:30_Overnight_Outlook.avi
>> >2005/01/03 03:30 CST [*RecordServer*] Record logging to
>> >"/tmp/freevo/recorder_stdout.log" and
>> >"/tmp/freevo/recorder_stderr.log"
>> >2005/01/03 03:30 CST [*RecordServer*] popen   tv:// -tv
>> >driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>> >-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>> >-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>> >/home/tv/01-03_03:30_Overnight_Outlook.avi
>> >2005/01/03 03:30 CST [*RecordServer*] self.t1.isAlive()=True,
>> >self.t2.isAlive()=True
>> >2005/01/03 03:30 CST [*RecordServer*] ChildApp.__init__(), pid=1289,
>> >app=  tv:// -tv
>> >driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>> >-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>> >-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>> >/home/tv/01-03_03:30_Overnight_Outlook.avi, poll=-1
>> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: past wait()!!
>> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: finished recording
>> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=idle
>> >2005/01/03 03:30 CST [*RecordServer*] killing pid 1289 with sig 15
>> >2005/01/03 03:30 CST [*RecordServer*] recorderver: After wait()
>

RE: [Freevo-users] Recordserver crashed with

2005-01-03 Thread Bart Heremans
Check TV_RECORD_DIR and OVERLAY_DIR in local_conf.py.

Do they exist and does the user running freevo has acces to it ?

Bart

>-- Original Message --
>From: Martin Wolff <[EMAIL PROTECTED]>
>To: freevo-users@lists.sourceforge.net
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Mon, 3 Jan 2005 05:48:33 -0600
>Subject: [Freevo-users] Recordserver crashed with
>
>
>Hello,  I get this error whenever the record server tries to record. 
>Everything works, I click record using the webserver and a show is
>added to my list of shows scheduled to be recorded.  a .fxd file is
>created, etc.  When it is time to actually record, however, nothing
>happens.  Checking the log of the recordserver reveals
>
>
>
>2005/01/03 03:30 CST [*RecordServer*] start recording
>2005/01/03 03:30 CST [*RecordServer*] USING STANDARD FREQUENCY:
>chan="21", freq="163250"
>2005/01/03 03:30 CST [*RecordServer*] Recorder::Record:  tv:// -tv
>driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>/home/tv/01-03_03:30_Overnight_Outlook.avi
>2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=record
>2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: cmd= tv://
>-tv 
>driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>/home/tv/01-03_03:30_Overnight_Outlook.avi
>2005/01/03 03:30 CST [*RecordServer*] Record logging to
>"/tmp/freevo/recorder_stdout.log" and
>"/tmp/freevo/recorder_stderr.log"
>2005/01/03 03:30 CST [*RecordServer*] popen   tv:// -tv
>driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>/home/tv/01-03_03:30_Overnight_Outlook.avi
>2005/01/03 03:30 CST [*RecordServer*] self.t1.isAlive()=True,
>self.t2.isAlive()=True
>2005/01/03 03:30 CST [*RecordServer*] ChildApp.__init__(), pid=1289,
>app=  tv:// -tv
>driver=v4l:input=0:norm=ntsc:channel=21:chanlist=us-cable:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
>-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame
>-lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o
>/home/tv/01-03_03:30_Overnight_Outlook.avi, poll=-1
>2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: past wait()!!
>2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: finished recording
>2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=idle
>2005/01/03 03:30 CST [*RecordServer*] killing pid 1289 with sig 15
>2005/01/03 03:30 CST [*RecordServer*] recorderver: After wait()
>2005/01/03 03:30 CST [*RecordServer*] waiting on pid 1289
>2005/01/03 03:30 CST [*RecordServer*] Traceback (most recent call last):
>  File "/usr/lib/python2.3/site-packages/twisted/python/log.py",
>line 52, in callWithContext
>return context.call({ILogContext: newCtx}, func, *args, **kw)
>  File "/usr/lib/python2.3/site-packages/twisted/python/context.py",
>line 43, in callWithContext
>return func(*args,**kw)
>  File "/usr/lib/python2.3/site-packages/twisted/internet/default.py",
>line 126, in run
>self.mainLoop()
>  File "/usr/lib/python2.3/site-packages/twisted/internet/default.py",
>line 134, in mainLoop
>self.runUntilCurrent()
>---  ---
>  File "/usr/lib/python2.3/site-packages/twisted/internet/base.py",
>line 423, in runUntilCurrent
>call.func(*call.args, **call.kw)
>  File 
> "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
>line 996, in handleEvents
>vfs.getoverlay(os.path.splitext(prog.filename)[0] + '.png'))
>exceptions.OSError: [Errno 2] No such file or directory
>
>Googling around I found a couple of hits for it on it in the history
>of the mailing list, but it wasn't helpful information.
>
>Any ideas?
>
>Freevo 1.5 on Debian Testing
>
>
>---
>The SF.Net email is sponsored by: Beat the post-holiday blues
>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
>It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
>___
>Freevo-users mailing list
>Freevo-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freevo-users



-

RE: [Freevo-users] Getting DVD covers from Web.

2004-12-30 Thread Bart Heremans
You don't have to recompile anything.
But sometimes you need to delete the pyo python file => fxdimdb.pyo

>-- Original Message --
>From: "Neil" <[EMAIL PROTECTED]>
>To: 
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Thu, 30 Dec 2004 12:40:45 -
>Subject: RE: [Freevo-users] Getting DVD covers from Web.
>
>
>Sorry if I am showing my ignorance!
>
>I have done this! Can not test as I did it remotely ,but, to I have to
>recompile anything?
>
>Many Thanks!
>
>Neil
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Bart
>Heremans
>Sent: 30 December 2004 12:31
>To: freevo-users@lists.sourceforge.net
>Subject: RE: [Freevo-users] Getting DVD covers from Web.
>
>Here the instructions for Gentoo.
>It is possible that freevo isn't installed in the same dir for your
>distro...
>
>open command line :
>
>cd /tmp
>wget http://www.supermotard.be/bart/fxdimdb.patch
>cd /usr/lib/python2.3/site-packages/freevo
>su
>patch -p1 < /tmp/fxdimdb.patch
>
>
>Thats it.
>You should see some messages with offset when you patch because the
>patch
>was for cvs but it should work. Haven't tested it myself yet !
>
>To test the patch without patching you can always try
>
>patch --dry-run -p1 < /tmp/fxdimdb.patch
>
>Or you could wait until freevo 1.5.3 is out :
>
>http://sourceforge.net/mailarchive/message.php?msg_id=10366317
>or replace the fxdimdb.py file by anoter file that is already patched by
>someone else.
>
>Bart
>
>>-- Original Message --
>>From: "Neil" <[EMAIL PROTECTED]>
>>To: 
>>Reply-To: freevo-users@lists.sourceforge.net
>>Date: Thu, 30 Dec 2004 09:52:01 -
>>Subject: RE: [Freevo-users] Getting DVD covers from Web.
>>
>>
>>Hi,
>>
>>I have taken a look at that post! What is the easiest way to apply
>this?
>>Are there instructions? I installed Freevo by simply installing all the
>>RPMs I needed then compiling the Freevo part. I'm not too familiar with
>>patching things etc.. 
>>
>>Many Thanks
>>
>>Neil
>>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On Behalf Of Bart
>>Heremans
>>Sent: 30 December 2004 09:39
>>To: freevo-users@lists.sourceforge.net;
>>freevo-users@lists.sourceforge.net
>>Subject: RE: [Freevo-users] Getting DVD covers from Web.
>>
>>
>>Check the mailing list archives :
>>http://sourceforge.net/mail/?group_id=46652
>>patches for the imdb plugin has been posted.
>>
>>http://sourceforge.net/mailarchive/message.php?msg_id=10269639
>>http://sourceforge.net/mailarchive/message.php?msg_id=10400045
>>
>>Bart
>>
>>>-- Original Message --
>>>From: "Neil" <[EMAIL PROTECTED]>
>>>To: 
>>>Subject: [Freevo-users] Getting DVD covers from Web.
>>>Reply-To: freevo-users@lists.sourceforge.net
>>>Date: Thu, 30 Dec 2004 09:22:06 -
>>>
>>>
>>>Hi,
>>> 
>>>I suspect that my option to retrieve DVD information from the internet
>>>has stopped functioning! I am not quite sure where to start to help me
>>>resolve this! Can anyone point me in the right direction?
>>>I'm sure that the net connection is still working!
>>> 
>>>Many Thanks
>>> 
>>>Neil
>>> 
>>>
>>>_
>>>Neil Shaw
>>>Technical Support Engineer
>>>
>>>
>>>Sapphire Manufacturing Systems Ltd 
>>> 
>>> <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
>>> <http://www.sms-limited.co.uk> http://www.sms-limited.co.uk
>>> 
>>>Support : +44 (0)1382 598483 
>>>Enquiries : +44 (0)1382 598485 
>>>Fax : +44 (0)1382 598465
>>> 
>>>
>>>Attachment: image001.jpg
>>>
>>
>>
>>
>>---
>>The SF.Net email is sponsored by: Beat the post-holiday blues
>>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
>>It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
>>___
>>Freevo-users mailing list
>>Freevo-users@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>>
>>
>>-

RE: [Freevo-users] Getting DVD covers from Web.

2004-12-30 Thread Bart Heremans
Here the instructions for Gentoo.
It is possible that freevo isn't installed in the same dir for your distro...

open command line :

cd /tmp
wget http://www.supermotard.be/bart/fxdimdb.patch
cd /usr/lib/python2.3/site-packages/freevo
su
patch -p1 < /tmp/fxdimdb.patch


Thats it.
You should see some messages with offset when you patch because the patch
was for cvs but it should work. Haven't tested it myself yet !

To test the patch without patching you can always try

patch --dry-run -p1 < /tmp/fxdimdb.patch

Or you could wait until freevo 1.5.3 is out :

http://sourceforge.net/mailarchive/message.php?msg_id=10366317
or replace the fxdimdb.py file by anoter file that is already patched by
someone else.

Bart

>-- Original Message --
>From: "Neil" <[EMAIL PROTECTED]>
>To: 
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Thu, 30 Dec 2004 09:52:01 -
>Subject: RE: [Freevo-users] Getting DVD covers from Web.
>
>
>Hi,
>
>I have taken a look at that post! What is the easiest way to apply this?
>Are there instructions? I installed Freevo by simply installing all the
>RPMs I needed then compiling the Freevo part. I'm not too familiar with
>patching things etc.. 
>
>Many Thanks
>
>Neil
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Bart
>Heremans
>Sent: 30 December 2004 09:39
>To: freevo-users@lists.sourceforge.net;
>freevo-users@lists.sourceforge.net
>Subject: RE: [Freevo-users] Getting DVD covers from Web.
>
>
>Check the mailing list archives :
>http://sourceforge.net/mail/?group_id=46652
>patches for the imdb plugin has been posted.
>
>http://sourceforge.net/mailarchive/message.php?msg_id=10269639
>http://sourceforge.net/mailarchive/message.php?msg_id=10400045
>
>Bart
>
>>-- Original Message --
>>From: "Neil" <[EMAIL PROTECTED]>
>>To: 
>>Subject: [Freevo-users] Getting DVD covers from Web.
>>Reply-To: freevo-users@lists.sourceforge.net
>>Date: Thu, 30 Dec 2004 09:22:06 -
>>
>>
>>Hi,
>> 
>>I suspect that my option to retrieve DVD information from the internet
>>has stopped functioning! I am not quite sure where to start to help me
>>resolve this! Can anyone point me in the right direction?
>>I'm sure that the net connection is still working!
>> 
>>Many Thanks
>> 
>>Neil
>> 
>>
>>_
>>Neil Shaw
>>Technical Support Engineer
>>
>>
>>Sapphire Manufacturing Systems Ltd 
>> 
>> <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
>> <http://www.sms-limited.co.uk> http://www.sms-limited.co.uk
>> 
>>Support : +44 (0)1382 598483 
>>Enquiries : +44 (0)1382 598485 
>>Fax : +44 (0)1382 598465
>> 
>>
>>Attachment: image001.jpg
>>
>
>
>
>---
>The SF.Net email is sponsored by: Beat the post-holiday blues
>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
>It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
>___
>Freevo-users mailing list
>Freevo-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>---
>The SF.Net email is sponsored by: Beat the post-holiday blues
>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
>It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
>___
>Freevo-users mailing list
>Freevo-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/freevo-users



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Getting DVD covers from Web.

2004-12-30 Thread Bart Heremans

Check the mailing list archives : http://sourceforge.net/mail/?group_id=46652
patches for the imdb plugin has been posted.

http://sourceforge.net/mailarchive/message.php?msg_id=10269639
http://sourceforge.net/mailarchive/message.php?msg_id=10400045

Bart

>-- Original Message --
>From: "Neil" <[EMAIL PROTECTED]>
>To: 
>Subject: [Freevo-users] Getting DVD covers from Web.
>Reply-To: freevo-users@lists.sourceforge.net
>Date: Thu, 30 Dec 2004 09:22:06 -
>
>
>Hi,
> 
>I suspect that my option to retrieve DVD information from the internet
>has stopped functioning! I am not quite sure where to start to help me
>resolve this! Can anyone point me in the right direction?
>I'm sure that the net connection is still working!
> 
>Many Thanks
> 
>Neil
> 
>
>_
>Neil Shaw
>Technical Support Engineer
>
>
>Sapphire Manufacturing Systems Ltd 
> 
>  [EMAIL PROTECTED]
>  http://www.sms-limited.co.uk
> 
>Support : +44 (0)1382 598483 
>Enquiries : +44 (0)1382 598485 
>Fax : +44 (0)1382 598465
> 
>
>Attachment: image001.jpg
>



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Video Menu

2004-07-29 Thread Bart Heremans
Try disabling the tv, image and other plugins that you don't need. There
is a setting for auto open the item if tehre is only one. so if the
video entry is the only on I - think - it will open it at start

On Thu, 2004-07-29 at 17:10 +, Willy Wonka wrote:
> Been there done that.
> 
> 
> Tom
> 
> >From: "Mick" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: RE: [Freevo-users] Video Menu
> >Date: Fri, 30 Jul 2004 00:28:00 +0800
> >
> >Mybe try the FAQ or the Wiki..
> >
> >Mick
> >
> >
> >
> >
> >
> >---
> >This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> >Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> >one more big change to announce. We are now OSTG- Open Source Technology
> >Group. Come see the changes on the new OSTG site. www.ostg.com
> >___
> >Freevo-users mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> _
> FREE pop-up blocking with the new MSN Toolbar  get it now! 
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> 
> 
> 
> ---
> This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> one more big change to announce. We are now OSTG- Open Source Technology
> Group. Come see the changes on the new OSTG site. www.ostg.com
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] IVTV-record bugs and problems

2004-07-06 Thread Bart Heremans
On Tue, 2004-07-06 at 16:16 -0300, Rob Shortt wrote:


> I am using a PVR-250 and started having the same problem a while ago 
> after updating my driver.  Which version of ivtv are you using?  I tried 
> messing around with Unicode and String objects but nothing really worked 
> for me.  I was beginning to think that the driver is returning bad data 
> or the interface has changed.  I ultimately ended up commenting those 
> prints out (Driver, Card, Version).
> 

I'm using one with Chris Kennedys IVTV patches
http://kmos.org/~ckennedy/ivtv/ : ivtv-0.1.10-pre2-ck98p.tgz 


> > TV_REC_SIZE = (720, 576)
> 
> Hmm, I think TV_REC_SIZE may be ignored by the ivtv code.
> 

I thaught so, was just to be sure

> I don't think you're missing anything.  Maybe the setCodec interface 
> hace changed slightly, the explicit set to '720x576' fails and it 
> defaults back to NTSC resolution?  I should have a chance to take a 
> closer look a bit later.
> 
> -Rob

Thanks, maybe I will use another driver if I find one that works well
with 2.6 kernel, 0.1.9 won't compile

And another question, is it possible with the video groups to use more
than one tuner, a searched the mailing list but don't really know how to
set it up. there are three tuners in the pc

1) dvb-s haupage nexus
2) pvr350
3) bttv

didn't really try more than one at the moment because I'm already stuck
with the pvr350. (I got in wortking some months ago in my pc, now it is
in my brothers). the bttv card was working well alone, never used the
dbv-s card with freevo.



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] IVTV-record bugs and problems

2004-07-06 Thread Bart Heremans
Hi,

I'm trying to set freevo with a pvr350 card using the IVTV record
plugin.

DEBUG=1 is set in the local_config.
I'm using the freevo and mmpython cvs version on gentoo. python 2.3.3

This is the first error I get when using the ivtv record plugin :


2004/07/06 18:25 CEST [*RecordServer*] vnorm: PAL
2004/07/06 18:25 CEST [*RecordServer*] Setting Input to 4
2004/07/06 18:25 CEST [*RecordServer*] Setting Channel to E9
2004/07/06 18:25 CEST [*RecordServer*] USING STANDARD FREQUENCY:
chan="E9", freq="203250"
2004/07/06 18:25 CEST [*RecordServer*] Video Opened at /dev/video1
2004/07/06 18:25 CEST [*RecordServer*] Exception in thread Thread-1:
2004/07/06 18:25 CEST [*RecordServer*] Traceback (most recent call
last):
2004/07/06 18:25 CEST [*RecordServer*]   File
"/usr/lib/python2.3/threading.py", line 436, in __bootstrap
2004/07/06 18:25 CEST [*RecordServer*] self.run()
2004/07/06 18:25 CEST [*RecordServer*]   File
"/usr/lib/python2.3/site-packages/freevo/tv/plugins/ivtv_record.py",
line 197, in run
2004/07/06 18:25 CEST [*RecordServer*] if DEBUG: v.print_settings()
2004/07/06 18:25 CEST [*RecordServer*]   File
"/usr/lib/python2.3/site-packages/freevo/tv/ivtv.py", line 146, in
print_settings
2004/07/06 18:25 CEST [*RecordServer*]
tv.v4l2.Videodev.print_settings(self)2004/07/06 18:25 CEST
[*RecordServer*]   File
"/usr/lib/python2.3/site-packages/freevo/tv/v4l2.py", line 314, in
print_settings
2004/07/06 18:25 CEST [*RecordServer*] print 'Driver: %s' %
self.driver
2004/07/06 18:25 CEST [*RecordServer*]   File
"/usr/lib/python2.3/site-packages/twisted/python/log.py", line 307, in
write
2004/07/06 18:25 CEST [*RecordServer*] d = (self.buf +
data).split('\n')
2004/07/06 18:25 CEST [*RecordServer*] UnicodeDecodeError: 'ascii' codec
can't decode byte 0xc4 in position 13: ordinal not in range(128)
2004/07/06 18:25 CEST [*RecordServer*]


in v4l2.py there are some print statements and I get a Unidecode error
when setting these ptint statements in comment I can go on.

The second problem is NTSC <=> PAL.
I am a pal user, ivtv driver is installed correctly I can capture
without problems when I do cat /dev/video1 > somefile.mpg The result is
a 720x576 mpeg file with sound. 

My pvr350 card is /dev/video1, /dev/video0 is a from the dvb card that
isn't configured in freevo at the moment.

When capturing with freevo I get a 720x480 mpeg file.
This are some lines from my local_config file

--
TV_REC_SIZE = (720, 576)

TV_RECORD_DIR = '/usr/local/freevo/record'
TV_RECORDFILE_MASK = '%%m-%%d %%Hh%%M %(progname)s'

TV_SETTINGS = 'PAL 4 europe-east /dev/video1'

IVTV_OPTIONS = {
'input' : 4,
'resolution': '720x576',
'aspect': 3,
'audio_bitmask' : 233,
'bframes'   : 3,
'bitrate_mode'  : 1,
'bitrate'   : 400,
'bitrate_peak'  : 800,
'dnr_mode'  : 0,
'dnr_spatial'   : 0,
'dnr_temporal'  : 0,
'dnr_type'  : 0,
'framerate' : 0,
'framespergop'  : 15,
'gop_closure'   : 1,
'pulldown'  : 0,
'stream_type'   : 10
}

VIDEO_GROUPS = [
  VideoGroup(vdev="/dev/video1",
adev=None,
input_num=4,
tuner_norm=CONF.tv,
tuner_chanlist=CONF.chanlist,
desc='Cable',
group_type="ivtv",
recordable=True),
  ]
-

When looking at the kernel messages I see the ivtv size changes when
recording with freevo. I added an extra print statement to see that the
vnorm the recordserver gets is PAL, here is the recordserver log file :

--
2004/07/06 18:35 CEST [*RecordServer*] vnorm: PAL
2004/07/06 18:35 CEST [*RecordServer*] Setting Input to 4
2004/07/06 18:35 CEST [*RecordServer*] Setting Channel to E9
2004/07/06 18:35 CEST [*RecordServer*] USING STANDARD FREQUENCY:
chan="E9", freq="203250"
2004/07/06 18:35 CEST [*RecordServer*] Video Opened at /dev/video1
2004/07/06 18:35 CEST [*RecordServer*] Enumerating supported Standards.
2004/07/06 18:35 CEST [*RecordServer*]   0: 0x3000 NTSC
2004/07/06 18:35 CEST [*RecordServer*]   1: 0xff PAL
2004/07/06 18:35 CEST [*RecordServer*]   2: 0x7f SECAM
2004/07/06 18:35 CEST [*RecordServer*] Current Standard is: 0xff
2004/07/06 18:35 CEST [*RecordServer*] Enumerating supported Inputs.
2004/07/06 18:35 CEST [*RecordServer*]   0: Composite 0
2004/07/06 18:35 CEST [*RecordServer*]   1: Composite 1
2004/07/06 18:35 CEST [*RecordServer*]   2: Composite 2
2004/07/06 18:35 CEST [*RecordServer*]   3: Composite 3
2004/07/06 18:35 CEST [*RecordServer*]   4: Tuner 0
2004/07/06 18:35 CEST [*RecordServer*]   5: Composite 4
2004/07/06 18:35 CEST [*RecordServer*]   6: S-Video 0
2004/07/06 18:35 CEST [*RecordServer*]   7: S-Video 1
2004/07/06 18:35 CEST [*RecordServer*]

Re: [Freevo-users] Setting startup directories

2004-06-29 Thread Bart Heremans
You can change it in the local_conf.py file, see the wiki

http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage#head-6f6270ed4c01720096d5fdfc87618613e86099f6

but wiki is not up to date, 

DIR_MOVIES has changed to VIDEO_ITEMS
DIR_AUDIO has changed to AUDIO_ITEMS
.

Bart

On Tue, 2004-06-29 at 13:56 +0200, Helmut Auer wrote:
> Hello,
> Sorry for the ( maybe ) easy question, but I didn't find anything in the 
> docs about it.
> Where can I define, in which folder the audio or video files shall be 
> found first ?
> I do not want to start in /root
> 
> -- 
> Helmut Auer, [EMAIL PROTECTED] 
> 
> 
> 
> ---
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
> digital self defense, top technical experts, no vendor pitches, 
> unmatched networking opportunities. Visit www.blackhat.com
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] no sound in recordings

2004-03-31 Thread Bart Heremans

> >I'm still at a loss as to why recording worked perfectly in 1.4 and is
> >now completely broken in 1.5 (the above command line worked fine in
> >1.4).
> >
> >--Joe
> >
> 
> Yes, this is stupidly annoying. I am assuming here that you have a TV Card 
> with one of those little mini patch cords from the TV card to the line in on 
> you sound card.
> 
> Here are some troubleshooting things I would suggest you try:
> 
> 1. Try running the same command from the command prompt.  If this works, 
> then I am really confused. If not, continue on, but trying thisat the 
> command prompt.
> 2. Try removing forcechan=1, I have found that this kills the sound on my 
> ATI card
> 3. Try increasing the IGAin setting to 50 (ie aumix -l 50 -l R -i 50)
> 4. If you have a VIA motherboard with onboard sound, remove OSS and ALSA and 
> install VIA's native driver (www.viaarena.com)
> 5. Upgrade Mplayer
> 
> Let me know how this works... I spent a week working on mine until I found 
> that all I had to do was #4 above.

I have a via motherboard to, I also had problems so I modified the
record script to use it with alsa. You will find the script in the
freevo wiki

http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo

Problem with oss script was that mute and capture wasn't set correctly

Bart




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Encoding to mpeg instead of divx/avi

2004-03-17 Thread Bart Heremans
On Wed, 2004-03-17 at 03:41, Joe Stump wrote:
> Apparently my default settings are to encode to divx, which for viewing
> is great, but for burning to DVD isn't so great (DVD-lab only uses
> mpeg).
> 
> Any ideas on how to change this so that I can record straight to mpeg (I
> would assume mpg-2 is what it uses). Here is my current VCR_CMD ...
> 
> VCR_CMD = ('/usr/bin/mencoder ' +
>'-tv driver=v4l:input=0' +
>':norm=NTSC' +
>':channel=%(channel)s' +
>':chanlist=us-cable' +
>':width=640:height=480' +
>':outfmt=yuy2' +
>':device=/dev/video0' +
>':adevice=/dev/dsp' +
>':audiorate=44100' +
>':forceaudio:forcechan=1:' +
>'buffersize=64' +
>' -ovc lavc -lavcopts ' +
>'vcodec=mpeg4' +
>':vbitrate=2000:' +
>'keyint=30 ' +
>'-oac mp3lame -lameopts ' +
>'br=128:cbr:mode=3 ' +
>'-ffourcc divx ' +
>'-endpos %(seconds)s ' +
>'-o %(filename)s.avi tv://')
> 

change vcodec to mpeg2 and change the acodec to. see the mplayer man
pages and mplayer documentation for all the settings

Bart




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] To the Belgian/Dutch users of freevo

2004-02-20 Thread Bart Heremans
Ik heb nog nooit de moeite genomen om de nederlands versie te testen.

Bart

>-- Original Message --
>From: den_RDC <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Date: Fri, 20 Feb 2004 05:24:08 +0100
>Subject: [Freevo-users] To the Belgian/Dutch users of freevo
>
>
>Hallo,

Ik verzorg de nederlands vertaling van Freevo, maar uit persoonlijke ervaring

moet ik concluderen dat belgen en nederlanders die Freevo gebruiken zo goed

als altijd de Engelse versie prefereren. Aangezien er nogal wat tijd kruipt

in de 
>ertaling, vraag ik mij af of er wel degelijk iemand deze vertaling 
gebruikt of zou willen gebruiken.

Laat de nederlandse versie je steenkoud of heb je ze broodnodig? Laat hier
een 
mailtje achter zodanig dat ik weet of het de moeite is om de vert
>ling actief 
te onderhouden.

Groetjes den_RDC

For the people that didn't understand a word what i just said, it's about
the 
dutch translation, so no worries :)


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




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


Re: [Freevo-users] Looking for a good script for recording + sound

2004-02-08 Thread Bart Heremans
Hi,

I had the same problem like you, sound when capturing but not when I
played the file after it was captured.
I had the same problems with the tvrecord script posted in freevo wiki.

When I use alsamixer I have to set CD to capture (no line in inside my
pc, only cd in, so I use that) and I have to activate with the alsamixer
the capture.

WHen I start freevo and I play some files and I look with alsamixer the
line is muted and set to nul (but i use cd so no problem so far, but I
problem for you) and the capture is deactivated. The tvrecord script in
the wiki wil unmute tv line and set it to capture but will not activate
the capture control.

THe tvrecord uses smixer, I can't activate the capture control with
smixer So I have a modified script that uses amixer, here it is :

cut---
#!/bin/bash
 
# use with this VCR_CMD:
# VCR_CMD = ('/usr/local/freevo_data/tvrecord/tvrecord %(channel)s
%(seconds)s "%(filename)s"')
 
CHAN=$1
TIME=$2
NAME=$3
 
WIDTH=360
HEIGHT=288
 
MENCODER=/usr/bin/mencoder
AMIXER=/usr/bin/amixer
 
NICE="nice -n -20"
 
AUDIO="-oac mp3lame -lameopts cbr:br=256:mode=0"
VIDEO="-ovc nuv -nuvopts q=255"
#VIDEO="-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1600"
DSP="adevice=/dev/sound/dsp"
TV=" -tv
driver=v4l:width=$WIDTH:height=$HEIGHT:outfmt=yuy2:input=0:device=/dev/v4l/video0:norm=PAL:chanlist=europe-west:channel=$CHAN:$DSP"
 
$AMIXER -q sset CD 87% mute
$AMIXER -q sset Capture 87%
$AMIXER -q cset numid=30 1  # select capture source, 30 is capture source
control, 1 = cd (4 = line)
$AMIXER -q cset numid=31 1  # set capture source switch to 1 (= on)
$NICE $MENCODER tv:// $TV $VIDEO $AUDIO -endpos $TIME -o "$NAME.nuv"
#$NICE $MENCODER tv:// $TV $VIDEO $AUDIO -endpos $TIME -ffourcc divx -o 
"$NAME.avi"
cut-


I'm using nuv for recording (epia not to powerfull), other example is
commented.

You have to change the script for your card.

numid=30 is the mixersource for my soundcard, 'ceset numdid=30 1 ' is to
select the cd as capture source (0 = mic, 1 = cd, 4 = line) 
and numid=31 is the capture switch

run "amixer controls" to get the numid's
run "amixer cset numid=30" to get the capture source items (change
numid=30 with yor capture source), I think you will take 4, the line in
so 'amixer cset numid=30 4' to select line in as capture

I hope you will understand it.

Bart

On Sat, 2004-02-07 at 20:07, Alex Cruz wrote:
>  Ok, I've tried a few of the tricks on the Wiki and my video recording is 
> almost where I want it but for some reason, I can't get the audio portion to 
> work. I mean no sound whatsoever. I have a WinTV PCI card (bt878) and the 
> line in works nicely during TV watching. I tried enabling the line in with 
> this command: "aumix -l 80 -l R" and I hear sound during the recording, but 
> when I play it back there is nothing. So, if anyone has a surefire command 
> line, I would greatly appreciate you posting it. Thanks.



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] small blue bar when playing video

2004-01-15 Thread Bart Heremans
Jaap,

I think this is a problem with the tvout on a epia board (not epia-m). I had
the same problem on my Epia 800 but I use a epiaM now that has another and
much better tvout
OVERSCAN setting in local_config is for the freevo menu, not when playing
the movie.

You can read here about the magneta stripe :
http://www.blackfiveservices.co.uk/EPIAVidix.shtml, you will find other
tools for the vt1621 tv encoder on the epia to.

Try to use a recent mplayer and the vidix driver (also has best performance
for epia)

Bart
- Original Message -
From: "Jaap Struyk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 15, 2004 10:13 PM
Subject: [Freevo-users] small blue bar when playing video


> Hello,
>
> when I play a video smaller (witdh or height) than my screen resolution
> (640x480) I see a small (5-20 pixels, depending on the difference in
> size) bright blue bar.
> In my local_config.py I've set OVERSCAN values for both x and y to 20
> (wich is also the max. size of the blue bars ;)
> Is there a workaround for this? (seems that mplayer nor xine are taking
> over the full 640x480 but only the space they need)
> I'am using xfree-4.3 with the latest via trident drivers.
> --
> Groetjes Japie
> http://japie.deserver.nl
>
> Gnu/Linux
> 2.4.20-wolk4.9s i686
>
> Windows 98 is so intuitive that you need only 9.8 megabytes of help files!
> ;^)
>
>
>
> ---
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] building a freevo box from scratch---hardware choices

2004-01-14 Thread Bart Heremans

>-- Original Message --
>From: Matthieu Weber <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Date: Wed, 14 Jan 2004 14:38:38 +0200
>Subject: Re: [Freevo-users] building a freevo box from scratch---hardware
>choices
>
>
>On Wed 14.01.2004 at 07:25:30AM -0500, William Morgan wrote:
> Hello all,
> 
> I am planning to build a dedicated Freevo box from scratch. I'm trying
> to do it in less than US $650---the price of a new Tivo with a lifetime
> subscription.
> 
> 
> would like comments on the hardware I'm thinking about. Is it too
> little? Too much? Known incompatibilities, etc?
> 
> Here's the list:
> 
> * Shuttle SK41G. This thing is several years old now (has the VIA KM266
>   bridge) but is cheap. http
>//us.shuttle.com/specs_access.asp?pro_id=285
> 
> * Athlon XP 1700 or 2400 or something in between.
> 
> * Matrox G400 Max AGP card. This seems to have the best TV out
>   support, am I right?
> 
> * Hauppauge WinTV-Radio (#401). Has remote.
> 
>
> * hard drive, dvd burner, 512mb ram, blah blah blah.
> 
> Is this sufficient to, say, record incoming TV while watching something
> from disk or playing Oggs? Any obvious gotchas in hardware support in
> the above?

My Athlon XP 2200+ uses 50%
>CPU when recording from TV using mencoder,
lavcodec with B frames and vhq enabled in 512x384 and VBR MP3 audio. It
uses 20% CPU with default Freevo encoding options, in the same format.

If you manage to get the xmga or mga output driver in mplayer
>to
work, mplayer should take no more than a couple % of CPU time, so
watching and recording at the same time will work.

Be careful, HDD can be noisy (Barracudas are very silent, though),
but my DVD drive (not burner) is a pain in the ass from the
>point of
view of noise. I've heard that recent DVD (and maybe CD) drives cannot
be slowed down (using setcd -x or hdparm -E) as I intended to do. I'm
thus looking for another DVD drive.

Matthieu


The Nec ND1300A DVD+-RW drive that I tested this week does slown down with
hdparm -E

Bart




---
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


Re: [Freevo-users] building a freevo box from scratch---hardware choices

2004-01-14 Thread Bart Heremans

>-- Original Message --
>From: Matthieu Weber <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Date: Wed, 14 Jan 2004 14:38:38 +0200
>Subject: Re: [Freevo-users] building a freevo box from scratch---hardware
>choices
>
>
>On Wed 14.01.2004 at 07:25:30AM -0500, William Morgan wrote:
> Hello all,
> 
> I am planning to build a dedicated Freevo box from scratch. I'm trying
> to do it in less than US $650---the price of a new Tivo with a lifetime
> subscription.
> 
> 
> would like comments on the hardware I'm thinking about. Is it too
> little? Too much? Known incompatibilities, etc?
> 
> Here's the list:
> 
> * Shuttle SK41G. This thing is several years old now (has the VIA KM266
>   bridge) but is cheap. http
>//us.shuttle.com/specs_access.asp?pro_id=285
> 
> * Athlon XP 1700 or 2400 or something in between.
> 
> * Matrox G400 Max AGP card. This seems to have the best TV out
>   support, am I right?
> 
> * Hauppauge WinTV-Radio (#401). Has remote.
> 
>
> * hard drive, dvd burner, 512mb ram, blah blah blah.
> 
> Is this sufficient to, say, record incoming TV while watching something
> from disk or playing Oggs? Any obvious gotchas in hardware support in
> the above?

My Athlon XP 2200+ uses 50%
>CPU when recording from TV using mencoder,
lavcodec with B frames and vhq enabled in 512x384 and VBR MP3 audio. It
uses 20% CPU with default Freevo encoding options, in the same format.

If you manage to get the xmga or mga output driver in mplayer
>to
work, mplayer should take no more than a couple % of CPU time, so
watching and recording at the same time will work.

Be careful, HDD can be noisy (Barracudas are very silent, though),
but my DVD drive (not burner) is a pain in the ass from the
>point of
view of noise. I've heard that recent DVD (and maybe CD) drives cannot
be slowed down (using setcd -x or hdparm -E) as I intended to do. I'm
thus looking for another DVD drive.

Matthieu


The Nec ND1300A DVD+-RW drive that I tested this week does slown down with
hdparm -E

Bart




---
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


RE: [Freevo-users] cvs build

2004-01-13 Thread Bart Heremans
Hi,

Snapshots are here : http://freevo.sourceforge.net/snapshots/

If you are using gentoo, you can use Dichi's ebuild, download the rsync script,
don't forget to set the portage overlay dir (/etc/make.conf) 

rsync-freevo script under gentoo : http://freevo.sourceforge.net/install.html#Download

Bart

>-- Original Message --
>From: Mick <[EMAIL PROTECTED]>
>To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>Date: Tue, 13 Jan 2004 15:34:36 +0800
>Subject: [Freevo-users] cvs build
>
>
>where do we find the nightly builds?

Can we add this to the downloads section on the website?

Also, there is no news about 1.4.1 being released on it..

Cheers,
Mick


---
This SF.net ema
>l 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


Re: [Freevo-users] Re: Silent DVD drive for my Freevo box

2004-01-12 Thread Bart Heremans
Today I tested my Nec ND1300A (DVD+- RW) in my freevo box and it slows down
with hdparm when watching divx and dvd movies.
It sounds silent but I should get a psu fan that is more silent because it
makes a lot more noise than the dvd-rom. (via sereniti 2000 with standard
psu)

Bart


- Original Message -
From: "Dirk Meyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 09, 2004 5:00 PM
Subject: [Freevo-users] Re: Silent DVD drive for my Freevo box


> Matthew Bettencourt wrote:
> > So you are saying that the 1100 is quite though,
>
> Yes, NEC 1100A is a good choice.
>
> Dischi
>
> --
> Beyond the top of the sky was the place the Thing had called the universe.
> It contained -- according to the Thing -- everything and nothing. And
there
> was very little everything and more nothing than anyone could imagine.
> -- (Terry Pratchett, Wings)
>
>
> ---
> 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


Re: [Freevo-users] Silent DVD drive for my Freevo box

2004-01-09 Thread Bart Heremans
I have an old liteon drive that makes a lot of noise at full speed.
If I use hdparm to slow down it only runs slow when watching a cd (divx or
audio on cd) but not when using a dvd rom movie, strange.

I think I will buy a cheap dvd writer (nec ND1100, DVD+RW or nec ND1300,
DVD+-RW) anybody knows if this driwe will slow down when watching dvd-roms
?

A already have a nec 1300 in my windows machine but not much time now to
swap in to my freevo box for testing but if noboddy knows I will test it
before buying one.

Bart

>-- Original Message --
>From: Thomas Fjellstrom <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Date: Fri, 9 Jan 2004 05:50:23 -0700
>Subject: Re: [Freevo-users] Silent DVD drive for my Freevo box
>
>
>On January 9, 2004 05:42 am, Dave Graham wrote:
> I'm using a laptop drive in minequite as hell and almost triple the
> cost of a normal one...

same here.. Was about $140cad for a plain DVDROM... but its quiet, low power,

and small :) I shou
>d have splurged the extra 20-40 for the DVD-CDRW combo 
drive.. heh.

> I've also got a 6x Creative DVD that tends to be whisper quite...
>
> Cheers,
>

-- 
Thomas Fjellstrom
[EMAIL PROTECTED]
http://strangesoft.net




>--
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 Ev
>l! 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


Re: [Freevo-users] Via's EPIA-M and Freevo

2003-12-03 Thread Bart Heremans
I will say it like this : You won't be able to play anything with player or
xine on the pvr-350 tvout. there are no plugins yet.

If you wan't to playa a mpeg 2 stream you can feed the mpeg 2 encoder like
this :
dd if=/dev/video0 of=/dev/video16 bs=32k (or something like that, don't
remember it exactly)

/dev/video0 = viedeo tuner
/dev/video16 = mpeg encoder

But
mplayer file.mpeg -vo /dev/video16 or something like that won't work. and
without the encoder all files are extremly slow.

Bart

- Original Message -
From: "Dave Graham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 7:10 PM
Subject: Re: [Freevo-users] Via's EPIA-M and Freevo


>
> > I have a epia M and a PVR350.
> > I have been able to run X over the framebuffer driver for the pvr350 and
> > load freevo. But If try loading a divx or other file and output it with
> > mplayer ont the pvr350 it is very very slow.
> >
> > If you want to watch tv you have to switch the local and global lpha
> > values
> > (mythtv does this automatic).
> >
> > I'm using the epiaM tv output for freevo right now. The pvr350 tv out is
> > better but I didn't solve my problem for watching divx and other files.
>
> I'm not really going to use this for much else but recording TV shows and
> watching them later.  That's it...I don't care too much about the Divx
> side of things.
>
> cheers,
>
> dave
>
>
> ---
> 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


Re: [Freevo-users] Via's EPIA-M and Freevo

2003-12-03 Thread Bart Heremans
I have a epia M and a PVR350.
I have been able to run X over the framebuffer driver for the pvr350 and
load freevo. But If try loading a divx or other file and output it with
mplayer ont the pvr350 it is very very slow.

If you want to watch tv you have to switch the local and global lpha values
(mythtv does this automatic).

I'm using the epiaM tv output for freevo right now. The pvr350 tv out is
better but I didn't solve my problem for watching divx and other files.

- Original Message -
From: "Dave Graham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 03, 2003 6:50 PM
Subject: Re: [Freevo-users] Via's EPIA-M and Freevo


> > Nice!  Which will you be using for the tv-out, the PVR-350 or the epia's
> > onboard stuff?  The systems I built are using a PVR-250 to I am using
> > the epia's tv-out and CLE266.  These machines also have a 120 Gb 8 Mb
> > buffer western digital drive and LG dvd-rom, the cases are VIA sereniti
> > 2000.
>
> I'll prolly be using the PVR-350's output since i drive all this stuff
> through a Denon home theatre system.  I'll be putting a 160gb Maxtor
> DMPlus 9 (surplus stuff..wish the Epia supported S-ATA)
>
>
> >> Any help would be appreciated.
> >
> > No problem at all, don't be afraid to ask questions. :)
>
> well, i suck at the whole linux thing...so, i'll be asking MUCHO
> questions. :-)
>
> cheers,
>
> dave
>
>
> ---
> 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


RE: [Freevo-users] best wireless joystick for freevo

2003-11-18 Thread Bart Heremans
Hi,

i have a trust firestorm wireless usb gamepad and it works fine with linux.

Bart

>-- Original Message --
>From: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>Date: Mon, 17 Nov 2003 16:59:37 -0800
>Subject: [Freevo-users] best wireless joystick for freevo
>
>
>Hi all,

Does anyone have a suggestion for the best wireless gamepad to use with freevo
or linux in general?  I'd like to use the gamepad for both a freevo remote
control and for playing games.  

I currently have an intel wireless gamepad (I think
>they only make one model) and have absolutly no success getting it to work
in linux.  It works great in windows but apparently the joystick driver was
some elaborate sort of conversion program to get whatever they made to work
with normal joystick stuf
>. 

So before I go buy another one I'd like to hear someone say that actually
got it to work and are happy with the results.

Thanks
Seth


---
This SF. Net email is sponsored by: GoToMyPC
G
>ToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl

>__
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Crash view tv with mplayer.ivtv

2003-11-05 Thread Bart Heremans
Hi,

When I select a channel en the freevo tv guide to wacht freevo crashes (or
popup message with warning that plugin crashed).
My PVR-350 is working correctly, It worked with freevo before 1.4 RC's
(using snapshots) and it still wokrs if I do mplayer /dev/video0

This is the traceback :

Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/freevo/main.py", line 342, in
main_func
app.eventhandler(event)
  File "/usr/lib/python2.2/site-packages/freevo/menu.py", line 399, in
eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/lib/python2.2/site-packages/freevo/tv/tvguide.py", line 210, in
eventhandler
self.player('tv', self.selected.channel_id)
  File "/usr/lib/python2.2/site-packages/freevo/tv/tvmenu.py", line 163, in
start_tv
plugin.getbyname(plugin.TV).Play(mode, tuner_id)
  File
"/usr/lib/python2.2/site-packages/freevo/tv/plugins/ivtv_basic_tv.py", line
176, in Play
mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string

Bart




---
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] TVtime / R128AIW ?s

2003-10-17 Thread Bart Heremans
Hi,

with default settings freevo uses mplayer to watch tv, check your
local_conf.py file. And deactivate the tvtime plugin so it will use mplayer.
If you see this in your config file :

plugin.remove('tv.mplayer')
plugin.activate('tv.tvtime')

then remove this 2 lines

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] TVtime / R128AIW ?s
Date: 17/10/03 14:53

>
> Hey all, sorry for the really newbie question here, but it seems that
> Freevo is using TVTime to do most of the TV functions?
>
> The reason I ask is I just spent about two weeks trying to get RedHat 9
> to play nice with Freevo, and I am finally at a point where it works
> fine, except after selecting a show from the guide the screen flashes
> and goes back to the guide.
>
> The reason this seems to happen is that TVtime is being called, and it
> is heinously incompatible with my Rage128 all in wonder card.
>
> If all this is the case I think I need a new card, which is a bummer
> because the machine was free, and initially I only planned on the $4
> for IR receiver parts (that I didn't already have laying around).
>
> Or better yet, if someone has successfully gotten a Rage 128 Pro All In
> Wonder working with TvTime (according to TVTime's website, it just
> cannot be done), let me know how you did it!  I have spent 3 days
> recompiling kernels, XFree86, and installing the Gatos stuff, even
> though I have never gotten either km or drm-kernel to compile, both
> complain about errors in some bits of their code (both the 'stable'
> downloads, and the CVS versions).
>
> I can now get TV playback going through Xawtv and AVView, but TVTime
> refuses to be happy.
>
> Also does Freevo support AAC audio files?  I think I have properly
> rebuilt Mplayer to with the faad software, but if I select an AAC in
> Freevo's music section it never counts down, and basically times out
> and goes back to the list.  I have MP3 and OGG playback just fine.
>
> Thanks for any help!
>
>
>
> ---
> 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


Re: [Freevo-users] freevo STB design

2003-10-13 Thread Bart Heremans
Hi,

Just for info, you can't add a cdrom and a pvr-350 card at same time in a
via seriniti case.  Also they are noisy.

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] freevo STB design
Date: 13/10/03 15:28

>
> Gray, Tim wrote:
> >
http://www.gctglobal.com/Products/Set_Top_Box/STB6086N2/stb6086n2.html
> >
> > These are about $350.00 for the 800mhz version... no ram or hard
drive
> > installed.
>
> I have looked into these as well.  I think they are way overpriced, all
> you get is a STB case and a mainboard with some onboard stuff including
> a graphics chipset with closed source drivers.  If you opt for the
> hardware encoding stuff and want to development with it a license will
> cost you $5k-$20k.
>
> So, you will still have to buy a hard drive (~$100), ram (~$50), and a
> capture card.  This machine doesn't have enough power to encode video in
> real time so your best bet would be a PVR-250 which costs around $130..
> USD.  So now your total is up to ~$630, and that is without a rom drive.
>
> > I have one on it's way for playing with. coupled with the right
hardware and
> > using mpeg1/2 files for recording to take advantage of the hardware
playback
> > and they would have more than enough horsepower to act as a freevo
box.
>
> Also, are you going to have to jump through hoops to get the hardware
> decoder to work?  Is the use of the decoder automatic when using the
> framebuffer driver or Xv?  Will it even work with mplayer or xine?
> These are questions that I have, and they might be worth asking on one
> of their bulletin boards.
>
> Here's a similar setup that I am interested in testing:
>
> 1) V8000A(no tv-out)
> 2) 256MB PC-133;
> 3) WD 80GB w/8M cache HDD;
> 4) VIA Sereniti 1100 case - nice small, quiet case.
>
> Items 1-4 will cost me a total of $380 CAD.
>
> Add a dvd rom drive, $50 CAD
>
> Add a PVR-350, $270 CAD.  The PVR-350 would be used for hardware
> encoding for tv capture and hardware decoding for playback.  If I had
> such a setup I would be tempted to make an mpeg player in python and do
> it all natively in Freevo.  I am not sure if mplayer or xine support the
> PVR-350 decoder yet but it is only a matter of time.
>
> So, a complete system here would cost me ~$700 CAD which is roughly $530
> USD.  Not bad eh?
>
> -Rob
>
>
>
>
> ---
> 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


Re: [Freevo-users] screen out of sync and other probs

2003-10-08 Thread Bart Heremans
hre you find some usefull info :

http://www3.sympatico.ca/howlettfamily/via_epia_howto.html

Bart

- Original Message - 
From: "Michael Juarez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 9:23 PM
Subject: [Freevo-users] screen out of sync and other probs


> Hi, I currently have a VIA M-1000 installing with Debian, and recently 
> installed the Freevo debian packages from the site.  Freevo works fine 
> to load up, but whenever I select shutdown, my resolution is put out of 
> sync (the computer is hooked up to a tv with onboard video out).  I 
> haven't been able to find any work arounds for this.  Second, I haven't 
> been able to get sound working yet either.  Anyone have a similar setup 
> and wish to share the details of how they got it to work?
> 
> -Mike Juarez
> 
> 
> 
> ---
> 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


Re: [Freevo-users] recordserver problems

2003-10-06 Thread Bart Heremans
removing my record_shedule.xml file and restarting the web and recordserver
solved my problem.
Thx

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] recordserver problems
Date: 06/10/03 16:17

>
> Bart Heremans wrote:
> > I start the webserver en recordserver outside freevo with the
> > /etc/init.d/freevo script that is installed with the gentoo ebuilds.
> >
> > The recordserver starts correct :
> >
> > 2003/10/06 15:44 CEST [-] Log opened.
> > 2003/10/06 15:44 CEST [*RecordServer*] twisted.web.server.Site
starting on
> > 18001
> > 2003/10/06 15:44 CEST [*RecordServer*] Starting factory
> > <twisted.web.server.Site instance at 0x86d71a4>
> > 2003/10/06 15:44 CEST [*RecordServer*] Record_Thread::run: mode=idle
> >
> > The a part of the recordserver logfile after trying to view the
seduled
> > records with the webserver :
> >
> > 
> > exceptions.ImportError: No module named record_types
>
> Ahh... depending on how long it has been since your last update you may
> have to remove your record_schedule.xml (maybe just move it asside to
> test) as it may list some objects where they no longer exist.  Maybe
> just give that a try...
>
> -Rob
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver problems

2003-10-06 Thread Bart Heremans
I start the webserver en recordserver outside freevo with the
/etc/init.d/freevo script that is installed with the gentoo ebuilds.

The recordserver starts correct :

2003/10/06 15:44 CEST [-] Log opened.
2003/10/06 15:44 CEST [*RecordServer*] twisted.web.server.Site starting on
18001
2003/10/06 15:44 CEST [*RecordServer*] Starting factory

2003/10/06 15:44 CEST [*RecordServer*] Record_Thread::run: mode=idle

The a part of the recordserver logfile after trying to view the seduled
records with the webserver :


2003/10/06 15:48 CEST [*RecordServer*] Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/twisted/python/log.py", line 52, in
callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.2/site-packages/twisted/python/context.py", line 32,
in callWithContext
return func(*args,**kw)
File "/usr/lib/python2.2/site-packages/twisted/internet/default.py", line
122, in run
self.mainLoop()
File "/usr/lib/python2.2/site-packages/twisted/internet/default.py", line
130, in mainLoop
self.runUntilCurrent()
---  ---
File "/usr/lib/python2.2/site-packages/twisted/internet/base.py", line 368,
in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.2/site-packages/freevo/helpers/recordserver.py", line
695, in minuteCheck
rec_prog = self.checkToRecord()
File "/usr/lib/python2.2/site-packages/freevo/helpers/recordserver.py", line
271, in checkToRecord
scheduledRecordings = self.getScheduledRecordings()
File "/usr/lib/python2.2/site-packages/freevo/helpers/recordserver.py", line
118, in getScheduledRecordings
scheduledRecordings = marmalade.unjellyFromXML(open(config.RECORD_SCHEDULE,
'r'))
File "/usr/lib/python2.2/site-packages/twisted/persisted/marmalade.py", line
413, in unjellyFromXML
return unjellyFromDOM(document)
File "/usr/lib/python2.2/site-packages/twisted/persisted/marmalade.py", line
390, in unjellyFromDOM
return du.unjelly(document)
File "/usr/lib/python2.2/site-packages/twisted/persisted/marmalade.py", line
245, in unjelly
self.unjellyInto(l, 0, doc.childNodes[0])
File "/usr/lib/python2.2/site-packages/twisted/persisted/marmalade.py", line
120, in unjellyInto
o = self.unjellyNode(node)
File "/usr/lib/python2.2/site-packages/twisted/persisted/marmalade.py", line
205, in unjellyNode
clasz = namedClass(className)
File "/usr/lib/python2.2/site-packages/twisted/python/reflect.py", line 381,
in namedObject
module = namedModule(string.join(classSplit[:-1], '.'))
File "/usr/lib/python2.2/site-packages/twisted/python/reflect.py", line 369,
in namedModule
topLevel = __import__(name)
exceptions.ImportError: No module named record_types

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] recordserver problems
Date: 06/10/03 15:00

>
> Bart Heremans wrote:
> > recordings 'record_client: connection error'
>
> Is your recordserver running?  The client can't connect to it.
>
> -Rob
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] recordserver problems

2003-10-06 Thread Bart Heremans
Hi,

I tried yesterdays snapshot and freevo-1.4-rc1 and I have problems with the
recordserver.
When I try to view sheduled records or try a manual record via the webpage I
get an error page, here is the last part of the traceback

___
/usr/bin/../share/freevo/htdocs/record.rpy, line 120 in _render
118
119(status, recordings) = ri.getScheduledRecordings()
120progs = recordings.getProgramList()
121(status, favs) = ri.getFavorites()
Localsstatus 0
recordings 'record_client: connection error'

Globalsri 
___

I'm using the ivtv record plugin

Bart



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] using nuvrec

2003-10-03 Thread Bart Heremans
Hi,

I did setup freevo succesfully to record. But I have problems recording to
divx/avi because my pc isn't powerfull enough. I have installed nuvrec and I
can record to nuv files in great quality and have enough power  (but files
are +- 5 times larger then divx).

I would like to change my vcr command to use nuvrec but the problem is that
nuvrec can't use the cannel ID but needs the channel frequency. Is there a
way to use get the frequency and not the channel ID in the local_config
file. I know freevo has a file with all info (tv/freq.py) but I don't know
how to use it exactly.

Once I have setup freevo to record with nuvrec I want to write a plugin that
encodes the nuvfiles to divx with mencoder.

Bart



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] memory card reader

2003-10-02 Thread Bart Heremans
Hi,

You will need some modules from the kernel.

USB modules
MSdos / VFAT file system modules
SCSI + SCSI Generic modules

you have to load the modules then insert the usb card reader and it will
porbably be mapped at /dev/sda (and others if it is a multi card reader)

Create a mount point an then you could mount /dev/sda1 to the mont point.

I'm sure that you find detailed procedures with google.

Bart
- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] memory card reader
Date: 02/10/03 04:35

>
> I want to hookup my memory card reader to Linux. Does anyone know how to
do
> this?
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please

2003-10-01 Thread Bart heremans
Yes it works in mame
I'm also using a wiress usb gamepad (iirc thrustmaster firestorm).
see same xmamerc file for settings (Input related section)

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please
Date: 01/10/03 13:31

>
> Thx for that, I will give that a go.
>
> Also I have a wireless USB pad. This works in freevo and zsnes, is it
possible to use in mame do you think?
>
>
> -----Original Message-
> From: Bart heremans [mailto:[EMAIL PROTECTED]
> Sent: 01 October 2003 12:19
> To: [EMAIL PROTECTED]
>
> xmame.X11 kan work fullscreen if you use the xv options (x11 mode in
xmamerc file). I'm running it fullscreen.
> My xmamerc file : http://www.supermotard.be/freevo/xmamerc
>
> Bart
> - Original Message 
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
> Subject: RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please
> Date: 01/10/03 12:26
>
> >
> > I Basicly copied the DIR_GAMES from the docs, and changed the paths
> acordingly to point to the games. All the ROMS are in ZIP format. And yes
Freevo detected xmame.x11  -
> > (I need to get sdl at some point so I can play fullscreen, as for
some
> reason mame wont go fs with x11)
> >
> > I am wondering if it could be that (with suse as usual) freevo is
> > looking
> in a directory for the romlist but suse being a bugger has put it someware
else!!
> >
> > But if mame can find it why cant freevo!!
> >
> >
> > -Original Message-
> > From: Peter Svensson [mailto:[EMAIL PROTECTED]
> > Sent: 01 October 2003 11:05
> > To: '[EMAIL PROTECTED]'
> >
> > What does your DIR_GAMES look like? Also, has freevo found
mame/xmame? > How
> does your frevoo.conf look like?
> >
> > /Peter
> >
> > -Ursprungligt meddelande-
> > Från: Paul Cowper [mailto:[EMAIL PROTECTED]
> > Skickat: den 1 oktober 2003 11:36
> > Till: [EMAIL PROTECTED]
> > Ämne: [Freevo-users] Mame Problems?? Also Some help with CVS Please
> >
> >
> >
> > Ok I cant seem to get Freevo to work with MAME. I have put my roms in
> > the
> right place, as mame can see them, but Freevo reports that it cant find
the rom list!!
> >
> > Also with CVS
> > Once I have downloaded the snapshot. I am assuming I do the following
> >
> > Install the (non cvs) runtime
> > Extract the cvs tar to /usr/local/freevo
> >
> > Do I have to compile anything?
> >
> > Do I need to have an older version of freevo in there already?
> >
> > Then I run freevo.
> >
> > Are there any configs I need to do?
> >
> > Also when I try and update the cvs all I get is Cannot find CVS1
> >
> > Thx
> >
> > Paul
> >
> > -Original Message-
> > From: Paul Cowper
> > Sent: 30 September 2003 09:06
> > To: [EMAIL PROTECTED]
> >
> > Thx for that I will try. Another question.
> >
> > Once I have downloaded the snapshot. I am assuming I do the following
> >
> > Install the (non cvs) runtime
> > Extract the cvs tar to /usr/local/freevo
> >
> > Do I need to have an older version of freevo in there already?
> >
> > Then I run freevo.
> >
> > Are there any configs I need to do?
> >
> > Also when I try and update the cvs all I get is Cannot find CVS1
> >
> > Thx
> >
> > Paul
> >
> >
> > -Original Message-
> > From: Aubin Paul [mailto:[EMAIL PROTECTED]
> > Sent: 29 September 2003 22:36
> > To: [EMAIL PROTECTED]
> >
> > If it is there, then the Python that Freevo is using can't find it.
> >
> > Try this:
> >
> > /usr/bin/env python -c &quot;import xml.utils&quot;
> >
> > It's possible that you have multiple Python versions; if Freevo is
> > using
> one, but the module is available for the other, you could run into
trouble.
> >
> > Aubin
> >
> > On Mon, Sep 29, 2003 at 06:49:28PM +0100, Paul Cowper wrote:
> > &gt;
> > &gt; Yep its deffinatly installed. I will try installing the cvs
again.
> and
> >
> > &gt; check the output
> > &gt;
> > &gt; Thx
> > &gt;
> > &gt; P
> > &gt;
> > &gt; -Original Message-
> > &gt; From:   Aubin Paul [mailto:[EMAIL PROTECTED]
> > &gt; Sent:   Sun 28/09/2003 14:43
> > &gt; To: [EMAIL PROTECTED]
> > &gt; Cc:
> >

RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please

2003-10-01 Thread Bart heremans
xmame.X11 kan work fullscreen if you use the xv options (x11 mode in xmamerc
file). I'm running it fullscreen.
My xmamerc file : http://www.supermotard.be/freevo/xmamerc

Bart
- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: RE: [Freevo-users] Mame Problems?? Also Some help with CVS Please
Date: 01/10/03 12:26

>
> I Basicly copied the DIR_GAMES from the docs, and changed the paths
acordingly to point to the games. All the ROMS are in ZIP format. And yes
Freevo detected xmame.x11  -
> (I need to get sdl at some point so I can play fullscreen, as for some
reason mame wont go fs with x11)
>
> I am wondering if it could be that (with suse as usual) freevo is looking
in a directory for the romlist but suse being a bugger has put it someware
else!!
>
> But if mame can find it why cant freevo!!
>
>
> -Original Message-
> From: Peter Svensson [mailto:[EMAIL PROTECTED]
> Sent: 01 October 2003 11:05
> To: '[EMAIL PROTECTED]'
>
> What does your DIR_GAMES look like? Also, has freevo found mame/xmame? How
does your frevoo.conf look like?
>
> /Peter
>
> -Ursprungligt meddelande-
> Från: Paul Cowper [mailto:[EMAIL PROTECTED]
> Skickat: den 1 oktober 2003 11:36
> Till: [EMAIL PROTECTED]
> Ämne: [Freevo-users] Mame Problems?? Also Some help with CVS Please
>
>
>
> Ok I cant seem to get Freevo to work with MAME. I have put my roms in the
right place, as mame can see them, but Freevo reports that it cant find the
rom list!!
>
> Also with CVS
> Once I have downloaded the snapshot. I am assuming I do the following
>
> Install the (non cvs) runtime
> Extract the cvs tar to /usr/local/freevo
>
> Do I have to compile anything?
>
> Do I need to have an older version of freevo in there already?
>
> Then I run freevo.
>
> Are there any configs I need to do?
>
> Also when I try and update the cvs all I get is Cannot find CVS1
>
> Thx
>
> Paul
>
> -Original Message-
> From: Paul Cowper
> Sent: 30 September 2003 09:06
> To: [EMAIL PROTECTED]
>
> Thx for that I will try. Another question.
>
> Once I have downloaded the snapshot. I am assuming I do the following
>
> Install the (non cvs) runtime
> Extract the cvs tar to /usr/local/freevo
>
> Do I need to have an older version of freevo in there already?
>
> Then I run freevo.
>
> Are there any configs I need to do?
>
> Also when I try and update the cvs all I get is Cannot find CVS1
>
> Thx
>
> Paul
>
>
> -Original Message-
> From: Aubin Paul [mailto:[EMAIL PROTECTED]
> Sent: 29 September 2003 22:36
> To: [EMAIL PROTECTED]
>
> If it is there, then the Python that Freevo is using can't find it.
>
> Try this:
>
> /usr/bin/env python -c "import xml.utils"
>
> It's possible that you have multiple Python versions; if Freevo is using
one, but the module is available for the other, you could run into trouble.
>
> Aubin
>
> On Mon, Sep 29, 2003 at 06:49:28PM +0100, Paul Cowper wrote:
> >
> > Yep its deffinatly installed. I will try installing the cvs again.
and
>
> > check the output
> >
> > Thx
> >
> > P
> >
> > -Original Message-
> > From:Aubin Paul [mailto:[EMAIL PROTECTED]
> > Sent:Sun 28/09/2003 14:43
> > To:  [EMAIL PROTECTED]
> > Cc:
> > Subject: Re: [Freevo-users] PROBLEM WITH CVS Snapshot
> >
> > You have this:
> > http://www.python.org/sigs/xml-sig/
> >
> > installed?
> >
> > It includes a file called:
> >
> > /usr/lib/python2.3/site-packages/_xmlplus/utils/qp_xml.py
> >
> > (replace python2.3 with 2.2 if you're running 2.2)
> >
> > Are you sure you have that?
> >
> > On Sun, Sep 28, 2003 at 01:11:56AM +0100, Paul Cowper wrote:
> > > Done that, and now i am downloading the latest snapsot, i was
> getting the same error after yesterdays snapshot, now what??
> > >
> > > (sorry bout spellin as i am a litttle ddrinnk of absynthe)
> > >
> > >
> > > -Original Message-
> > > From:   Aubin Paul [mailto:[EMAIL PROTECTED]
> > > Sent:   Sat 27/09/2003 16:16
> > > To: [EMAIL PROTECTED]
> > > Cc:
> > > Subject:Re: [Freevo-users] PROBLEM WITH CVS Snapshot
> > >
> > > You're missing the Python XML libraries, you need to get them
> > > installed.
> > >
> > > On Sat, Sep 27, 2003 at 12:20:41PM +0100, Paul Cowper wrote:
> > > >   File "./src/main.py", line 71, in ?
> > > > from xml.utils import qp_xml
> > > > ImportError: No module named xml.utils
> > > >
> > >
> > >
> > >
> > >
> > > ---
> > > This sf.net email is sponsored by:ThinkGeek Welcome to geek
heaven.
> > > http://thinkgeek.com/sf
> > > ___
> > > Freevo-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >

> > >  This e-mail has been scanned for all viruses by Star
Internet.
> > > The service is powered by MessageLabs. For more information on a
> > > proactive anti-virus servic

Re: [Freevo-users] MPlayer OSD and subs sizes

2003-09-29 Thread Bart heremans
Hi,

Some Mplayer options that are usefull for your problems :

-subfont-text-scale <0-100>
Sets  the subtitle text autoscale coefficient (percentage of the
screen size) (default: 5).
-subpos <0-100> (useful with -vop expand)
Specify the position of subtitles on the screen.  The  value  is
the vertical position of the subtitle in % of the screen height.

-subalign <0-2>
Specify how subtitles should be aligned with  subpos.   0  means
align  at top (original/default behavior), 1 means align at cen-
ter, and 2 means align at bottom.
-subwidth <10-100>
Specify the maximum width of subtitles on  the  screen.   Useful
for  TV-out.  The value is the width of the subtitle in % of the
screen width.

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] MPlayer OSD and subs sizes
Date: 28/09/03 23:29

>
> Hi Niklas,
>
> http://www.mplayerhq.hu/cgi-bin/htsearch
> Is a seachable list for mplayer.
>
> And now were talking about OSD anyways, is there anyone who has osd out of
> the screen? I mean it's too low so u can't read the second line fully? I'm
> using dfbmga atm and had this problem ever since. Had no problems with the
> normal mga driver. I Expect it has something todo with overscanx/y but how
> can u tell mplayer to overscan x/y?
>
> Youri
>
>
> - Original Message -
> From: "Niklas Brunlid" <[EMAIL PROTECTED]>
> To: "Freevo users mailing list"
<[EMAIL PROTECTED]>
> Sent: Sunday, September 28, 2003 5:36 PM
> Subject: [Freevo-users] MPlayer OSD and subs sizes
>
>
> > Is there any way to get MPlayer to scale the OSD and subtitles, or
> > possibly to draw them _after_ the video has been scaled to
fullscreen?
> > It's very annoying to get huge letters when you play a lowres video,
and
> > tiny letters when you play a highres one... :)
> >
> > ALso, on this subject, is there a searchable forum/mailing list
archive
> > for MPlayer itself? All I could find was an archive without a search
> > function...
> >
> > / Niklas
> >
> >
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] xine not playing dvd's, says they're 'encrypted'

2003-09-29 Thread Bart heremans
Hi,

in the config there is somewhere an option to play encrypted dvd's or not. I
thaught it was an option for mplayer but maybe you have to change it for
xine to.

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: RE: [Freevo-users] xine not playing dvd's, says they're 'encrypted'
Date: 29/09/03 03:40

>
> >You might consider getting libdvdread from http://rpm.livna.org.  
Your
> >libdvdread package is crippled due to DMCA and other similar laws.  If
> >you live in a country without such draconian legislation, then you can
> >legally use the libdvdread package from the repository in the above
URL.
> >Cheers,
> >Jason.
>
> Thanks for the info., I installed it and it came up just fine in xine.
> However, when I tested the same in freevo, the same message is being
> issued saying the DVD is protected.  What gives?
>
> Keir
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Tuning into freevo

2003-09-23 Thread Bart heremans
Hi,

iirc tvtime shows the frequency and channel number on the OSD. You can also
find some info in the ~/root/.tvtime/stationlist.xml

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] Tuning into freevo
Date: 23/09/03 12:18

>
>
>
>
>
>
>
> Well i have just got
> this wonderfull peice of kit and is running somewhat ok. The only problem
is
> getting the tuner sorted. You see i know the chanell frequencys but not
the
> numbers, I live in the UK and am on NLT and i am using NTL's analouge
> frequencys.
>  
> I have been using
> KDE's default TV viewer, i can export the channels, but i can not get the
> channel number out of it only the frequency.
>  
> How do i get the
> damn thing tuned in.
>  
> HELLP
>  
> :)
> Paul
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Fw: [Freevo-users] onboard video performance

2003-09-23 Thread Bart Heremans

3d isn't so important for dvd/divx, playback.
A mini-itx M9000 or M1 will do fine for these tasks. I'm using a m9000
and have no problems , and I'm not using the onboard mpeg2 decoder (yet)

Bart
- Original Message -
From: skeeterskip
To: [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 3:19 AM
Subject: [Freevo-users] onboard video performance


I'm getting rid of my mini-itx system and looking for micro-atx/flex atx
type system. I noticed some of the boards have onboard video such as VIA
Savage 8 and Intel Extreme Graphics engine. I have heard that 2d performance
is decent for most of these, but 3D is extremely poor. For playing DVD's,
divx movies, and TV playback, how important is 3D. I really don't know what
difference is between 2d and 3d.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: crach freevo games

2003-09-16 Thread Bart Heremans
After changing my DIR_GAMES to the new config mame works fine.
Thanks,

Bart
- Original Message -
From: "Bart heremans" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 11:48 AM
Subject: Re: [Freevo-users] Re: crach freevo games


> I dind't change it
> I'll do it when I'm home tonight and I'll let you know if it worked.
>
> Bart
> - Original Message 
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
<[EMAIL PROTECTED]>
> Subject: [Freevo-users] Re: crach freevo games
> Date: 16/09/03 11:28
>
> >
> > Michael Ruelle wrote:
> > > The DIR_GAMES setup has changed in freevo cvs. have you updated
your
> > > DIR_GAMES variable to match the new setup?
> >
> > Maybe you can add some detection to config.py to print a warning when
> > DIR_GAMES ist wrong.
> >
> >
> > Dischi
> >
> > --
> > The 50-50-90 rule: Any time you have a 50-50 chance of getting
> > something right, there's a 90% probability you'll get it wrong.
> >
> >
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> >
> >
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: crach freevo games

2003-09-16 Thread Bart heremans
I dind't change it
I'll do it when I'm home tonight and I'll let you know if it worked.

Bart
- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] Re: crach freevo games
Date: 16/09/03 11:28

>
> Michael Ruelle wrote:
> > The DIR_GAMES setup has changed in freevo cvs. have you updated your
> > DIR_GAMES variable to match the new setup?
>
> Maybe you can add some detection to config.py to print a warning when
> DIR_GAMES ist wrong.
>
>
> Dischi
>
> --
> The 50-50-90 rule: Any time you have a 50-50 chance of getting
> something right, there's a 90% probability you'll get it wrong.
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] crach freevo games

2003-09-15 Thread Bart Heremans



Hi,
 
I emerged the newest freevo-snapshot and get 
this erro when entering a directory with mame roms in the freevo game menu 
:
 
Crash!Traceback (most recent call 
last):  File "/usr/lib/python2.2/site-packages/freevo/main.py", line 
397, in ?    main_func()  File 
"/usr/lib/python2.2/site-packages/freevo/main.py", line 318, in 
main_func    app.eventhandler(event)  File 
"/usr/lib/python2.2/site-packages/freevo/menu.py", line 533, in 
eventhandler    action( arg=arg, menuw=self )  File 
"/usr/lib/python2.2/site-packages/freevo/directory.py", line 375, in 
cwd    self.do_cwd(arg, menuw)  File 
"/usr/lib/python2.2/site-packages/freevo/directory.py", line 708, in 
do_cwd      File "", line 0, in 
?  File "/usr/lib/python2.2/site-packages/freevo/games/__init__.py", 
line 63, in cwd    (type, cmd, args, imgpath, suffixlist) = 
parent.add_args[0]TypeError: unsubscriptable object
 
Freevo 1.3.4 is working fine with 
mame.
 
Bart


Re: [Freevo-users] Subtitle in different file

2003-09-11 Thread Bart heremans
I don't know if someone is working on subtitle selection for video files but
you could use an fxd file if you have multitple subtitles files for one
movie (divx or other) file.

For DVD's : You can choose subtitles when watching DVD's.
If you are using mplayer there are some options in the local_config.py file
for languages and subtitles :

DVD_LANG_PREF= 'en,se,no'  # Order of preferred languages on
DVD.
DVD_SUBTITLE_PREF= 'nl,en,fr'  # Order of preferred
subtitles on DVD.

When playing the dvd with mplayer in freevo you could also press the freevo
menu button and select another audio/subtitle track.

If you are using xine to play dvd's (menu support) you could go to the dvd
menu and select the subtitle (if there is a dvd menu). Xine also uses . to
jump to the next subtitle track (see xine help for more buttons).

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] Subtitle in different file
Date: 11/09/03 10:27

>
> Welcome
>
> I see, that in "FreevoRoadMap" on second place is:
> "Video subtitles support, after video selection it could be show a
list with
> subtitle files on the current directory (if any). "
>
> Does it mean that someone is working on it? Maybe there is any test
version?
>
> Another problem with subtitle is with DVD. There is no possible to choice
a
> language of subtitle on DVD (or maybe there is, but I don't know how to do
> it).
>
> Please answer.
>
> Darek
>
> PS. Freevo is greate :)
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] motherboards

2003-09-09 Thread Bart Heremans
Look here for some newer vidio drivers for the EpiaM board :
http://www.viaarena.com/?PageID=325
drivers are getting better and better. There is a framebuffer driver comming
(documents online but driver not at the moment)  and and there is a sf
project for a directfb driver http://sourceforge.net/projects/cle266dfb

- Original Message -
From: skeeterskip
To: [EMAIL PROTECTED]
Sent: Tuesday, September 09, 2003 7:57 PM
Subject: [Freevo-users] motherboards


I've been playing around with different motherboards. The via EPIA
motherboard I have doesn't seem to have good video drivers, and is
expensive, so I'm thinking of switching to Microatx and using Celeron or
Duron CPU.

MB I'm looking at is Asus A7N8X-VM This board has integrated LAN/Audio and
Geforce 4 integrated. It is also supposed to have tvencoder, but board
doesn't seem to come with AV out for it. I'm wondering if anyone knows of
some other boards.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] PSU in mini-itx cases

2003-08-29 Thread Bart heremans
Hi Paul,

I'm using a self made box for my EpiaM and noticed that the harddisk is
genrating interference when close to the tv tuner card. I tested with the
harddisk out the box (long cables) and the signal was much better. SO I'm
waiting till that eve case gets out. I have an epia800 in a cubid case to
and know the harddisk is verry close to the pci cards in those cases. SO
that could be your problem. You shoud test once with the harddisk out the
case or with a big atx case ;-) I'm waiting till that eve case finally gets
available

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] PSU in mini-itx cases
Date: 29/08/03 07:21

>
> All,
>
> I have been running freevo on an EPIA boad inside a Cubid 2688 for a
> while now. However I am seeing that whenever the box is on, the picture
> quality on CERTAIN TV channels is reduced (so not all).
>
> My guesses are that either:
> 1) the signal is simply tapped by one more drain (the TV grabber card)
> and was not very good to begin with, or
> 2) the DC-DC converter is generating interference.
>
> Has anyone seen this same behaviour so I can confirm or disprove these
> guesses?
>
> Paul
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Dual Booting Conundrum

2003-08-18 Thread Bart heremans
To answer some of your questions.
Yes you can choose the runlevel at boottime in linux. In grub you can add
the parameter init=4 (or other level of course) to boot your own custom boot
level.

Bart

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] Dual Booting Conundrum
Date: 18/08/03 11:25

>
>
>
>
>
>
>
> Hi guys,  (sorry for the long winded
> message... hope you dont truncate!)
>  
> Im soon going to go all out and make the Mini-ITX
> motherboard etc I have run linux and Freevo (I'm thinking Freepia for
> ease?)
>  
> Anyway,  the problem is, I also like to use a
> REGULAR install of linux and windoze on my system, but dual booting a
media box
> isnt the best solution
>  
> What I was therefore thinking is
> this...
> 1)  Buy a compact flash > ide
> adapter
> 2)  Put it on the secondary IDE, set it to
> slave
> 3)  Set the bios to boot in this
> order    -Sec
> Slave-Pri
> Master
> 4)  Install a bootloader on the Compact flash
> media
> 5)  Have freevo/linux as the main OS that
> boots by default, and then have windoze and a normal linux install under
different partitions... which could be booted from the CF Media.
>  
> Therefore, when I put the CF card in, I could
> chose which OS to load, but without, the normal OS and freevo would
load
> correct?
>  
> Just wondering has anyone else tried
> this?
>  
> Also, as another question, I know that with all
> media boxes, space (hard drive) is an issue, so, i was thinking...
> is it possible to have ONE SINGLE Linux OS on the
> system, and then allow TWO SEPERATE run levels, one to be executed as
standard
> (5 i assume) ---> which would move directly into Freevo, and the other
which
> would be executed by the bootloader on the compact flash??
>  
> Is it possible to pass parameters to the kernel
> such as run level, FROM a bootloader?   This would be much
easier (I
> assume)  and save on space... then I could mess about with Freevo
from
> within the same system.
>  
> Thanks in advance for any
> ideas/advice.
> Graham Balharrie
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re Freevo as a persistant OS.

2003-07-25 Thread Bart heremans
Goto freevo homedpage, http://www.freevo.org, choose mailing lists in the
menu at the left side. Choose unsubscripe/subscribe/ for user list
options, shortcut : http://lists.sourceforge.net/lists/listinfo/freevo-users

Then at the botom at the page enter email adres and hit the "edit options"
button.



- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] Re Freevo as a persistant OS.
Date: 25/07/03 13:22

>
> Can someone please point me to somewhere I can change my email for this
> list? Sorry to be a pain, but I'm changing ISPs shortly and I wont be able
> to use this email address anymore.
>
> Q
>
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
>
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Theme added in wiki

2003-07-07 Thread Bart Heremans



Someone added some pictures of a new theme in the 
wiki :
 
http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas => 
°2 Graphics (nice icons and font !)
 
ANybody knows where to download the complete theme 
(fxd file). Did I mis a message about this on the list, I don't find anything in 
the archive
 
Bart


Re: [Freevo-users] web access

2003-07-04 Thread Bart heremans
start the recording server with the script in the helpers directory

- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [Freevo-users] web access
Date: 04/07/03 20:49

>
>
>
>
>
>
>
> I got web access to freevo setup a few days ago but
> notice when i log on it says recording server not running. How do i fix
> this?
>  
> skeeter
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: pygame 1.5.6 and freevo dont seem to mix

2003-06-26 Thread Bart Heremans
I tried to install freevo also on gentoo / xbox with pygame 1.5.6 and had
the same error.
After downgrading pygame to 1.5.5 I have the following error :

Pygame Parachute Traceback:
  File "src/osd.py", line 1334, in _getfont
Fatal Python error: (pygame parachute) Segmentation Fault
./freevo: line 86: 22253 Aborted ./runapp python src/main.py

after that I downloaded and installed the runtime :-) problem solved :-)

Bart

- Original Message -
From: "mark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 27, 2003 4:18 AM
Subject: Re: [Freevo-users] Re: pygame 1.5.6 and freevo dont seem to mix


>
> Hi,
>
> I'm still getting this.
> Skin: Loading XML file blue_round1
> ERROR: XML file corrupt
> Traceback (most recent call last):
>   File "skins/main1/xml_skin.py", line 779, in load
> font[f].prepare(self._color)
>   File "skins/main1/xml_skin.py", line 558, in prepare
> self.h = osd.stringsize('Ajg', self.name, self.size)[1]
>   File "src/util.py", line 492, in __call__
> return self.__method(self.__obj, *args, **kwargs)
>   File "src/osd.py", line 1166, in stringsize
> size_w_tmp, size_h_tmp = self.charsize(string[i], font, ptsize)
>   File "src/osd.py", line 1153, in charsize
> self.stringsize_cache[font][ptsize][char] =
self._stringsize(char,font,ptsize)
>   File "src/osd.py", line 1185, in _stringsize
> f = self._getfont(font, ptsize)
>   File "src/osd.py", line 1334, in _getfont
> font = pygame.font.Font(filename, ptsize)
> IOError: unable to read font filename
> skin not found, using fallback skin
> ERROR: XML file corrupt
> Traceback (most recent call last):
>   File "skins/main1/xml_skin.py", line 779, in load
> font[f].prepare(self._color)
>   File "skins/main1/xml_skin.py", line 558, in prepare
> self.h = osd.stringsize('Ajg', self.name, self.size)[1]
>   File "src/util.py", line 492, in __call__
> return self.__method(self.__obj, *args, **kwargs)
>   File "src/osd.py", line 1166, in stringsize
> size_w_tmp, size_h_tmp = self.charsize(string[i], font, ptsize)
>   File "src/osd.py", line 1149, in charsize
> self.stringsize_cache[font][ptsize][char] =
self._stringsize(char,font,ptsize)
>   File "src/osd.py", line 1185, in _stringsize
> f = self._getfont(font, ptsize)
>   File "src/osd.py", line 1334, in _getfont
> font = pygame.font.Font(filename, ptsize)
> IOError: unable to read font filename
> Traceback (most recent call last):
>   File "src/main.py", line 101, in ?
> menuwidget = menu.get_singleton()
>   File "src/menu.py", line 91, in get_singleton
> _singleton = MenuWidget()
>   File "src/menu.py", line 199, in __init__
> GUIObject.__init__(self)
>   File "src/gui/GUIObject.py", line 116, in __init__
> self.skin_info = self.skin.GetPopupBoxStyle(self)
>   File "skins/main1/skin_main1.py", line 365, in GetPopupBoxStyle
> layout = settings.popup
> AttributeError: XMLSkin instance has no attribute 'popup'
>
> I dont really have the skill to debug it. I should probably say that I'm
running the unstable build of Gentoo ie arch="x86".  I'm not seeing pygame
specific error just the one above.
>
> It would be good to know if any other Gentoo users have tested this and
the results.
>
> Mark
>
> On Thu, 26 Jun 2003 14:27:30 +0200
> Dirk Meyer <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > what's the current status, does it work?
> >
> >
> > Dischi
> >
> > --
> > Drag me, drop me, treat me like an object!
> >
> >
> > ---
> > This SF.Net email is sponsored by: INetU
> > Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
> ---
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Subtitle and mplayer

2003-06-26 Thread Bart heremans
if you have a move.

MyMovie.avi and a subtitle MyMovie.srt or MyMovie.sub , ... mplayer will
play the subtitles. So if the move and subtitle have the same name you won't
have to write an fxd file just to play the subtitles.

Bart


- Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Re: [Freevo-users] Subtitle and mplayer
Date: 26/06/03 09:41

>
> On Thu 26.06.2003 at 08:56:32AM +0200, Laurent wrote:
> > Hi,
> >
> > I have got an avi file with a subtile file. How in freevo
> > i can tell him to use the subtitle when i play the movie ?
> > What option i have to write in a .fxd file ?
>
> Solution 1 (clean):
>
>
>   file.avi
>
>
>
>
>   subtitle.txt
>
>
>
>
> Solution 2 (dirty):
>
>
>   file.avi
>
>
> Check on the Wiki for the exact syntax and all options of the fxd files.
>
> Matthieu
> --
>  (~._.~)Matthieu Weber - Université de Jyväskylä (~.._.~)
>   ( ? )email : [EMAIL PROTECTED]  ( ? )
>  ()- -()   public key id : 452AE0AD  ()- -()
>  (_)-(_)  "Humor ist, wenn man trotzdem lacht (Germain Muller)"  (_)-(_)
>
>
> ---
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Run error

2003-04-02 Thread Bart Heremans
You have to set CONFIG_VERSION = 1.0 and not
LOCAL_CONF_VERSION = 1.0 in thelocal config fileBart

- Original Message From:
[EMAIL PROTECTED]To:
"[EMAIL PROTECTED]"
<[EMAIL PROTECTED]>Subject: [Freevo-users] Run
errorDate: 02/04/03 08:31Hi,I'm trying to get Freevo going and I've edited the
config files but whenI run Freevo I get the following
error.ERROR: your local_config.py file has no version
informationPlease check freevo_config.py for changes and set
CONFIG_VERSIONin /etc/freevo/local_conf.py to 1.0I've
checked everything and LOCAL_CONF_VERSION = 1.0 in my local_conf.pyfile.
What am I doing wrong? I'm running it on Mandrake
9.1.ThanksKen---This
SF.net email is sponsored by: ValueWeb:Dedicated Hosting for just $79/mo
with 500 GB of bandwidth!No other company gives more support or power
for your dedicated serverhttp://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/___Freevo-users
mailing list[EMAIL PROTECTED]https://lists.sourceforge.net/lists/listinfo/freevo-users



---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Gentoo and XV display

2003-03-16 Thread Bart Heremans
youre card has to have XV support. I think you can check that with 
# xvinfo

Bart
- Original Message - 
From: "Bart Heremans" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 16, 2003 9:39 PM
Subject: Re: [Freevo-users] Gentoo and XV display


> You don't need to change the ebuild. You can configure the display in
> /etc/freevo/freevo.conf after emerging gentoo
> 
> Bart
> - Original Message -
> From: "Jason Calabrese" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, March 16, 2003 9:33 PM
> Subject: [Freevo-users] Gentoo and XV display
> 
> 
> > I just got my shuttle to the point wher2 I can start getting freevo
> > configured.
> >
> > When I play DVD's there is a border around the movie.  I did a search
> through
> > the archives and it looks like I need to use xv display.
> >
> > I've tried modifing the ebuild, but it dosen't seem to help.
> >
> > This is what I did:
> >
> > src_compile() {
> > #local myconf="--geometry=800x600 --display=sdl"
> > local myconf="--geometry=800x600 --display=xv"
> >
> >
> > then I did an emerge freevo again, but I still get the border.
> >
> > Any ideas?
> >
> >
> > ---
> > This SF.net email is sponsored by:Crypto Challenge is now open!
> > Get cracking and register here for some mind boggling fun and
> > the chance of winning an Apple iPod:
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> 
> 
> 
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open! 
> Get cracking and register here for some mind boggling fun and 
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Gentoo and XV display

2003-03-16 Thread Bart Heremans
You don't need to change the ebuild. You can configure the display in
/etc/freevo/freevo.conf after emerging gentoo

Bart
- Original Message -
From: "Jason Calabrese" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 16, 2003 9:33 PM
Subject: [Freevo-users] Gentoo and XV display


> I just got my shuttle to the point wher2 I can start getting freevo
> configured.
>
> When I play DVD's there is a border around the movie.  I did a search
through
> the archives and it looks like I need to use xv display.
>
> I've tried modifing the ebuild, but it dosen't seem to help.
>
> This is what I did:
>
> src_compile() {
> #local myconf="--geometry=800x600 --display=sdl"
> local myconf="--geometry=800x600 --display=xv"
>
>
> then I did an emerge freevo again, but I still get the border.
>
> Any ideas?
>
>
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open!
> Get cracking and register here for some mind boggling fun and
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: Successful with Freevo + DevFS?? [WAS Re: [Freevo-users] Freevo + Mandrake 9.1 + Lircd]

2003-03-11 Thread Bart Heremans
Gentoo uses also defvs, I'm using freevo and lirc without problems.

- Original Message -
From: "Dave Ladd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 11, 2003 5:30 PM
Subject: Re: Successful with Freevo + DevFS?? [WAS Re: [Freevo-users] Freevo
+ Mandrake 9.1 + Lircd]


> yes, I'm using a "Streamzap" USB remote with DevFS. As part of the
> installation, you are supposed to symlink /dev/usb/streamzap0 to
/dev/lirc.
>
> Note: /dev/lirc, not /dev/lircd.
>
> I've been following this tread off and on, and I'm confused as to how
"irw" can
> work and the new freevo can fail. For me, once irw was happy, freevo was.
>
>
> --- Alan Murrell <[EMAIL PROTECTED]> wrote:
> > Hello Again,
> >
> > Still working away on this problem, trying to think
> > outside the box, as it were :-)  I did a 'grep' for
> > '/dev/lirc' in all he files in my '/usr/local/freevo'
> > directory, and discovered that 'remote.py' seems to
> > look for '/dev/lircd', which, if I am not mistaken, is
> > the "typical" device file for lirc?
> >
> > I am currently running DevFS, which places the lirc
> > device file (serial) as '/dev/lirc/serial'.  I tried
> > making a symlink to this as '/dev/lircd', but still no
> > joy.
> >
> > However, I just thought I would ask this: is there
> > *anyone* successfully using Freevo + Lirc under DevFS?
> >
> > TIA,
> >
> > Alan
> >
> >
> > __
> > Post your free ad now! http://personals.yahoo.ca
> >
> >
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
> ---
> This SF.net email is sponsored by:Crypto Challenge is now open!
> Get cracking and register here for some mind boggling fun and
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users