[Freevo-devel] [PATCH] Optimize video thumbnails generation

2007-01-04 Thread FoX
Hia all, While integrating freevo to geexbox, I learnt how video thumbs were generated, and I think this patch is worth reading. It optimizes the generation through adding 2 parameters to mplayer command : -nocache : to avoid the caching delay -osdlevel 0 : to remove the timebar osd display I

Re: [Freevo-devel] [PATCH] Optimize video thumbnails generation

2007-01-04 Thread Jason Tackaberry
On Thu, 2007-01-04 at 11:27 +0100, FoX wrote: It optimizes the generation through adding 2 parameters to mplayer command : -nocache : to avoid the caching delay No caching is the default, but I guess it can't hurt to specify this explicitly in case the user has caching set in his

Re: [Freevo-devel] [Freevo-cvslog] Kaa r2341 - trunk/popcorn/src/backends/mplayer

2007-01-04 Thread Benjamin Zores
On 1/4/07, Dirk Meyer [EMAIL PROTECTED] wrote: Author: dmeyer Date: Thu Jan 4 14:01:23 2007 New Revision: 2341 Modified: trunk/popcorn/src/backends/mplayer/player.py Log: try to make the mplayer filter chain correct +args = [ -v, -slave, -osdlevel, 0, -nolirc, -nojoystick,

Re: [Freevo-devel] [Freevo-cvslog] Kaa r2341 - trunk/popcorn/src/backends/mplayer

2007-01-04 Thread Jason Tackaberry
On Thu, 2007-01-04 at 15:59 +0100, Benjamin Zores wrote: The -nomouseinput argument is only available if MPlayer has been compiled with X11 support. Calling it on a non X11 capable MPlayer will prevent MPlayer to start. Good catch, thanks. Fixed.

Re: [Freevo-devel] Experimental plugin for retrieving information of a webradio playing song

2007-01-04 Thread naudefj
Hi Gorka, On Wednesday 03 January 2007 18:11, Gorka Olaizola wrote: I think that with some changes to audio/plugins/mplayer.py the information from the song can be processed and shown like in my plugin. The elapsed time is already retrieved from the mplayer output so adding more checks should

[Freevo-devel] Restructuring the Freevo Website

2007-01-04 Thread naudefj
Hi, The Media Library is absolutely great. But, shouldn't it be the main index page? The current index only provides a status overview, and can imho be renamed to System Status. If we futher move tabs like TV Guide and Scheduled Recordings to the TV menu, the website will have the same

Re: [Freevo-devel] XMl parsing

2007-01-04 Thread Tanja
Hi Dirk Meyer schrieb: Hi, Tanja wrote: I am working on a extension to the webserver, which let the user edit his/her webradio.fxd file. Freevo 1.x or 2.x? Freevo 1.x for the moment... But I want to make it as portable as possible for Freevo 2.0. I started with kaa.xml for the

Re: [Freevo-devel] Restructuring the Freevo Website

2007-01-04 Thread Wout Clymans
That's a good idea, but maybe we could make the website look exactly like freevo? For every different theme in freevo there would be a different css file and different images. I am not that good with CSS and designing websites, but i think this should be possible and it would make the website

[Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Pascal Schirrmann
Hi, Just to be totally sure (and also for a small private trouble), I just reinstalled totally my test server, with freevo 1.7rc2. Server : Athlon XP 1150, 512 Mb RAM, NVIDIA graphic card, BT 878 TV Card, Mandriva 2007 installed in French - Unicode. I use Mandriva mainly because of some good

[Freevo-devel] freevo 1.7rc2 / web server : A question

2007-01-04 Thread Pascal Schirrmann
Hi, Using the new web server, the file presentation has changed. The design is nice, but : In the Recorded_TV dir, the file are displayed in alphabetical order (I think), not in the order chosen in local_conf.py. I think that the old web server did that ? Or maybe did display the movie date,

Re: [Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Chandan Pitta
I see what the problem is. This will have to be fixed soon. I will take a look at it later today or tomorrow. But for now if you want to make it work just change TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR ) to TV_RECORD_DIR = '%s/TV_Records' % ( FREEVO_MEDIA_DIR ) Remember none of

Re: [Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Pascal Schirrmann
Chandan Pitta a écrit : I see what the problem is. This will have to be fixed soon. I will take a look at it later today or tomorrow. But for now if you want to make it work just change TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR ) to TV_RECORD_DIR = '%s/TV_Records' % (

[Freevo-devel] freevo 1.7rc2 / cosmetic : trouble dysplaing the lnth of a movie.]

2007-01-04 Thread Pascal Schirrmann
Hi, Since a few days (this came in the svn just before the rc2 release), the length of a movie is strangely displayed. If a movie file is here without a fxd file, then both in the main an in the web interface, the length is displayed in min If a movie is here with a fxd file, then the content

Re: [Freevo-devel] freevo 1.7rc2 / cosmetic : trouble dysplaing the lnth of a movie.]

2007-01-04 Thread Justin Wetherell
I've seen this also but haven't researched it any. On 1/4/07, Pascal Schirrmann [EMAIL PROTECTED] wrote: Hi, Since a few days (this came in the svn just before the rc2 release), the length of a movie is strangely displayed. If a movie file is here without a fxd file, then both in the main an

Re: [Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Jason Tackaberry
On Thu, 2007-01-04 at 13:17 -0700, Chandan Pitta wrote: TV_RECORD_DIR = '%s/TV_Records/' % ( FREEVO_MEDIA_DIR ) to TV_RECORD_DIR = '%s/TV_Records' % ( FREEVO_MEDIA_DIR ) Remember none of the items should have trailing slash. This is a bug that ought to be fixed. Cheers, Jason.

Re: [Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Jason Tackaberry
Remember none of the items should have trailing slash. This is a bug that ought to be fixed. Nevermind; you just said as much in your original email. :) - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Freevo-devel] Restructuring the Freevo Website

2007-01-04 Thread Justin Wetherell
I am using the svn version of Freevo-1.7; With the additions to the media library have we lost the ability to delete recordings also? I can't seem to find it. On 1/4/07, Wout Clymans [EMAIL PROTECTED] wrote: That's a good idea, but maybe we could make the website look exactly like freevo? For

Re: [Freevo-devel] XMl parsing

2007-01-04 Thread Duncan Webb
Tanja wrote: Hi Dirk Meyer schrieb: Hi, Tanja wrote: I am working on a extension to the webserver, which let the user edit his/her webradio.fxd file. Freevo 1.x or 2.x? Freevo 1.x for the moment... But I want to make it as portable as possible for Freevo 2.0. I started with

Re: [Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Duncan Webb
Jason Tackaberry wrote: Remember none of the items should have trailing slash. This is a bug that ought to be fixed. Nevermind; you just said as much in your original email. :) Jason have you noticed that: image = kaa.imlib2.open(filename) thumb =

[Freevo-devel] DVD detection broke from RC1 - RC2

2007-01-04 Thread Nigel Sim
Just upgraded from RC1 w/ mmpython to RC2 w/ kaa-base 0.1.2, kaa-metadata 0.6.0 kaa-imlib2 0.2.0, and the movie screen always reports No Disc, and pressing enter on it reports No Action. I've tried automatic and manual ROM detection. I'm just familiarising myself with the code at the moment,

Re: [Freevo-devel] DVD detection broke from RC1 - RC2

2007-01-04 Thread Duncan Webb
Nigel Sim wrote: Just upgraded from RC1 w/ mmpython to RC2 w/ kaa-base 0.1.2, kaa-metadata 0.6.0 kaa-imlib2 0.2.0, and the movie screen always reports No Disc, and pressing enter on it reports No Action. I've tried automatic and manual ROM detection. Upgrading from 1.7.0-rc1 to 1.7.0-rc2,

Re: [Freevo-devel] freevo 1.7rc2 / web server : unable to download a movie if stored in the Recorded TV dir

2007-01-04 Thread Chandan Pitta
This patch should fix the issue seen by Pascal. I also did some minor clean up in webserver. Thanks Chandan On 1/4/07, Duncan Webb [EMAIL PROTECTED] wrote: Jason Tackaberry wrote: Remember none of the items should have trailing slash. This is a bug that ought to be fixed. Nevermind; you

[Freevo-devel] Original image size not showing

2007-01-04 Thread Chandan Pitta
What happened to the images? The pop-up window shows only scaled image. I see that the javascript for openfoto has changed and is causing the browser to scale the image. Can someone take a look at it. Is it part of a larger fix that is coming later? Regards, Chandan

Re: [Freevo-devel] DVD detection broke from RC1 - RC2

2007-01-04 Thread Nigel Sim
I've cleaned out the site-packages, and I've removed mmpython. I get the same issue on a clean system. I do get the following error: Exception in thread Thread-2: Traceback (most recent call last): File threading.py, line 442, in __bootstrap self.run() File