[Freevo-devel] [ freevo-Bugs-1589722 ] Fix for lirc disabled xine builds

2006-11-02 Thread SourceForge.net
Bugs item #1589722, was opened at 2006-11-03 06:33 Message generated for change (Comment added) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1589722&group_id=46652 Please note that this message will contain a full copy of the comment

[Freevo-devel] [ freevo-Bugs-1589722 ] Fix for lirc disabled xine builds

2006-11-02 Thread SourceForge.net
Bugs item #1589722, was opened at 2006-11-03 05:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1589722&group_id=46652 Please note that this message will contain a full copy o

[Freevo-devel] [ freevo-Bugs-1581062 ] Missing skin config option in local_conf.py

2006-11-02 Thread SourceForge.net
Bugs item #1581062, was opened at 2006-10-20 06:49 Message generated for change (Comment added) made by ehisey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1581062&group_id=46652 Please note that this message will contain a full copy of the comment thr

[Freevo-devel] MPLAYER_NICE used by Xine plugin

2006-11-02 Thread Evan Hisey
Duncan- While looking at how to implement my --no-lirc solution, I found that xine is using the MPLAYER_NICE setting. Maybe we should rename the MPLAYER_NICE to VIDEO_NICE so that it is obvious that it is used by both Mplayer and Xine plugins? Evan --

Re: [Freevo-devel] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Jason Tackaberry
On Thu, 2006-11-02 at 22:50 +0100, Dirk Meyer wrote: > Yes, you missed writing it down when you wrote kaa.player :) Touche. Well I thought it was obvious. :) - Using Tomcat but need to do more? Need to support web services,

Re: [Freevo-devel] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Dirk Meyer
Jason Tackaberry wrote: > Shouldn't this capture everything? This is how I designed kaa.player. > Did I miss something? Yes, you missed writing it down when you wrote kaa.player :) Dischi -- A marriage is always made up of two people who are prepared to swear that only the other one snores.

Re: [Freevo-devel] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Jason Tackaberry
On Thu, 2006-11-02 at 22:29 +0100, Dirk Meyer wrote: > play_started vs. play_continued and stream_end vs. user_end. I don't > think pause_toggle is needed, it is just pause. I expect it to work like this: * start - emitted when a stream starts playing (from non-pause state) * p

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Jason Tackaberry
On Thu, 2006-11-02 at 22:29 +0100, Dirk Meyer wrote: > That should go into base.py. This class handles state changes. I see > now that this is missing on many parts. I guess we need more signals: It seemed easiest to put it there, but feel free to relocate it wherever, so long as the end result is

Re: [Freevo-devel] Kaa r1973 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Thu Nov 2 21:15:17 2006 > New Revision: 1973 > > Modified: >trunk/popcorn/src/backends/xine/player.py > > Log: > Emit play signal when playing a stream from non-pause state. > > > Modified: trunk/popcorn/src/backends/xine/player.py > =

[Freevo-devel] [ freevo-Bugs-1588310 ] Crash adding new favorite in WWW plugin

2006-11-02 Thread SourceForge.net
Bugs item #1588310, was opened at 2006-11-01 01:02 Message generated for change (Settings changed) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1588310&group_id=46652 Please note that this message will contain a full copy of the comm

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Justin Wetherell
Were you referring to these bugs? [ freevo-Bugs-1588309 ] [ freevo-Bugs-1588310 ] If so, you can close them. It was an error in my TV_CHANNELS, I sent a follow up e-mail about them; maybe you didn't see it. On 11/2/06, Duncan Webb <[EMAIL PROTECTED]> wrote: Justin Wetherell wrote:> Well, the erro

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Duncan Webb
Justin Wetherell wrote: > Well, the error is gone with the latest svn (8530) but you just caught > the exception, right? > > I see this: setvbiembed: failed but it works properly. This is because you ivtv version doesn't seem to support vbi-embedding. I don't think that it is related to your cha

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Justin Wetherell
Well, the error is gone with the latest svn (8530)  but you just caught the exception, right? I see this: setvbiembed: failed but it works properly.On 11/2/06, Duncan Webb <[EMAIL PROTECTED]> wrote: Duncan Webb wrote:> Justin Wetherell wrote:>> The rule is one VideoGroup per tuner. >> The PVR-150

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Duncan Webb
Duncan Webb wrote: > Justin Wetherell wrote: > > The rule is one VideoGroup per tuner. > > The PVR-150 has one tuner. So > VIDEO_GROUPS = [ > VideoGroup(vdev='/dev/video0', >adev=None, >input_type='tuner', >input_num=0, >tuner_no

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1962 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Jason Tackaberry
On Thu, 2006-11-02 at 17:37 +0100, Dirk Meyer wrote: > LOL, I have the same patch here but not checked in because I wanted to > test audio only first. :) I was just testing baloo. There are a few more problems though. With this patch it works playing the first song, but clicking Next doesn't mov

Re: [Freevo-devel] Kaa r1962 - trunk/popcorn/src/backends/xine

2006-11-02 Thread Dirk Meyer
Jason Tackaberry wrote: > Author: tack > Date: Thu Nov 2 16:33:04 2006 > New Revision: 1962 > > Modified: >trunk/popcorn/src/backends/xine/player.py > > Log: > Don't send window visibility event if setting window to None; > don't call _die() on child if child is None. LOL, I have the same pat

[Freevo-devel] [Announce] Licence change for Kaa Media Repository

2006-11-02 Thread Dirk Meyer
Hi everone, I want to announce the licence change from GPL to LGPL for some modules of the Kaa Media Repository. What is Kaa Media Repository? The Kaa Media Repository is a repository of more or less independed Python modules that have something to do with media in general. It is the base for Fr

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Duncan Webb
Justin Wetherell wrote: The rule is one VideoGroup per tuner. The PVR-150 has one tuner. So VIDEO_GROUPS = [ VideoGroup(vdev='/dev/video0', adev=None, input_type='tuner', input_num=0, tuner_norm='NTSC', tuner_chanlist=