Re: [Freevo-devel] Geekbox theme bug

2007-11-19 Thread Evan Hisey
John-


> Yeah that's a bug. I never bothered to look into the code from the 1.x
> release skins when I was porting geexbox to see how it should work.
> Patches welcome :)
 How do you want the patch? I now have it working atleast as well the
the mediaportal skin. There is still some code missing somewhere
though. Not sure if it is in the recordserver or the skin.

Evan

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


Re: [Freevo-devel] freevo-tvdev question

2007-11-19 Thread mike lewis
On Nov 20, 2007 12:10 AM, Dirk Meyer <[EMAIL PROTECTED]> wrote:
>
> "mike lewis" wrote:
> > Hi Team,
> >
> > I've just resolved an issue with installing kaa, and now I'm
> > attempting to test my usb dvb-t card in freevo.  I gather freevo-tvdev
> > is the module for this task..  I've run freevo and can now get a
> > display!  Yay for fading.  I've run freevo-tvserver and it runs fine
> > in the background (have no xml yet, and haven't looked at setting
> > channels etc yet).  but when i run freevo-tvdev it seems to crash with
> > a meaningfull error..
> >
> > ---
> > [EMAIL PROTECTED]:~$ sudo freevo-tvdev --fg
> > INFO system(65): Detecting TV cards.
> > ERROR __init__(1021): dvb detection
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.5/site-packages/freevo/tvdev/system.py", line
> > 86, in detect
> > card = dvb.Config(i)
> >   File "/usr/lib/python2.5/site-packages/freevo/tvdev/dvb.py", line
> > 64, in __init__
> > r = ioctl(devfd, IOR('o', 61, INFO_ST), val)
> >   File "/usr/lib/python2.5/site-packages/kaa/ioctl.py", line 91, in ioctl
> > return fcntl.ioctl(fd, code, *args, **kargs)
> > IOError: [Errno 22] Invalid argument
> > ERROR freevo-tvdev(161): no active devices found, terminate
> > freevo-tvdev [options]
> > options:
> > -c configfile   set config filename
> > --fgstart tvdev in foreground
> > --stop  stop running tvdev
> > --list  list all devices
> > --help | -h this message
> > ---
> >
> > dmesg has this output at the time:
> > ---
> > [ 1209.098954] ioctl32(freevo-tvdev:4549): Unknown cmd fd(3)
> > cmd(80a86f3d){t:'o';sz:168} arg(ffa94abb) on
> > /dev/dvb/adapter0/frontend0
> > ---
> >
> > But I'm sure there is a card there...  Yes.  Just tested with xine-ui
> > & kaffeine and dvb is working...
> >
> > Is there anything I've missed or have I just stumbled upon a
> > limitation of the ubuntu running on a ps3?
>
> Well, the whole tvdev needs a huge update, I'm suprised that it still
> works for some people. :)
>
> When I have some time I will create kaa.record3 and freevo-tvdev2
> based on gstreamer and the dvb code from our GSoC student.
>
>
Hi Dischi,

Looking forward to this update.  In the mean time I wonder if there is
any way I can get dvb-t over usb working? (What I mean is, is the code
*very* broken?  I thought you've been using this for some time now?)

My hardware died; and I picked up a ps3 to replace it.  I was under
the impression that a ps3 had enough "guts" to drive 2D (ie desktop or
video) at 720p; but my experience is not the case.  There is library
in devlopement to accelerate video scaling etc called spumedialib, and
there is a mplayer only driver which uses it.  This means my short
term goal is to try to get freevo2 working with it's native dvb-t code
(recordserver, straight to mpeg2 right?); and use the new mplayer vo
to drive it.

I wonder if this is possible given the current state of code, or if a
major rewrite is required before the tvdev for dvb will work?  If it's
just device discovery that's broken I should be able to hack my way
around that..

Mick

> Dischi
>
> --
> "Everything should be made as simple as possible, but not simpler."
> (A.Einstein)
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
>
>

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


Re: [Freevo-devel] gphoto-plugin: Currently working on...

2007-11-19 Thread Thorsten Pferdekämper
On Monday 19 November 2007 20:34, Duncan Webb wrote:
> Thorsten Pferdekämper wrote:

> When your happy just add a feature request and I'll add it to svn. It
> gets used this way.

Ok, I am going to do so.

>
> BTW does the gphoto2 plug-in support camera with usb storage?
>

I believe that gphoto2 supports them, so I'd assume that the gphoto plugin 
also does. However, to be honest, I have not tested it (yet). Let's see if I 
can find a usb-storage camera.

Regards,
Thorsten

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


Re: [Freevo-devel] gphoto-plugin: Currently working on...

2007-11-19 Thread Duncan Webb
Thorsten Pferdekämper wrote:
> Hi,
> 
> I just wanted to "announce" that I am currently working on the image.gphoto 
> plugin (for the 1.7 branch). (This enables freevo to browse pictures on a 
> digicam directly, even if they don't support usb-storage.)
> I currently have a halfway working solution. It is quite fast (just downloads 
> exif thumbnails first) and there are no crashs I know about. (...)
> 
> If someone is interested in this: Please tell me...

When your happy just add a feature request and I'll add it to svn. It
gets used this way.

BTW does the gphoto2 plug-in support camera with usb storage?

Duncan


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


Re: [Freevo-devel] freevo 2 + kaa checkout

2007-11-19 Thread Ryan Roth
It is a good idea to run a 'clean' before any build

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


[Freevo-devel] gphoto-plugin: Currently working on...

2007-11-19 Thread Thorsten Pferdekämper
Hi,

I just wanted to "announce" that I am currently working on the image.gphoto 
plugin (for the 1.7 branch). (This enables freevo to browse pictures on a 
digicam directly, even if they don't support usb-storage.)
I currently have a halfway working solution. It is quite fast (just downloads 
exif thumbnails first) and there are no crashs I know about. (...)

If someone is interested in this: Please tell me...

Regards,
Thorsten

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


Re: [Freevo-devel] freevo-tvdev question

2007-11-19 Thread Dirk Meyer
"mike lewis" wrote:
> Hi Team,
>
> I've just resolved an issue with installing kaa, and now I'm
> attempting to test my usb dvb-t card in freevo.  I gather freevo-tvdev
> is the module for this task..  I've run freevo and can now get a
> display!  Yay for fading.  I've run freevo-tvserver and it runs fine
> in the background (have no xml yet, and haven't looked at setting
> channels etc yet).  but when i run freevo-tvdev it seems to crash with
> a meaningfull error..
>
> ---
> [EMAIL PROTECTED]:~$ sudo freevo-tvdev --fg
> INFO system(65): Detecting TV cards.
> ERROR __init__(1021): dvb detection
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/tvdev/system.py", line
> 86, in detect
> card = dvb.Config(i)
>   File "/usr/lib/python2.5/site-packages/freevo/tvdev/dvb.py", line
> 64, in __init__
> r = ioctl(devfd, IOR('o', 61, INFO_ST), val)
>   File "/usr/lib/python2.5/site-packages/kaa/ioctl.py", line 91, in ioctl
> return fcntl.ioctl(fd, code, *args, **kargs)
> IOError: [Errno 22] Invalid argument
> ERROR freevo-tvdev(161): no active devices found, terminate
> freevo-tvdev [options]
> options:
> -c configfile   set config filename
> --fgstart tvdev in foreground
> --stop  stop running tvdev
> --list  list all devices
> --help | -h this message
> ---
>
> dmesg has this output at the time:
> ---
> [ 1209.098954] ioctl32(freevo-tvdev:4549): Unknown cmd fd(3)
> cmd(80a86f3d){t:'o';sz:168} arg(ffa94abb) on
> /dev/dvb/adapter0/frontend0
> ---
>
> But I'm sure there is a card there...  Yes.  Just tested with xine-ui
> & kaffeine and dvb is working...
>
> Is there anything I've missed or have I just stumbled upon a
> limitation of the ubuntu running on a ps3?

Well, the whole tvdev needs a huge update, I'm suprised that it still
works for some people. :)

When I have some time I will create kaa.record3 and freevo-tvdev2
based on gstreamer and the dvb code from our GSoC student.


Dischi

-- 
"Everything should be made as simple as possible, but not simpler."
(A.Einstein)


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


[Freevo-devel] freevo-tvdev question

2007-11-19 Thread mike lewis
Hi Team,

I've just resolved an issue with installing kaa, and now I'm
attempting to test my usb dvb-t card in freevo.  I gather freevo-tvdev
is the module for this task..  I've run freevo and can now get a
display!  Yay for fading.  I've run freevo-tvserver and it runs fine
in the background (have no xml yet, and haven't looked at setting
channels etc yet).  but when i run freevo-tvdev it seems to crash with
a meaningfull error..

---
[EMAIL PROTECTED]:~$ sudo freevo-tvdev --fg
INFO system(65): Detecting TV cards.
ERROR __init__(1021): dvb detection
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/tvdev/system.py", line
86, in detect
card = dvb.Config(i)
  File "/usr/lib/python2.5/site-packages/freevo/tvdev/dvb.py", line
64, in __init__
r = ioctl(devfd, IOR('o', 61, INFO_ST), val)
  File "/usr/lib/python2.5/site-packages/kaa/ioctl.py", line 91, in ioctl
return fcntl.ioctl(fd, code, *args, **kargs)
IOError: [Errno 22] Invalid argument
ERROR freevo-tvdev(161): no active devices found, terminate
freevo-tvdev [options]
options:
-c configfile   set config filename
--fgstart tvdev in foreground
--stop  stop running tvdev
--list  list all devices
--help | -h this message
---

dmesg has this output at the time:
---
[ 1209.098954] ioctl32(freevo-tvdev:4549): Unknown cmd fd(3)
cmd(80a86f3d){t:'o';sz:168} arg(ffa94abb) on
/dev/dvb/adapter0/frontend0
---

But I'm sure there is a card there...  Yes.  Just tested with xine-ui
& kaffeine and dvb is working...

Is there anything I've missed or have I just stumbled upon a
limitation of the ubuntu running on a ps3?

Mick

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


Re: [Freevo-devel] freevo 2 + kaa checkout

2007-11-19 Thread Jason Tackaberry
On Mon, 2007-11-19 at 22:21 +0900, mike lewis wrote:
> If I was a better user I would have cut and paste the output to prove it..

I believe you. :)  I know what the problem is.  It just may not be worth
the effort fixing, so long as we document well enough that you have to
clean out the build/ directory before recompiling.

The problem is the first time you built kaa.display, you didn't have the
imlib2 devel package.  Later you installed it, but when you reran build
in kaa/display it figured there was nothing to do as everything was
already compiled, not realizing that the library situation has changed.

Fixing it will require somewhat retrofitting the build system in
kaa.base.

Cheers,
Jason.


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


Re: [Freevo-devel] freevo 2 + kaa checkout

2007-11-19 Thread mike lewis
On Nov 19, 2007 10:12 PM, Jason Tackaberry <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-11-19 at 20:36 +0900, mike lewis wrote:
> > Jason, is this a bug worth looking into in kaa?  pythin setup clean
> > and then install; the output is the same; but now it works!  yay!
>
> It's tricky enough to solve that it might not be worth it.  I'll take it
> under advisement. :)
>
If I was a better user I would have cut and paste the output to prove it..

Cheers!

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


Re: [Freevo-devel] freevo 2 + kaa checkout

2007-11-19 Thread Jason Tackaberry
On Mon, 2007-11-19 at 20:36 +0900, mike lewis wrote:
> Jason, is this a bug worth looking into in kaa?  pythin setup clean
> and then install; the output is the same; but now it works!  yay!

It's tricky enough to solve that it might not be worth it.  I'll take it
under advisement. :)



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


Re: [Freevo-devel] freevo 2 + kaa checkout

2007-11-19 Thread mike lewis
On Nov 19, 2007 11:55 AM, Ryan Roth <[EMAIL PROTECTED]> wrote:
> Have you tried a 'python setup.py clean' and then 'python setup.py
> install'?  I have had this issue before when I have not cleaned up after
> a failed install.
>
>
Hi Ryan.  Thanks.  This fixed it.

Jason, is this a bug worth looking into in kaa?  pythin setup clean
and then install; the output is the same; but now it works!  yay!

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

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


Re: [Freevo-devel] freevo 2 + kaa checkout

2007-11-19 Thread mike lewis
On Nov 19, 2007 11:42 AM, Jason Tackaberry <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-11-19 at 11:36 +0900, mike lewis wrote:
> > > SystemError: kaa-display compiled without imlib2 display support.
> > ---
> >
> > Would this mean that ubuntu's version of imlib2 is compiled without
> > something needed by kaa?
>
> No, it means that kaa.display was built without imlib2 support.
>
> The typical cause is lack of devel package when building kaa.display.
>
> If you just run 'python setup.py' (no arguments) inside kaa/display, it
> will start by outputting the result of what it's able to detect.  e.g.:
>
> checking for X11 ... ok
> checking for imlib2 >= 1.1.1 ... 1.3.0
> checking for evas >= 0.9.9.010 ... 0.9.9.038
> checking for directfb >= 0.9.20 ... no
> checking for pygame ... not installed
> checking for XComposite ... ok
> + X11 (imlib2, evas, evasGL)
> + Framebuffer (imlib2, evas)
> - DirectFB
> - SDL
>
> So it found imlib2 1.3.0.  And notice that beside the + X11 line, in
> parens, it says 'imlib2'.  This is what you want to see.
>
> Cheers,
> Jason.
>
Thanks Jason,  but if you look at my previous post, that is exactly
the output I have...

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

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