Re: [Freevo-users] Video playing inside freevo

2007-04-23 Thread Jason Tackaberry
On 2007-04-23 14:44, Andrea Magatti wrote:
> Is it possible in the current freevo architecture ( < 2.0) , or is it
> better choosing the new architecture for such a work?

This functionality is available in freevo 2.0 architecture but not 1.x.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Video playing inside freevo

2007-04-23 Thread Andrea Magatti
Hi all,
i was wondering if it was possible to have a sort of preview of video
files (or video device like /dev/video0) or any other accesible video
source (thinking of embedding skype movie window), on the right side of
the screen.
This video-in-freevo should play when you select a menu item on the
freevo screen


Is it possible in the current freevo architecture ( < 2.0) , or is it
better choosing the new architecture for  such a work?

Thanks in advance



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver and ubuntu feisty [solved]

2007-04-23 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
> Duncan Webb a écrit :
>> [EMAIL PROTECTED] wrote:
>>   
>>> hello,
>>>
>>> i' mtrying to use freevo 1.7 with ubuntu feisty using the server 
>>> http://ubuntu.geole.info/ feisty universe multiverse
>>>
>>> 1) From a fresh install of feisty, the package freevo1.7 seems broken. 
>>> it needs python2.4. (solved)
>>>
>>> 2) the recordserver crash with this output :
>>>
>>> [EMAIL PROTECTED]:~$ Traceback (most recent call last):
>>>   File 
>>> "/var/lib/python-support/python2.5/freevo/helpers/recordserver.py", line 
>>> 51, in 
>>> from twisted.internet.app import Application
>>> ImportError: No module named app
>>>
>>> python-twisted was intalled with freevo as dependencie. The version is 2.5
>>>
>>> I try change the symlink /usr/bin/python --> /usr/bin/python2.4 but i've 
>>> got the same output :
>>>
>>>  File 
>>> "/var/lib/python-support/python2.4/freevo/helpers/recordserver.py", line 
>>> 51, in ?
>>> from twisted.internet.app import Application
>>> ImportError: No module named app
>>>
>>>
>>> Any idea ?
>>> 
>> Yes, you need to use Twisted-2.4, I suspect that Twisted-2.5 is being
>> installed.
>>
>> Duncan
>>
>>
>> -
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>>   
> Hello,
> 
> I solved my problem with feisty and freevo.
> The solution is not the best but ...
> 
> here is :
> 
> install freevo1.7 with apt and all the dependances python-twisted , etc ...
> 
> then upload this file :
> 
> wget http://perso.wanadoo.fr/tomlohave/linux/python-twisted-2.4.tar.gz
> (it is python twisted and all taken from a pc under edgy)
> unpack this archive in your home (or whatever you want)
> 
> go to /usr/lib/python2.5/site-packages :
> 
> cd /usr/lib/python2.5/site-packages
> sudo mv twisted twisted-origin
> sudo ln -s /home/yourlogin/python/twisted twisted
> 
> with this "small" change, all is perfect and the recordserver is 
> functionnal.
> But it's not an elegant solution. Can the maintainer look at the package ?
> 
> i hope this can help someone :)

I think that you can also:
sudo mv twisted twisted-2.5
cd /path/to/unpacked/twisted-2.4.0/package
cd ZopeInterface-3.1.0c1
sudo python setup.py install
cd ../TwistedCore-2.4.0
sudo python setup.py install
cd ..
sudo python setup.py install

This is that standard way to install python packages.

But if your happy then stick with your solution.
Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Modifying Freevo

2007-04-23 Thread Patrick Carey
On Mon, 2007-04-23 at 09:29 -0400, Tim Gray wrote:
> I want freevo to start always in “watch a movie”  I do not want the
> user to ever get back to the menus but be forever stuck inside the
> “watch a movie” portion of freevo.
> 
>  
> 
> Is there a way I can do this by modifying the configuration?
> 

couldn't you just remove all the other plugins that you dont need?

plugin.remove('tv')
plugin.remove('headlines')
plugin.remove('image')
plugin.remove('games')

just add the above to your local_conf.py.  It's not ideal as the main
menu will still be accessible, but at least the only option on it will
be Movies.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Modifying Freevo

2007-04-23 Thread Duncan Webb
Tim Gray wrote:
> I want freevo to start always in “watch a movie”  I do not want the user
> to ever get back to the menus but be forever stuck inside the “watch a
> movie” portion of freevo.
> 
>  
> 
> Is there a way I can do this by modifying the configuration?


Not as far as I know. I'm not quite sure how easy this would be with
freevo-1.

You may be better off using freevo-2 which allows you to roll you own
media player.

Sorry not to be much help.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Can't install Freevo - python-kaa-base missing

2007-04-23 Thread Anand Karimpuzha
I have been using ubuntu feisty for my distribution. So take my info for what 
its worth. I installed freevo from source. Dowloaded the freevo source from 
sourceforge and the kaa libraries from subversion. The installation after that 
was straightforward. 

Can't say I have a perfect setup yet though. A number of issues still exist for 
me. I am trying to get it run with the framebuffer with X-windows, and that is 
not working quite yet.

1. mplayer performance/quality for dvd content is still not optimal. The cpu is 
working quite hard. ( a constant 100% with frame drops when scaling upto 
1920x1080)
2. bluetooth doesn't seem to be working for me yet with this kernel (to couple 
the bluetooth remote)
3. mplayer dvdnav functionality doesn't seem to work in the framebuffer. I have 
yet to figure out how to map the keypad keys to it.

But the above issues are not freevo related. Freevo was quite simple to setup.

As far as you are concerned, you say that you installed the kaa files from 
source. Then why don't you install freevo from source too. Installing freevo 
the package would still require kaa packages, which has more to do with how 
'rpm' works.


- Original Message 
From: firedevil79 <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Monday, April 23, 2007 1:10:26 AM
Subject: Re: [Freevo-users] Can't install Freevo - python-kaa-base missing

Hi @all!


I tried to install the freevo Project as well on my PS3, but I did not get any 
luck when I tried to install the RPM
package. I got the same missing dependancy (missing kaa-imlib2, kaa-base, 
kaa-metadata)


I tried to download the files the with the link above and installed them with 
python setup.py install.
for me it looked like the setup was successful.
After that I tried to install the package again, but still the dependancy was 
not solved.


Can you help me, please?!


take care, Jens




k.bacon a écrit :> Hi all,Hi Kev,>> Error: Missing dependancy: 
python-kaa-imlib2 is needed by Freevo17.> Error: Missing dependancy: 
python-kaa-base is needed by Freevo17.> Error: Missing dependancy: 
python-kaa-metadata is needed by Freevo17.>> Everything else that is required 
seems to be ok. Where can I find > these dependancies? Should they be in one of 
the repos?>You can find them in two ways :1) via svn :Just do :mkdir svncd 
svnsvn co svn://svn.freevo.org/kaa/trunk kaa(that will download the whole kaa 
project, but you don't need the whole.thencd kaa/basepython setyp.py installcd 
../metadatapython setyp.py installcd ../imlib2python setyp.py installBeware : 
at each step, really read the output messages : it can be that a module 
installs, but, due to some missing system libraries, some functions can be 
disabled (I think for instance at libdvdread3)2) via the packages that Ditchi 
did make :Here is just a 'cut & paste' of one of his mails :Hi,I want to make a 
new set of
 releases for kaa.base, kaa.imlib2 andkaa.metadata to reflect the latest 
changes including Python 2.5support and the replacement of libxml2 
dependency.Please test the new files with Freevo 1.7.0 and let me know if 
theywork. You can get them from http://files.sachmittel.deDischiGood 
installation,-- Pascal Schirrmann 



>
Hi all,


Just installed YDL 5 on my PS3 and was delighted to find Freevo 1.7 now
supports the PS3. However I am finding installing it a nightmare!


I have dabbled with Linux over the past few years but I'm no expert, so
hopefully I am missing something simple. I am trying to install using Yum
and I have setup the repositorys for FC5 from the documentation on this
site.


Trying "yum install freevo17" gives the following errors:


Error: Missing dependancy: python-kaa-imlib2 is needed by Freevo17.
Error: Missing dependancy: python-kaa-base is needed by Freevo17.
Error: Missing dependancy: python-kaa-metadata is needed by Freevo17.


Everything else that is required seems to be ok. Where can I find these
dependancies? Should they be in one of the repos?


Thanks in advance,
Kev






-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com -
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Fre

Re: [Freevo-users] Thumbnail

2007-04-23 Thread Gorka Olaizola
On Sun, Apr 22, 2007 at 09:28:18PM -0300, Christian Lyra wrote:
> 
> Is just me, or the create thumbnail function stop to work on last
> freevo-1.7 svn? the log only shows something like:
> 
Yesterday I posted my findings about the problem in freevo-devel

I got a traceback where Kaa tries to find a module in the build
directory instead of the installation directory.


signature.asc
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] recordserver and ubuntu feisty [solved]

2007-04-23 Thread [EMAIL PROTECTED]
Duncan Webb a écrit :
> [EMAIL PROTECTED] wrote:
>   
>> hello,
>>
>> i' mtrying to use freevo 1.7 with ubuntu feisty using the server 
>> http://ubuntu.geole.info/ feisty universe multiverse
>>
>> 1) From a fresh install of feisty, the package freevo1.7 seems broken. 
>> it needs python2.4. (solved)
>>
>> 2) the recordserver crash with this output :
>>
>> [EMAIL PROTECTED]:~$ Traceback (most recent call last):
>>   File 
>> "/var/lib/python-support/python2.5/freevo/helpers/recordserver.py", line 
>> 51, in 
>> from twisted.internet.app import Application
>> ImportError: No module named app
>>
>> python-twisted was intalled with freevo as dependencie. The version is 2.5
>>
>> I try change the symlink /usr/bin/python --> /usr/bin/python2.4 but i've 
>> got the same output :
>>
>>  File 
>> "/var/lib/python-support/python2.4/freevo/helpers/recordserver.py", line 
>> 51, in ?
>> from twisted.internet.app import Application
>> ImportError: No module named app
>>
>>
>> Any idea ?
>> 
>
> Yes, you need to use Twisted-2.4, I suspect that Twisted-2.5 is being
> installed.
>
> Duncan
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>   
Hello,

I solved my problem with feisty and freevo.
The solution is not the best but ...

here is :

install freevo1.7 with apt and all the dependances python-twisted , etc ...

then upload this file :

wget http://perso.wanadoo.fr/tomlohave/linux/python-twisted-2.4.tar.gz
(it is python twisted and all taken from a pc under edgy)
unpack this archive in your home (or whatever you want)

go to /usr/lib/python2.5/site-packages :

cd /usr/lib/python2.5/site-packages
sudo mv twisted twisted-origin
sudo ln -s /home/yourlogin/python/twisted twisted

with this "small" change, all is perfect and the recordserver is 
functionnal.
But it's not an elegant solution. Can the maintainer look at the package ?

i hope this can help someone :)

Bye

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Modifying Freevo

2007-04-23 Thread Tim Gray
I want freevo to start always in "watch a movie"  I do not want the user to
ever get back to the menus but be forever stuck inside the "watch a movie"
portion of freevo.

 

Is there a way I can do this by modifying the configuration?

 

Thanks!

 



Tim Gray - Programmer / IT

Premier Audio and Images

 

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] vdr plugin

2007-04-23 Thread Juha Pahkala
mike lewis wrote:
> On 4/12/07, Juha Pahkala <[EMAIL PROTECTED]> wrote:
>   
>> I was excited to see your patch on the devel list today, but it awfully
>> much resembles something  more for CD burning than VDR, might be the
>> wrong patch  :)
>>
>> 
> Doh!   Sorry.  I'll have a look over the weekend..
>
> M
A friendly reminder... i'm (and probably others as well) still 
interested in the patch if you find it

tia, juhis


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users