[Freevo-devel] [ freevo-Bugs-1591698 ] Zsnes doesn't save state by exit process.

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

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

2007-01-01 Thread Stephan Kanthak
On Monday 01 January 2007 14:30, Andrew Flegg wrote: > On 1/1/07, Stephan Kanthak <[EMAIL PROTECTED]> wrote: > > 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

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

2007-01-01 Thread Andrew Flegg
On 1/1/07, Gorka Olaizola <[EMAIL PROTECTED]> wrote: > On Mon, Jan 01, 2007 at 01:30:47PM +, Andrew Flegg wrote: > > > >http://www.bleb.org/software/panorama-skin.tar.gz (1.3MB) > > > Very nice :-) > I've tried it in my new shiny anamorphic TV and it's very cool. No more > 4:3 aspect ratio

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

2007-01-01 Thread Gorka Olaizola
On Mon, Jan 01, 2007 at 01:30:47PM +, Andrew Flegg wrote: > >http://www.bleb.org/software/panorama-skin.tar.gz (1.3MB) > Very nice :-) I've tried it in my new shiny anamorphic TV and it's very cool. No more 4:3 aspect ratio for me. Thank you very much. I'll try to convert the "bluestar"

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

2007-01-01 Thread Ryan Roth
So do the WWW_IMAGE_THRESHOLD_SIZE &.WWW_IMAGE_THUMBNAIL_SIZE options work? Duncan Webb wrote: > Chandan Pitta wrote: > >> Changed all images sizes to tuples. fileinfo.rpy does not need any >> changes. freevo_config.py is already using tuple. >> > > Cheers. > > The library images are start

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

2007-01-01 Thread Duncan Webb
Chandan Pitta wrote: > Changed all images sizes to tuples. fileinfo.rpy does not need any > changes. freevo_config.py is already using tuple. Cheers. The library images are starting to look very good, terrific work. How would we change the clicking of the image so that it fits the newly opened b

Re: [Freevo-devel] Securing freevo webserver (was WWW Authentication in SVN version) and also was a headache :)

2007-01-01 Thread Ryan Roth
Jason Tackaberry wrote: > On Mon, 2007-01-01 at 11:29 -0800, Ryan Roth wrote: > >> Yeah the config.WWW_USERS.get(username) returns 'None' if the are '$' in >> the string >> > > Strange, couldn't reproduce that. > Yeah your patch works fine > >> Fat fingers :) >> > > You too, e

Re: [Freevo-devel] Securing freevo webserver (was WWW Authentication in SVN version) and also was a headache :)

2007-01-01 Thread Jason Tackaberry
On Mon, 2007-01-01 at 11:29 -0800, Ryan Roth wrote: > Yeah the config.WWW_USERS.get(username) returns 'None' if the are '$' in > the string Strange, couldn't reproduce that. > Fat fingers :) You too, eh? :) > Did you fix both those or should I? I fixed it. I committed a modified/corrected ve

Re: [Freevo-devel] Securing freevo webserver (was WWW Authentication in SVN version) and also was a headache :)

2007-01-01 Thread Ryan Roth
Jason Tackaberry wrote: > On Mon, 2007-01-01 at 10:57 -0800, Ryan Roth wrote: > >> Ok here we go. It is salted like you ask. There was a little trouble >> with the way the '$' for the salt were handled when stored, so I drop >> them from the string before saving them. >> > > Ok, we'r

Re: [Freevo-devel] Securing freevo webserver (was WWW Authentication in SVN version) and also was a headache :)

2007-01-01 Thread Jason Tackaberry
On Mon, 2007-01-01 at 10:57 -0800, Ryan Roth wrote: > Ok here we go. It is salted like you ask. There was a little trouble > with the way the '$' for the salt were handled when stored, so I drop > them from the string before saving them. Ok, we're looking better now. :) I'd really like to se

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

2007-01-01 Thread Chandan Pitta
Changed all images sizes to tuples. fileinfo.rpy does not need any changes. freevo_config.py is already using tuple. Index: src/www/htdocs/library.rpy === --- src/www/htdocs/library.rpy (revision 8895) +++ src/www/htdocs/library.rpy

Re: [Freevo-devel] Securing freevo webserver (was WWW Authentication in SVN version) and also was a headache :)

2007-01-01 Thread Ryan Roth
Ok here we go. It is salted like you ask. There was a little trouble with the way the '$' for the salt were handled when stored, so I drop them from the string before saving them. Index: src/www/web_types.py === --- src/www/web_ty

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

2007-01-01 Thread Chandan Pitta
On 1/1/07, Duncan Webb <[EMAIL PROTECTED]> wrote: > Chandan Pitta wrote: > > On 1/1/07, Duncan Webb <[EMAIL PROTECTED]> wrote: > >> Chandan Pitta wrote: > >>> Hi Duncan, > >>> > >> > >> I'm wondering about this line, why is a + ".jpg" at the end of the line? > >> > >> scaled_image_path = self.cache

Re: [Freevo-devel] Is it possible to override the skin of the player?

2007-01-01 Thread Duncan Webb
Gorka Olaizola wrote: > I'm doing a plugin for Freevo 1.7 that extends the information shown > when playing a webradio. > I need to add some new tags to the skin but I don't want to add them to > basic.fxd > > Is there a way of defining a new player skin and use it instead of the > one that is in

Re: [Freevo-devel] [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2007-01-01 Thread Jason Tackaberry
On Mon, 2007-01-01 at 10:22 -0800, Ryan Roth wrote: > If the WWW_USERS string has $ in it webtypes reads it as None, if I > remove the $ it reads fine Let's move this over to freevo-devel -- we should have done that ages ago. :) Anyway, I'm not sure what you mean here. Can you elaborate?

[Freevo-devel] [ freevo-Feature Requests-1625774 ] Allow distinguishing of already started programmes in EPG

2007-01-01 Thread SourceForge.net
Feature Requests item #1625774, was opened at 2007-01-01 18:21 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=1625774&group_id=46652 Please note that this message will contain a

[Freevo-devel] [ freevo-Feature Requests-1625752 ] Support anamorphic skins

2007-01-01 Thread SourceForge.net
Feature Requests item #1625752, was opened at 2007-01-01 17:23 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=1625752&group_id=46652 Please note that this message will contain a

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

2007-01-01 Thread Duncan Webb
Chandan Pitta wrote: > On 1/1/07, Duncan Webb <[EMAIL PROTECTED]> wrote: >> Chandan Pitta wrote: >>> Hi Duncan, >>> >> >> I'm wondering about this line, why is a + ".jpg" at the end of the line? >> >> scaled_image_path = self.cache_dir + filepath.replace("/", >> "_").replace(".", "_") + ".jpg" > >

Re: [Freevo-devel] Kaa r2309 - in trunk/popcorn/src: .

2007-01-01 Thread Jason Tackaberry
On Mon, 2007-01-01 at 17:49 +0100, Dirk Meyer wrote: > > Does gstreamer have a software scaler? > > It has. I'm not sure it has a hardware scaler :) Well, the player doesn't so much "have" a hardware scaler. It's a function of the overlay. I can tell just by using totem that gstreamer is doing

Re: [Freevo-devel] Kaa r2309 - in trunk/popcorn/src: .

2007-01-01 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2007-01-01 at 12:35 +0100, Dirk Meyer wrote: >> I just added it to kaa.popcorn to start having one implementation of >> scaling. But it only works if the window aspect is the same as the >> fullscreen aspect. If not, this does not work as it should (even >> without

[Freevo-devel] Is it possible to override the skin of the player?

2007-01-01 Thread Gorka Olaizola
I'm doing a plugin for Freevo 1.7 that extends the information shown when playing a webradio. I need to add some new tags to the skin but I don't want to add them to basic.fxd Is there a way of defining a new player skin and use it instead of the one that is in basic.fxd? Thanks -- signature.

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

2007-01-01 Thread Justin Wetherell
This looks like a much better implementation, i'm going to merge our changes together. I've also added a flag to the local_conf file, so you can turn on and turn off the duplicate checking. I still need to fix the ability to add a favorite through the WWW and pretty up the currebt implementation.

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

2007-01-01 Thread Chandan Pitta
On 1/1/07, Duncan Webb <[EMAIL PROTECTED]> wrote: > Chandan Pitta wrote: > > 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

Re: [Freevo-devel] Kaa r2309 - in trunk/popcorn/src: .

2007-01-01 Thread Jason Tackaberry
On Mon, 2007-01-01 at 12:35 +0100, Dirk Meyer wrote: > I just added it to kaa.popcorn to start having one implementation of > scaling. But it only works if the window aspect is the same as the > fullscreen aspect. If not, this does not work as it should (even > without -fs). Anyway, maybe you can f

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

2007-01-01 Thread Duncan Webb
Duncan Webb wrote: > Chandan Pitta wrote: > > It was you patch with, but using: > new_image = image.scale_preserve_aspect(config.WWW_IMAGE_THUMBNAIL_SIZE) > Which means that resize_image_to_square could go, but I see we need this. > > This means that I can now change freevo cache to create these

Re: [Freevo-devel] Kaa r2309 - in trunk/popcorn/src: .

2007-01-01 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2006-12-30 at 22:48 +0100, Dirk Meyer wrote: >> No problem. So for popcorn I skip the pixel-aspect idea and go back to >> the user to provide the monitor aspect in a config file. And I try to >> get the real fullscreen resolution from the display. > > Agreed. > >>

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

2007-01-01 Thread Andrew Flegg
On 1/1/07, Andrew Flegg <[EMAIL PROTECTED]> wrote: On 12/31/06, Justin Wetherell <[EMAIL PROTECTED]> wrote: > 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. Neat. I think, t

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

2007-01-01 Thread Andrew Flegg
On 12/31/06, Justin Wetherell <[EMAIL PROTECTED]> wrote: > 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. Neat. I think, though, one SQL result set which is iterated over may

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

2007-01-01 Thread Duncan Webb
Chandan Pitta wrote: > 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 --