Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Stephan Kanthak
Hi Andrew, Dischi & the rest, I posted it already over a year ago, but I have a working setup for my 16:9 plasma TV (848x480), together with a 16:9 theme that I designed myself. It's running perfectly at home for about 2 years now. Unfortunately, I don't remember all my changes as I also did a lot

[Freevo-devel] [ freevo-Bugs-1616372 ] can't do favorites title match against whole show title

2006-12-31 Thread SourceForge.net
Bugs item #1616372, was opened at 2006-12-15 05:13 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1616372&group_id=46652 Please note that this message will contain a full copy of the comment t

[Freevo-devel] [ freevo-Bugs-1610798 ] Hang during startup

2006-12-31 Thread SourceForge.net
Bugs item #1610798, was opened at 2006-12-07 13:47 Message generated for change (Comment added) made by ryanroth You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1610798&group_id=46652 Please note that this message will contain a full copy of the comment t

Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Justin Wetherell
Here is the traceback, after I try and add a new Favorite: *web.Server Traceback (most recent call last):* exceptions.AttributeError: 'unicode' object has no attribute 'values'

Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Justin Wetherell
I'm kind of talking to myself (again); i've done some work on the duplicate detection and it seems to be working fine. You can add a new favorite via the OSD but I broke the ability to add from the WWW. If someone can take a look at it, it would be greatly appreciated, since I can't seem to figure

Re: [Freevo-devel] [ freevo-Bugs-1604844 ] 1.7RC1 - Webserver issue

2006-12-31 Thread Chandan Pitta
Hi Duncan, I could not apply your patch. I get the following error messages. patching file www/htdocs/library.rpy Hunk #2 FAILED at 70. Hunk #3 FAILED at 289. Hunk #4 FAILED at 313. Hunk #5 FAILED at 465. Hunk #6 FAILED at 607. 5 out of 7 hunks FAILED -- saving rejects to file www/htdocs/library.

[Freevo-devel] [ freevo-Feature Requests-1625393 ] Added comments to web_types.py

2006-12-31 Thread SourceForge.net
Feature Requests item #1625393, was opened at 2006-12-31 18:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446898&aid=1625393&group_id=46652 Please note that this message will contain a

Re: [Freevo-devel] [ freevo-Bugs-1604844 ] 1.7RC1 - Webserver issue

2006-12-31 Thread Chandan Pitta
Added WWW_IMAGE_SIZE and WWW_IMAGE_THRESHOLD to library.rpy. Did not know if I should add those variable to freevo_config.py or the maintainer will add them. Example usage WWW_IMAGE_SIZE = (100, 100) WWW_IMAGE_THRESHOLD = (800, 600) Regards, Chandan On 12/30/06, Ryan Roth <[EMAIL PROTECTED]> w

Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Justin Wetherell
I've redone my previous work using two sql statements instead of an iteration; i've also implemented a removeDuplicate for use when a scheduled recording is removed. On 12/31/06, Justin Wetherell <[EMAIL PROTECTED]> wrote: I was torn between doing this (sudo code): query=('SELECT * FROM tv WHE

Re: [Freevo-devel] beacon logfile question

2006-12-31 Thread Dirk Meyer
Rob Shortt wrote: > Jason Tackaberry wrote: >> On Sat, 2006-12-30 at 21:17 +0100, Dirk Meyer wrote: >>> 4. Create a special logger for the helper that does not rotate itself >>>but checks if the main proc has rotated and adjust the file. I >>>don't know if that is possible. >> >> 5. Log ev

Re: [Freevo-devel] beacon logfile question

2006-12-31 Thread Rob Shortt
Jason Tackaberry wrote: > On Sat, 2006-12-30 at 21:17 +0100, Dirk Meyer wrote: >> 4. Create a special logger for the helper that does not rotate itself >>but checks if the main proc has rotated and adjust the file. I >>don't know if that is possible. > > 5. Log everything through the main

Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Justin Wetherell
I was torn between doing this (sudo code): query=('SELECT * FROM tv WHERE title = \'%s\'' % (prog.title)) results=db.runQuery(query) for row in results: if row['title'] == prog.title and row['sub_title'] == prog.sub_title: duplicateProgram=True if row['title'] == prog.title and row

[Freevo-devel] [ freevo-Feature Requests-1625305 ] Show overlapping recordings in the TV guide

2006-12-31 Thread SourceForge.net
Feature Requests item #1625305, was opened at 2006-12-31 13:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446898&aid=1625305&group_id=46652 Please note that this message will contain a

Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Andrew Flegg
On 12/30/06, Andrew Flegg <[EMAIL PROTECTED]> wrote: > On 12/30/06, Justin Wetherell <[EMAIL PROTECTED]> wrote: > > On 12/30/06, Justin Wetherell < [EMAIL PROTECTED]> wrote: > > > I've done a quick hack for duplicate detection, if you want ro run > > > with the idea. > [snip] > So you've (partially

Re: [Freevo-devel] Anamorphic skins & duplicate recordings

2006-12-31 Thread Duncan Webb
Jason Tackaberry wrote: > On Sun, 2006-12-31 at 00:36 +0100, Duncan Webb wrote: >> Duplicates, are not that important, I tend to let them record in case >> the first one is corrupt, quite often happens with the PVR-350, loss of >> audio about twice a week. > > Ouch. Thankfully not here; but I don