Re: [Freevo-devel] python-xml dependency

2010-04-27 Thread Duncan Webb
On 22/04/2010 23:47, Alexander Murauer wrote: > hi, > > i upgraded my ubuntu-freevo mediastation some days ago, and i noticed > that they removed python-xml package from their repositories. > tvtime-plugin uses it, so i complained on ubuntu bugtracker, but they > told me python-xml is unmaintained

Re: [Freevo-devel] Tv guide search crashes webserver

2009-10-04 Thread Duncan Webb
Evan Hisey wrote: > Duncan > > I am getting the following tracebcak when I crashe the webserver > doing a search in the TV guide. I think it is caused by the results of > the search. > > --- --- > File "/usr/lib/python2.5/site-packages/twisted/web/server.py", line > 160, in process > self.

Re: [Freevo-devel] Log Error and hung freevo

2009-07-12 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > I found this in the logs on a my 1.9 box after it hung returning from > the screen saver. I am reporting as freevo requested :) The first is a report from kaa.metadata, do you have the automounter running on your DVD drive? > 2009-07-10 23:04:38,009 WARNING Please

Re: [Freevo-devel] [crash] dialog function(s) missing

2009-07-12 Thread Duncan Webb
Adam Charrett wrote: > On Fri, July 3, 2009 6:59 pm, Duncan Webb wrote: >> Adam Charrett wrote: >>> On Wed, July 1, 2009 10:25 pm, Richard van Paasen wrote: >>>> Hi Adam, >>>> >>>> On adding a favorite, freevo crashes when the favori

Re: [Freevo-devel] web config error

2009-07-12 Thread Duncan Webb
Evan Hisey wrote: > I was just checking the web config page to see how it was working and > I am getting this as a result: > > Request did not return a string > > Request: > > It seems to mostly work (audio tab failed) but the others were fine. Duncan ---

Re: [Freevo-devel] [crash] dialog function(s) missing

2009-07-03 Thread Duncan Webb
Adam Charrett wrote: > On Wed, July 1, 2009 10:25 pm, Richard van Paasen wrote: >> Hi Adam, >> >> On adding a favorite, freevo crashes when the favorite is saved. See the >> trace below. The method dialog.show_working_indicator() is not available. >> After removing the call to this method from favo

Re: [Freevo-devel] [Freevo-cvslog] r11605 - branches/rel-1/freevo tags/REL-1_9_1/freevo

2009-07-01 Thread Duncan Webb
Jonathan Isom wrote: > On Sun, Jun 28, 2009 at 3:58 PM, Adam Charrett wrote: >> On Sat, 2009-06-27 at 09:08 -0500, Evan Hisey wrote: >>> On Sat, Jun 27, 2009 at 3:54 AM, Adam Charrett wrote: >>>> On Fri, 2009-06-26 at 17:51 +0200, Duncan Webb wrote: >>>>

Re: [Freevo-devel] [Freevo-cvslog] r11605 - branches/rel-1/freevo tags/REL-1_9_1/freevo

2009-06-26 Thread Duncan Webb
Adam Charrett wrote: > On Thu, June 25, 2009 4:52 pm, Duncan Webb wrote: >> Author: duncan >> Date: Thu Jun 25 11:52:25 2009 >> New Revision: 11605 >> >> Log: >> Removed dialog.x11_overlay_display being activated by default, seems to be >> causing pr

Re: [Freevo-devel] [Freevo-cvslog] r11593 - branches/rel-1/freevo/src/video tags/REL-1_9_1/freevo/src/video

2009-06-18 Thread Duncan Webb
Jason Tackaberry wrote: > On Wed, 2009-06-17 at 17:16 +0200, Duncan Webb wrote: >> When length = 'None' should be a ValueError, when length = None should >> be a TypeError. > >>>> 0 + 'foo' > Traceback (most recent call last): > File &quo

Re: [Freevo-devel] convert_config help broken

2009-06-18 Thread Duncan Webb
Evan Hisey wrote: > Duncan- > once again getting issues with convert_config. Now when I try to get > the list of options using --help I get the default freevo help on > Freevo 1.9.0. I have finally had a chance to ge the new Freevo 1.9 > and updated Kaa packages built for Slackware 12.1 ( should

Re: [Freevo-devel] [Freevo-cvslog] r11593 - branches/rel-1/freevo/src/video tags/REL-1_9_1/freevo/src/video

2009-06-17 Thread Duncan Webb
Jason Tackaberry wrote: > On Tue, 2009-06-16 at 19:17 +0200, Duncan Webb wrote: >> +try: >> +total += length >> +except ValueError: >> +_debug_('Invalid length: %r' % (len

Re: [Freevo-devel] length is u'None'

2009-06-16 Thread Duncan Webb
Jason Tackaberry wrote: > On Fri, 2009-06-12 at 10:36 +0200, A Mennucc wrote: >> --- video/videoitem.py.orig 2009-05-16 20:10:55.0 +0200 >> +++ video/videoitem.py 2009-05-29 11:34:38.0 +0200 >> @@ -375,6 +375,9 @@ >> length = s.length >>

Re: [Freevo-devel] cdroms (again)

2009-06-16 Thread Duncan Webb
A Mennucc wrote: > On Fri, Jun 12, 2009 at 10:26:14AM +0200, A Mennucc wrote: >> I am preparing a patch. > > the patch will have to wait - something broke in my hardware I know the problem, my G400 has gone to black. Talking about hardware, just got one of those WD Green Claviar disk, well recom

Re: [Freevo-devel] patch against which 1.x branch?

2009-06-16 Thread Duncan Webb
Adam Charrett wrote: > On Sat, 2009-06-13 at 18:22 +0200, Duncan Webb wrote: >> Evan Hisey wrote: >>> On Thu, Jun 11, 2009 at 5:51 AM, Mario Kless wrote: >>>> Hi, >>>> >>>> made an "Add favorite" option to add a favorite by hand

Re: [Freevo-devel] cdroms (again)

2009-06-14 Thread Duncan Webb
A Mennucc wrote: > hi, > > two problems (again!) with CDROMs ! > see bug http://bugs.debian.org/478574 > > 1) please remove the lines > from util.misc import print_upper_execution_stack > print_upper_execution_stack() > from utils/fileops.py > (or otherwise, insert that

Re: [Freevo-devel] patch against which 1.x branch?

2009-06-13 Thread Duncan Webb
Evan Hisey wrote: > On Thu, Jun 11, 2009 at 5:51 AM, Mario Kless wrote: >> Hi, >> >> made an "Add favorite" option to add a favorite by hand (that isn't in >> the epg at the moment) for the web interface. >> >> At the moment I'm using 1.9.0. >> >> Against which freevo version should I patch 1.9 or

Re: [Freevo-devel] AttributeError: 'NoneType' object has no attribute 'position'

2009-05-31 Thread Duncan Webb
Frank [Antispam account] wrote: > >> Frank [Antispam account] wrote: >>> Running Freevo 1.8.4-svn r11576 with the panarama theme gives me an >>> error in the mail-502.log: >>> >>> >>> 2009-05-29 20:35:18,657 ERRORdisplay.py (315): >> Exception caught while >>> trying to render dialog! >>> T

Re: [Freevo-devel] AttributeError: 'NoneType' object has no attribute 'position'

2009-05-30 Thread Duncan Webb
Frank [Antispam account] wrote: > Running Freevo 1.8.4-svn r11576 with the panarama theme gives me an error in > the mail-502.log: > > > 2009-05-29 20:35:18,657 ERRORdisplay.py (315): Exception caught while > trying to render dialog! > Traceback (most recent call last): > File "/usr/lib/pyt

Re: [Freevo-devel] SVN url?

2009-05-30 Thread Duncan Webb
Frank [Antispam account] wrote: > Hello Duncan, > > Can you tell me the svn url for the latest version? > > I am using svn://svn.freevo.org/freevo/branches/rel-1/freevo but after > updating it still gives me version: Freevo 1.8.4-svn r11576 > > Thanks, > > Frank > > Note: The reason why I ask

Re: [Freevo-devel] kaa-metadata 0.7.6: wrong length for VBR MP3s

2009-05-30 Thread Duncan Webb
Jason Tackaberry wrote: > On Thu, 2009-05-28 at 12:58 +0200, Duncan Webb wrote: >> I guess that this a %s instead of a %r. Unprintable characters can mess >> up a xterm :-) when a log has been cat'ed. > > Right, ok, now I see what you mean. Ok, I've changed that

Re: [Freevo-devel] kaa-metadata 0.7.6: wrong length for VBR MP3s

2009-05-28 Thread Duncan Webb
On 27/05/2009 19:34, Jason Tackaberry said the following: > On Wed, 2009-05-27 at 19:00 +0200, Duncan Webb wrote: >> Just to keep Jason busy, the log reports: >> trying video/quicktime >> invalid header: >> trying video/mpeg > > I don't think we c

Re: [Freevo-devel] kaa-metadata 0.7.6: wrong length for VBR MP3s

2009-05-27 Thread Duncan Webb
Matthias Reichl wrote: > I just noticed that the current kaa-metadata release reports a > wrong length for my VBR MP3s. kaa-metadata 0.7.5 worked fine. > I encoded my MP3s using LAME and they contain a XING header at > the very beginning. > > I did some testing and it seems that r3821 (new find_he

[Freevo-devel] [ANNOUNCE] Release 1.9.0 of Freevo

2009-05-26 Thread Duncan Webb
Hi all, Just to let you know that the release of Freevo-1.9.0 is now available for download from those nice people at SourceForce: https://sourceforge.net/project/downloading.php?group_id=46652&filename=freevo-1.9.0.tar.gz&a=70059669 and the MD5 sums are here: https://sourceforge.net/project/down

Re: [Freevo-devel] avoid 'print' in code to be released

2009-05-25 Thread Duncan Webb
A Mennucc wrote: > hi, > > someone just mentioned 'print' statements used for debugging: > those should be avoided as much as possible in final releases. > > Some time ago, I did restart one of the freevo servers using > a ssh terminal. After some time I noticed that it had crashed. > The reason

Re: [Freevo-devel] REL-1_8_4: audio.coversearch traceback

2009-05-25 Thread Duncan Webb
Matthias Reichl wrote: > On Sun, May 24, 2009 at 06:07:57PM +0200, Duncan Webb wrote: >> Matthias Reichl wrote: >>> Thanks, your patch works fine. Coversearch is working again. >>> >>> Are there any other things I should test? >> >> Great, what ever

Re: [Freevo-devel] kaa.Process2 -> kaa.Process

2009-05-25 Thread Duncan Webb
On 25/05/2009 14:30, Jason Tackaberry said the following: > Any objections if I remove the old popen.py module and replace > kaa.Process with what is currently kaa.Process2? > > The API is different, but we all expected that. But it's more or less > feature complete and I believe I've worked out

Re: [Freevo-devel] REL-1_8_4: audio.coversearch traceback

2009-05-24 Thread Duncan Webb
Matthias Reichl wrote: > On Sun, May 24, 2009 at 05:28:40PM +0200, Duncan Webb wrote: >> Clear that os.path does not like Unicode strings. >> >> Will you try the attached patch, it should fix this one but there may be >> others. Will you let me know the results. > &

Re: [Freevo-devel] REL-1_8_4: audio.coversearch traceback

2009-05-24 Thread Duncan Webb
Matthias Reichl wrote: > Another issue with kaa r4054 / REL-1_8_4 r11554: > > When I try to find a cover (tested here with the album "The Hazards of Love" > by the "Decemberists"), I get the following traceback plus the > message "No covers available from Amazon"): > > Traceback (most recent call

Re: [Freevo-devel] REL-1_8_4: Configure Directory broken

2009-05-24 Thread Duncan Webb
Matthias Reichl wrote: > I updated to kaa r4054 and REL-1_8_4 r11554 and noticed that > "Configure Directory" is no longer working. > > For example, when I change "Directory Autoplay Singe Item" from > "auto" to "off", I get a traceback and a broken folder.fxd is written > (there was no folder.fxd

Re: [Freevo-devel] Zoneminder plugin for freevo

2009-05-23 Thread Duncan Webb
Christophe Nowicki wrote: > On Tuesday 12 May 2009 00:03:42 you wrote: > >> John Molohan wrote: >> Hi, >> > Hi, > >> I've created a request tracker entry for freevo to ask Duncan to include >> your zoneminder plugin. It would be great if you could a diff against >> freevo rel-1 svn and a

Re: [Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-23 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Jason Tackaberry wrote: >>> On Sun, 2009-05-17 at 17:38 +0200, Duncan Webb wrote: >>>> For some people the most important change is that Python-2.4 is no >>>> longer supported whereas Python-2.6 is now supported.

Re: [Freevo-devel] REL-1_8_4: shutdown broken after watching TV

2009-05-17 Thread Duncan Webb
Matthias Reichl wrote: > Hi Duncan! > > On Sun, May 17, 2009 at 03:40:23PM +0200, Duncan Webb wrote: >> Thanks again for the report, patch and testing this is now in svn. > > This results in a crash when viewing a TV program: > > Traceback (most recent call last): &

Re: [Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-17 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2009-05-17 at 18:30 +0200, Duncan Webb wrote: >> BTW this reminds me that we need some release of kaa.base, kaa.metadata >> and kaa.display. >> >> Would it be possible to have these done by the 22nd so that testing can >> be done

Re: [Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-17 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2009-05-17 at 18:30 +0200, Duncan Webb wrote: >> BTW this reminds me that we need some release of kaa.base, kaa.metadata >> and kaa.display. >> >> Would it be possible to have these done by the 22nd so that testing can >> be done

Re: [Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-17 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2009-05-17 at 18:21 +0200, Duncan Webb wrote: >> Good point, not sure what our strategy is over Python versions. 1.5.4 >> added support for Python-2.4 and 1.3.3 added support for Python-2.3 so >> it would seem not that important. > >

Re: [Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-17 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2009-05-17 at 17:38 +0200, Duncan Webb wrote: >> For some people the most important change is that Python-2.4 is no >> longer supported whereas Python-2.6 is now supported. > > I wonder if this change alone warrants a version upgrade to 1.9

Re: [Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-17 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2009-05-17 at 17:38 +0200, Duncan Webb wrote: >> For some people the most important change is that Python-2.4 is no >> longer supported whereas Python-2.6 is now supported. > > I wonder if this change alone warrants a version upgrade to 1

[Freevo-devel] PRE-[ANNOUNCE] Release 1.8.4

2009-05-17 Thread Duncan Webb
Hello all Freevoers, Rather than forget or run out of time to do this announcement on the release day of freevo-1.8.4, planned for 26 May 2009, I will do the announcement now so that you know what is coming up. IMPORTANT = Most of the translations will need an update as some of the chang

Re: [Freevo-devel] REL-1_8_4: shutdown broken after watching TV

2009-05-17 Thread Duncan Webb
Matthias Reichl wrote: > The "Shutdown" entry in the main menu doesn't work right after > watching TV. Selecting it does nothing, no shutdown diaglog > box appears. If I then watch a movie, everything's back to normal > and I can shutdown again. > > The logs didn't show any suspicious entries, but

Re: [Freevo-devel] Generating video thumbnails broken in 1.8.4 SVN

2009-05-17 Thread Duncan Webb
Matthias Reichl wrote: > Hi Duncan! > > On Fri, May 15, 2009 at 08:39:12PM +0200, Duncan Webb wrote: >> Will you try the attached patch and report back if this works? > > The patch fails if MPLAYER_TEMP_DIR is empty and if the current > directory is not writable. > &

Re: [Freevo-devel] kaa metadata image parse error on 64 bit architecture

2009-05-16 Thread Duncan Webb
Jason Tackaberry wrote: > On Thu, 2009-05-14 at 14:58 -0400, Jason Tackaberry wrote: >> It sounds more like a premature EOF. I've just done a commit that fixed >> about half a dozen areas that barf on undersized files (especially zero >> byte files). Please let me know if that fixes your problem.

Re: [Freevo-devel] Generating video thumbnails broken in 1.8.4 SVN

2009-05-15 Thread Duncan Webb
Matthias Reichl wrote: > On Thu, May 14, 2009 at 04:53:09PM -0500, Jonathan Isom wrote: >> On Thu, May 14, 2009 at 4:44 PM, Matthias Reichl wrote: >>> I guess it would be best if freevo wouldn't require this option >>> until it's in an official mplayer release. Using mplayer SVN >>> snapshots can

Re: [Freevo-devel] Generating video thumbnails broken in 1.8.4 SVN

2009-05-14 Thread Duncan Webb
Matthias Reichl wrote: Nice bug report, thanks. The outdir is still supported in the current mplayer svn and it is still in the man page. I will try a build of 29308 to see if the command syntax has changed or if your version is broken. IIRC _run is a thread and so the cd should be done there an

[Freevo-devel] kaa metadata image parse error on 64 bit architecture

2009-05-14 Thread Duncan Webb
Hi dischi and jason: I think that there could be a problem parsing image with kaa.metadata as I'm getting this on a AMD64 machine: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/kaa/metadata/factory.py", line 203, in create_from_file return self.get_class(e[R_CLAS

Re: [Freevo-devel] plugins list nor working on SVN

2009-05-08 Thread Duncan Webb
Evan Hisey wrote: >>> You only need the -- for options that appear in both freevo and the >>> helper (usually --help). freevo has only five single letter options: -h >>> -d, -t, -f and -p, could remove -d, -t and -p and leave their long >>> options, all unknown options are passed onto the helper. T

Re: [Freevo-devel] Next release of Freevo-1

2009-05-07 Thread Duncan Webb
Evan Hisey wrote: > I change to v4l2 it goes away. It may be tiem to change # TV_DRIVER = > 'v4l' default to v4l2. A doc note for the mplayer pause it does not > seem to work with non-ivtv cards beyond pausing the video frame. It > then resumes to the current point in play. So

Re: [Freevo-devel] [Freevo-cvslog] r11468 - in branches/rel-1/freevo: share/images/osd/base share/skins/osd src/dialog src/dialog/plugins src/skins/osd src/tv src/tv/plugins/livepause/display src/vide

2009-05-07 Thread Duncan Webb
Hans Meine wrote: > On Tuesday 05 May 2009 19:11:45 Duncan Webb wrote: >> I don't yet see where epydoc is any different that reST; epydoc is just >> an another form of reST. > > What do you mean here? reST is a text format (markup language), while epydoc > is a docu

Re: [Freevo-devel] plugins list nor working on SVN

2009-05-07 Thread Duncan Webb
Hans Meine wrote: > On Thursday 07 May 2009 05:25:38 Evan Hisey wrote: >> Duncan- >> The latest SVn has stopped listing the plugins. bin/freevo plugins >> -l gives the new help for the plugins option but the -l and -a options >> are not working. > > IIRC Duncan announced that you now have to wri

Re: [Freevo-devel] [Freevo-cvslog] r11468 - in branches/rel-1/freevo: share/images/osd/base share/skins/osd src/dialog src/dialog/plugins src/skins/osd src/tv src/tv/plugins/livepause/display src/vide

2009-05-05 Thread Duncan Webb
Jason Tackaberry wrote: > On Mon, 2009-05-04 at 08:38 +0100, Adam Charrett wrote: >> Thanks Jason, I don't believe that form was available when I wrote the >> original code. > > That's probably true. It was only recently added (back in February). > >> I did find it difficult to find a nice way o

[Freevo-devel] Problem with context

2009-05-04 Thread Duncan Webb
Hi Mainly for Adam as he has been working on stackable contexts... The audio player seems to be losing the context in normal playback. I'm getting this: mplayer.eventhandler(event='PLAY_START', arg=Mannish Boy: ) mplayervis1.eventhandler(event='PLAY_START', arg=None) start_visual() self.view=DOC

Re: [Freevo-devel] Next release of Freevo-1

2009-05-04 Thread Duncan Webb
Evan Hisey wrote: >>> No problem. I don't keep well tested the the important member of the >>> family won't let me keep my toy :). >>> The patch fixed the new tvtime and mplayer issue. Now the old quirk is >>> back and a new MPlayer issue has cropped up. The tvtime issues is with >>> the freevo cha

Re: [Freevo-devel] Next release of Freevo-1

2009-05-04 Thread Duncan Webb
Evan Hisey wrote: > On Sun, Apr 26, 2009 at 11:22 AM, Duncan Webb wrote: >> Hi all, >> >> I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. >> > >> Image browsing has changed to use the thumbnails that freevo cache can >>

Re: [Freevo-devel] Next release of Freevo-1

2009-05-03 Thread Duncan Webb
Evan Hisey wrote: > On Sat, May 2, 2009 at 4:03 AM, Duncan Webb wrote: >> Evan Hisey wrote: >>> That fixed that one. Now I am getting a very interesting error between >>>> tvtime, the tv guide, the station.xml and TV_CHANNEL. When I get it >>>> narrow

Re: [Freevo-devel] Next release of Freevo-1

2009-05-02 Thread Duncan Webb
Evan Hisey wrote: > That fixed that one. Now I am getting a very interesting error between >> tvtime, the tv guide, the station.xml and TV_CHANNEL. When I get it >> narrowed down a bit I'll post the details. Hi Evan, There was an outstanding patch for this that was not committed to svn as I was

Re: [Freevo-devel] Next release of Freevo-1

2009-04-28 Thread Duncan Webb
Jason Tackaberry wrote: > On Tue, 2009-04-28 at 16:50 +0200, Duncan Webb wrote: >> Also a release of kaa.display for Adam's mplayer overlay code. > > Ah, so kaa.display is now a dependency for Freevo 1? Or optional? A bit of both, strictly optional but required for some fea

Re: [Freevo-devel] Next release of Freevo-1

2009-04-28 Thread Duncan Webb
Evan Hisey wrote: > On Sun, Apr 26, 2009 at 7:33 PM, Evan Hisey wrote: >> On Sun, Apr 26, 2009 at 11:22 AM, Duncan Webb wrote: >>> Hi all, >>> >>> I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. >>> >>> The closin

Re: [Freevo-devel] Next release of Freevo-1

2009-04-28 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Evan Hisey wrote: >>> On Sun, Apr 26, 2009 at 11:22 AM, Duncan Webb wrote: >>>> Hi all, >>>> >>>> I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. >>>> >>>&

Re: [Freevo-devel] Next release of Freevo-1

2009-04-27 Thread Duncan Webb
John Molohan wrote: > Duncan Webb wrote: >> Hi all, >> >> I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. >> >> The closing date for enhancement is Sunday 3 May, there is no closing >> date for bug fixes or translations. >> >

Re: [Freevo-devel] Next release of Freevo-1

2009-04-27 Thread Duncan Webb
Evan Hisey wrote: > On Sun, Apr 26, 2009 at 11:22 AM, Duncan Webb wrote: >> Hi all, >> >> I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. >> >> The closing date for enhancement is Sunday 3 May, there is no closing >> date for bug fix

[Freevo-devel] Next release of Freevo-1

2009-04-26 Thread Duncan Webb
Hi all, I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. The closing date for enhancement is Sunday 3 May, there is no closing date for bug fixes or translations. If you have some time please will you test the svn version. Most of the command line arguments have changed to use

Re: [Freevo-devel] correctio in channels.py

2009-04-17 Thread Duncan Webb
A Mennucc wrote: > hi, > > I am trying the latest SVN; I got backtraces when trying to record, or > to play, TV channels; the attched patch fixed those. The backtraces were > like: > > > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/freevo/main.py", line 307, in >

Re: [Freevo-devel] Freevo 1.x heads up

2009-04-17 Thread Duncan Webb
Adam Charrett wrote: > This is mainly for Duncan but I thought I would send it to the list in > case any one else was about to start on any of these issues. > > I've just updated to Ubuntu 9.04 RC and run into the qp_xml issue again, > so I've fixed it by writing a little sax parser that generates

Re: [Freevo-devel] correctio in channels.py

2009-04-16 Thread Duncan Webb
A Mennucc wrote: > hi, > > I am trying the latest SVN; I got backtraces when trying to record, or > to play, TV channels; the attched patch fixed those. The backtraces were > like: > > > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/freevo/main.py", line 307, in >

Re: [Freevo-devel] correctio in encodingserver.py

2009-04-16 Thread Duncan Webb
A Mennucc wrote: > hi, I am trying latest SVN a bit; I found this error > > --- /usr/src/freevo/svn/freevo-1.x/freevo/src/helpers/encodingserver.py > 2009-04-11 10:57:55.0 +0200 > +++ /usr/share/pyshared/freevo/helpers/encodingserver.py 2009-04-14 > 17:52:11.0 +0200 > @@ -133,

Re: [Freevo-devel] [Freevo-cvslog] r11375 - in branches/rel-1/freevo: . src/tv src/tv/plugins/livepause src/video

2009-04-07 Thread Duncan Webb
Jason Tackaberry wrote: > On Thu, 2009-04-02 at 18:09 +0200, Duncan Webb wrote: >> This is an example of making two rpc calls in a coroutine; the result of >> the coroutine is the result of the last rpc call. Error handling was not >> implemented in this example. > &

Re: [Freevo-devel] [Freevo-cvslog] r11375 - in branches/rel-1/freevo: . src/tv src/tv/plugins/livepause src/video

2009-04-02 Thread Duncan Webb
Jason Tackaberry wrote: > On Wed, 2009-04-01 at 17:32 +0200, Duncan Webb wrote: >>>> print self.timeit(now)+': pingCo.inprogress=%r' % inprogress >>>> yield inprogress >>>> print self.timeit(now)+':

Re: [Freevo-devel] r11375 - in branches/rel-1/freevo: . src/tv src/tv/plugins/livepause src/video

2009-04-01 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Author: duncan >> Date: Tue Mar 31 12:06:58 2009 >> New Revision: 11375 >> >> Log: >> Traceback on shutdown from kaa >> Fix applied, actually this does not fix the bug but stops the stack trace > > I wan

Re: [Freevo-devel] Freevo 1 Recent development

2009-03-23 Thread Duncan Webb
John Molohan wrote: > Duncan Webb wrote: >> Hi all, >> >> Over the last couple of weeks I've had some time to do a bit of tweaking >> and rewriting... >> >> The main changes include: >> - Major modifications to the video pod-cast plug-in (vpo

Re: [Freevo-devel] Music playback by artist, genre etc.

2009-03-22 Thread Duncan Webb
John Molohan wrote: > Christoffer Sørensen wrote: > >> Hi, >> >> I am using freevo 1.7.6 and I'm missing some more advanced music >> playback functionality like: >> >> * by artist >> * by genre >> * playlist generation where you can add multiple search items (not so >> important but nice-to-have

Re: [Freevo-devel] Freevo startup script

2009-02-17 Thread Duncan Webb
Joost Kop wrote: > Hi Duncan, > > Today I updated freevo to the latest version. I found that the freevo > script has changed. > I'm using freevo -fs to startup freevo. This didn't work with the new > changes. It seems like the script is restarting the xserver over and > over again. > > To solve t

Re: [Freevo-devel] Freevo 1.x: Problem with second IVTV VideoGroup

2009-02-16 Thread Duncan Webb
Hans Meine wrote: > Hi, > > I am not sure if I am doing something wrong or if there's a bug; for some > weeks now I have got an external receiver for digital cable TV. I have > connected this to my IVTV card (PVR-350) via a scart adapter, and when I > manually use "v4l2-ctl -i 5" to switch to

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-16 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2009-02-15 at 15:29 +0100, Duncan Webb wrote: >> Sorry, a typo, should have been ~20 msecs. > > Do you still feel that's too slow? No, certainly not, the connection time usually doesn't impact the general performance of freevo as

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-15 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Okay thanks dischi, I should have realised this from the patch. It does >> take quite a long time to connect ~200 msecs. > > Like Jason wrote: that is odd. Sorry, a typo, should have been ~20 msecs. > >> For a qui

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-13 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Will you try with the webserver, nothing to configure except a >> user/password. >> >> The call below does not work >> (status, schedule) = RecordClient().getScheduledRecordingsNow() > > No, it does not. RecordClie

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-12 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Hans Meine wrote: >>> On Freitag 06 Februar 2009, Duncan Webb wrote: >>>> The webserver bit doesn't seem to work correctly, maybe this is related >>>> to TwistedWeb. It seems to work to an extent, such as the

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-11 Thread Duncan Webb
Hans Meine wrote: > On Freitag 06 Februar 2009, Duncan Webb wrote: >> The webserver bit doesn't seem to work correctly, maybe this is related >> to TwistedWeb. It seems to work to an extent, such as the TV guide is >> valid. > > Do you believe this? My wife jus

Re: [Freevo-devel] ivtv-xine-tv problem

2009-02-08 Thread Duncan Webb
Hans Meine wrote: > Hi Duncan! > > On Sonntag 01 Februar 2009, Duncan Webb wrote: >> Hans Meine wrote: >>> For >>> example, we now have A/V synchronization errors quite frequently (which >>> never happened with my past installation on the same sys

Re: [Freevo-devel] ivtv-xine-tv problem

2009-02-08 Thread Duncan Webb
Hans Meine wrote: > On Samstag 07 Februar 2009, Hans Meine wrote: never happened with my past installation on the same system); I just started top while we were watching a recording, and mplayer too 50-55% of CPU usage, and Freevo took 15-25%! (And that's with reduced resolutio

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-06 Thread Duncan Webb
Dirk Meyer wrote: > Jonathan Isom wrote: >> On Tue, Feb 3, 2009 at 10:54 AM, Dirk Meyer wrote: object at 0xb68e4d14> fd=3 len=72 16:58:24,631 DEBUGGot initial challenge from server, sending response. 16:58:24,645 DEBUGIOChannel read data: channel=>>> object at 0xb68e4d14> fd

Re: [Freevo-devel] bug in cropdetect (and mplayer)

2009-02-06 Thread Duncan Webb
On 11/01/2009 22:41, A Mennucc said the following: > hi, this patch is a workaround (temporary, until the bug is ever solved) > > Note that this patch has a very high value cropdetect=80 > the reason is that, in many Italian channels, there is a series of > "bits" transmitted on top of the vide

Re: [Freevo-devel] print_upper_execution_stack

2009-02-06 Thread Duncan Webb
On 13/01/2009 22:02, A Mennucc said the following: > hi, I wrote this simple utility that helped me a lot in debugging a bug. a. I'll replace the tracefunc and then this will obsolete the benchmarking code and so the stack trace will be much shorter. Duncan

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-03 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> 16:58:24,614 INFO create thread notifier pipe >> 16:58:24,622 DEBUGIOChannel read data: channel=> object at 0xb68e4d14> fd=3 len=72 >> 16:58:24,631 DEBUGGot initial challenge from server, sending response. >>

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-03 Thread Duncan Webb
Dirk Meyer wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> Hi dischi, >>>> Hi, >>>> >>>> I changed the code in Freevo 1.x to use kaa.rpc2 instead of >>>> kaa.rpc. Please test. If it works, I will move kaa.rpc2 to kaa.rpc in &

Re: [Freevo-devel] Freevo 1.x and kaa.rpc2

2009-02-02 Thread Duncan Webb
Hi dischi, > Hi, > > I changed the code in Freevo 1.x to use kaa.rpc2 instead of > kaa.rpc. Please test. If it works, I will move kaa.rpc2 to kaa.rpc in > kaa.base. It doesn't seem to work, in the recordserver log it says: 22:14:55,151 DEBUGNew connection 22:14:55,265 DEBUGIOChannel clo

Re: [Freevo-devel] ivtv-xine-tv problem

2009-02-01 Thread Duncan Webb
Hans Meine wrote: > On Freitag 02 Januar 2009, Duncan Webb wrote: >> Hans Meine wrote: >>> Hi, >>> >>> after my system and freevo updates, I still have one problem: Interlaced >>> content (i.e., TV & recordings) does not get deinterlaced anymore.

Re: [Freevo-devel] More Problems with current Freevo rel-1: autoshutdown plugin, favorites, romdrive output

2009-02-01 Thread Duncan Webb
Hans Meine wrote: > Hi Duncan, > >> But I think the test is incorrect. It should be >> and event != Event('SCREENSAVER_START') >> again freevo prompt comes in handy here: >> # freevo prompt >> Python 2.6.1 (r261:67515, Jan 24 2009, 14:48:40) >> [GCC 4.1.1] on linux2 >> Type "help", "copyright", "c

Re: [Freevo-devel] Bug in conflict resolution (Freevo rel-1 branch, r11270)

2009-02-01 Thread Duncan Webb
Hans Meine wrote: > On Sonntag 01 Februar 2009, Duncan Webb wrote: >> Hans Meine wrote: >>> On Donnerstag 29 Januar 2009, Duncan Webb wrote: >>>>> BTW: How do I enable the output of all the _debug_('...', 2) lines? (I >>>>> tried sett

Re: [Freevo-devel] More Problems with current Freevo rel-1: autoshutdown plugin, favorites, romdrive output

2009-02-01 Thread Duncan Webb
Hans Meine wrote: > Hi again, > > maybe I should not run a potentially unstable development version on the > living room HTPC used by my wife, but now I am facing the following problems > (apart from the non-working recordserver): > > 1) Freevo just showed her a "crash" message; the autoshutdow

Re: [Freevo-devel] Bug in conflict resolution (Freevo rel-1 branch, r11270)

2009-02-01 Thread Duncan Webb
Hans Meine wrote: > On Donnerstag 29 Januar 2009, Duncan Webb wrote: >>> BTW: How do I enable the output of all the _debug_('...', 2) lines? (I >>> tried setting DEBUG and DEBUG_RECORDSERVER to 2, but that did not do the >>> trick.) >

Re: [Freevo-devel] Bug in conflict resolution (Freevo rel-1 branch, r11270)

2009-01-29 Thread Duncan Webb
Hans Meine wrote: > Hi! > > During the last days, the recordserver crashed, first occasionally, now at > every start. I just debugged it a little bit and found this crash: [snip] > BTW: How do I enable the output of all the _debug_('...', 2) lines? (I tried > setting DEBUG and DEBUG_RECORDSE

Re: [Freevo-devel] Python-2.6.1 adventures

2009-01-29 Thread Duncan Webb
Jason Tackaberry wrote: > On Tue, 2009-01-27 at 18:36 +0100, Duncan Webb wrote: >> The CPU is running at 80% which is way to much. > > Wow. When the UI is otherwise idle, anything over 2% is too much. > > >> The poll time is set to 200 ms, which is much higher than

Re: [Freevo-devel] Freevo survey questions

2009-01-29 Thread Duncan Webb
Dirk Meyer wrote: > Jason Tackaberry wrote: >> As I mentioned in the other thread, I'd like to work up a web-based >> survey to help us get a better idea about our userbase. Here are some of my thoughts, First one is a question of what is the goal of the poll? It seems to be about the display and

Re: [Freevo-devel] Python-2.6.1 adventures

2009-01-27 Thread Duncan Webb
Jason Tackaberry wrote: > On Mon, 2009-01-26 at 19:50 +0100, Duncan Webb wrote: >> The first stop-stopper is that the CPU usage is very high when freevo is >> idle. >> >> Wonder if anyone knows how to find out what the problem could be? >> Profiling the code also

[Freevo-devel] Python-2.6.1 adventures

2009-01-26 Thread Duncan Webb
Hi all, I've been examining how Freevo-1 is running under Python-2.6.x. The first stop-stopper is that the CPU usage is very high when freevo is idle. Wonder if anyone knows how to find out what the problem could be? Profiling the code also crashes, so that didn't help much. The next problem is

Re: [Freevo-devel] Please Read: Making Python 2.5 a requirement

2009-01-25 Thread Duncan Webb
Dirk Meyer wrote: > Jason Tackaberry wrote: >> On Fri, 2009-01-23 at 10:55 +0100, Duncan Webb wrote: >>> When comparing the picture quality of TV broadcasts from CRT TVs and TFT >>> TVs the picture quality was simply much better with the CRTs. >> I'

Re: [Freevo-devel] 1.8.2 CDROM traceback

2009-01-25 Thread Duncan Webb
Evan Hisey wrote: > On Sat, Jan 24, 2009 at 11:52 PM, Andrew Jeffery > wrote: >> Hi all, >> >> I'm running Freevo 1.8.2 on Gentoo, and recently started having issues with >> watching DVDs. If I put a DVD in the drive Freevo no-longer recognises it >> and ejects the tray if I try to play the disc.

Re: [Freevo-devel] [need help] CW12832 LCD module + Freevo 1.7.3 => how to change the backlight state?

2009-01-25 Thread Duncan Webb
Pirlouwi wrote: > 2009/1/24 Duncan Webb mailto:dun...@freevo.org>> > > Pirlouwi wrote: > > Hello all, > > long time ago that I read this list, good news... it means that my > > freevo 1.7.3 is so rock solid, that I did'nt need support ;-)

Re: [Freevo-devel] [need help] CW12832 LCD module + Freevo 1.7.3 => how to change the backlight state?

2009-01-24 Thread Duncan Webb
Pirlouwi wrote: > Hello all, > long time ago that I read this list, good news... it means that my > freevo 1.7.3 is so rock solid, that I did'nt need support ;-) > > Ok. Here is my problem: > i would like, when Freevo updates the LCD screen, that the backlight > lights up for a specified number of

Re: [Freevo-devel] Please Read: Making Python 2.5 a requirement

2009-01-23 Thread Duncan Webb
Jason Tackaberry wrote: > On Tue, 2009-01-20 at 08:59 +0100, Duncan Webb wrote: >> For analogue TV and DVB-T of analogue recordings the CRTs are still very >> much better than flat screens; this has to do with the none square >> pixels on CRTs. > > Can you elaborate on

Re: [Freevo-devel] Please Read: Making Python 2.5 a requirement

2009-01-20 Thread Duncan Webb
Dirk Meyer wrote: > John Molohan wrote: >> Dirk Meyer wrote: >>> Duncan Webb wrote: >>> >>>> I've just started the jump from Python-2.4 to Python-2.6 on my DirectFB >>>> machine. So far it has been easy enough and been fairly trouble free

  1   2   3   4   5   6   7   8   9   10   >