Re: [Freevo-devel] Bookmark plugin for xine (freevo 1.x)

2007-06-01 Thread Christian Lyra
awnsering myself: item.player.name for all of you wanna-be plugin writers like me this could be useful. My "debugitem" plugin: from pprint import pformat import os import plugin import config class PluginInterface(plugin.ItemPlugin): def __init__(self): plugin.ItemPlugin.__init__(se

[Freevo-devel] XMLRPC in kaa (was: Freevo and Python 2.5)

2007-06-01 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Dirk Meyer wrote: >>> "Duncan Webb" wrote: The only thing that I've not researched yet is how to replace the reactor loop, subclassing SimpleXMLRPCServer may be the solution for this. >>> Maybe use kaa.notifier as basic framework. Doing this would

[Freevo-devel] Bookmark plugin for xine (freevo 1.x)

2007-06-01 Thread Christian Lyra
Hi there, I was playing with the patch to add bookmarks with xine and found that thereĀ“s a little problem with it. The patch assumes that you only use one player (config.VIDEO_PREFERED_PLAYER) instead of the current selected player. Is there a way, or a variable that holds what player

Re: [Freevo-devel] [Freevo-users] Freevo and Python 2.5

2007-06-01 Thread Duncan Webb
Dirk Meyer wrote: > Dirk Meyer wrote: >> "Duncan Webb" wrote: >>> The only thing that I've not researched yet is how to replace the reactor >>> loop, subclassing SimpleXMLRPCServer may be the solution for this. >> Maybe use kaa.notifier as basic framework. Doing this would make the >> code compatib

Re: [Freevo-devel] freevo2.0: problem in fxdparser.py or tvserver.recording.py ?

2007-06-01 Thread Joost
I just did an svn update again, and nothing changed. I'm at revision 9628. So the problem is still there. Regards, Joost Op vrijdag 01-06-2007 om 14:40 uur [tijdzone +0200], schreef Dirk Meyer: > Joost wrote: > > Hi, > > > > I have found a problem with saving recording data to the tvschedule.fxd

Re: [Freevo-devel] freevo2.0: problem in fxdparser.py or tvserver.recording.py ?

2007-06-01 Thread Dirk Meyer
Joost wrote: > Hi, > > I have found a problem with saving recording data to the tvschedule.fxd > file. Sometimes the name or description of a program contains the '&' > character. In xml this should be replaced by '&'. Because this is > not done the tvserver sometimes give an error reading the tvse

Re: [Freevo-devel] v4l2.py changes in 1.7.2 release

2007-06-01 Thread Duncan Webb
> Hi. > > After changes v4l2.py with comment > "Fixed a struct size problem for 64bit machines, added some debugs" > if I switch to TV channel I see that messages (in console): > > control "Video Pulldown" does not exists > "Video Aspect" not found > "Audio Stereo Mode Extension" not found > "Audio

[Freevo-devel] v4l2.py changes in 1.7.2 release

2007-06-01 Thread Koval Valery
Hi. After changes v4l2.py with comment "Fixed a struct size problem for 64bit machines, added some debugs" if I switch to TV channel I see that messages (in console): control "Video Pulldown" does not exists "Video Aspect" not found "Audio Stereo Mode Extension" not found "Audio Emphasis" not fou