Re: [Freevo-devel] Media player and other questions...

2004-01-18 Thread Adam Stephens
On Jan 17, 2004, at 6:55 PM, Michael Ruelle wrote: Gustavo (k-s in irc) looked at doing some visualization plugins with goom and mplayer in the past. I know it is definitely old now but not sure where he left it. i've tested Gustavo's mplayer plugin in the past. i was able to get the goom visualiz

[Freevo-devel] image browser

2004-01-27 Thread Adam Stephens
what would be involved in laying a display on top of the image when browsing images? what brought it to mind was when you reach the last file in a directory. would it be possible to display an icon when you attempt to browse to the next image? what would be used to implement this? pygame, free

Re: [Freevo-devel] image browser

2004-01-28 Thread Adam Stephens
We do it now... it's a text message, but since the text is not really anything other than an image, I suppose an image could be added. hmm...i've never seen this. is this implemented in 1.4.1 or only in cvs? do i need to turn it on? --- The SF

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Adam Stephens
i love the tivo interface. what about page up and down -adam On Feb 4, 2004, at 17:48, Gustavo Sverzut Barbieri wrote: Tivo is really cool. Now (CVS) we support, in single column mode, LEFT to go back and RIGHT to enter menu/play items, but no visual return on that. I don't think it's a pro

Re: [Freevo-devel] thoughts.

2004-02-04 Thread Adam Stephens
On Feb 4, 2004, at 19:29, Gustavo Sverzut Barbieri wrote: Page up/down was mapped to ch+/- already. what you mean with "i love the tivo interface"? You want those arrows? IMHO they just bloat the interface... Arrows are useful as in listings to show that there are more items one screen down/up, li

Re: [Freevo-devel] Some more web ideas...

2004-02-10 Thread Adam Stephens
i really like this new logo. it fits well on the page. while i may feel different when i see it, i like it better on the left instead of centered. -adam On Feb 10, 2004, at 10:43 AM, Aubin Paul wrote: I've commited the new web interface, but I felt kind of bored with the old logo (no offense t

Re: [Freevo-devel] Pay per view model?

2004-03-12 Thread Adam Stephens
i'm not a developer, but i get the feeling the freevo goals do not include commercial uses. with that said i have not seen anybody mention this kind of idea. -atom On Mar 12, 2004, at 2:35 PM, Medley Mike wrote: I'm fairly new to the freevo development scene and wondered if anyone has thought

[Freevo-devel] another crash when caching

2004-03-30 Thread Adam Stephens
creating playlist metadata Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/helpers/cache.py", line 459, in ? create_metadata() File "/usr/lib/python2.3/site-packages/freevo/helpers/cache.py", line 257, in create_metadata eli

Re: [Freevo-devel] Re: another crash when caching

2004-04-13 Thread Adam Stephens
On Apr 11, 2004, at 11:59 AM, Dirk Meyer wrote: Adam Stephens wrote: creating playlist metadata Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/freevo/helpers/cache.py", line 459, in ? create_metadata() File "/usr/lib

[Freevo-devel] gentoo ebuild

2004-05-10 Thread Adam Stephens
has anyone created an ebuild for 1.5_rc1? if not, are there any new dependencies or install steps i need to take into account to create a new one? -atom --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisc

Re: [Freevo-devel] FW: dvd-problem with latest mmpython/freevo

2004-05-16 Thread Adam Stephens
I too had the same problem. The fix proposed by Hans worked for me. I deleted and recreated my cache per a suggestion by Karee. My DVDs now work. Dischi, any word on this? -atom On May 13, 2004, at 6:08 PM, Hans Meine wrote: This was with 1.5.0-rc1, -rc2 and mmpython-0.4.1/0.4.2 respectively (on

Re: [Freevo-devel] [PATCH] download plugin, bittorrent, p2p

2004-06-29 Thread Adam Stephens
On Jun 29, 2004, at 17:57, alan wrote: Hi, {snip} One question that has been particularly plaguing me is how to deal with a torrent after its done downloading. Should it be kept open so that it can continue uploading? If so for how long? 15 minutes, 1 day, until the tracker dies? If there are

Re: [Freevo-devel] Freevo 1.5.0-rc4 is out

2004-06-29 Thread Adam Stephens
i get the following when attempting to start freevo-1.5_rc4 using the gentoo init script. Error: Installed mmpython version is too old. Please update mmpython to version 0.4.3 or higher i tried this with both the freevo rsync-freevo mmpython-0.4.3 and the portage mmpython-0.4.3-r1. it worked onc

[Freevo-devel] mmpython: m4a tags

2004-07-06 Thread Adam Stephens
in my effort to get freevo to display more information on my m4a files, i came across the following piece of code which was preventing m4ainfo.py from getting most of the track information: if length < 0 or length > 1000: raise ValueError, "Oops?" once i commented out that statement, i w

Re: [Freevo-devel] mmpython: m4a tags

2004-07-08 Thread Adam Stephens
, I'm missing something; are you suggesting that we remove that ValueError bit? I tested the m4a support with a very limited number of files since I usually prefer high bitrate mp3s, but if you're finding => 1000 tag lengths, then we can do it. Aubin On Tue, Jul 06, 2004 at 09:56:52PM -0

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Dischi future_ideas,NONE,1.1

2004-07-16 Thread Adam Stephens
would it not be easier and more efficient to have a separate schedule from the listings themselves? this way, when scheduling a new recording, you could check the master schedule and react accordingly. if there is no conflict, a link could be inserted into the master schedule. if there was, the

Re: [Freevo-devel] feature request: Webradio favorites

2004-08-02 Thread Adam Stephens
its not gui based, but you can define an fxd file with stations of your choice. i just created a file called webradio.fxd in my /etc/freevo dir and it added it to the web radio list. check out the original fxd file for examples. -adam Michael Osten wrote: Would the 'webradio' developer consider

Re: [Freevo-devel] Re: Ideas for next major release wanted: Example Survey

2004-09-15 Thread Adam Stephens
i will volunteer as the native english speaker to do any proofreading/editing. -adam Fons van der Beek wrote: I am also willing to maintain it. Even better. When can you start? How about now? I will have a working survey by next Tuesday or so.a native English speaker could check then

[Freevo-devel] patches

2003-09-04 Thread Adam Stephens
hi, i'm new to submitting patches to a project, but what are the best patch arguments to use. right now i'm trying to submit a patch of two files, but more advanced patch examples would be greatly appreciated. patch i want to contribute. thanks, -atom ---

[Freevo-devel] dxr3 and xine

2003-09-20 Thread Adam Stephens
Once again: http://pvrhw.goldfish.org/tiki-view_pvrent.php?systemid=Malco Using freevo snapshots, not always every day, but tried today: * media-video/mplayer Latest version installed: 0.91 * media-libs/libsdl Latest version installed: 1.2.5-r10 * media-video/xine-ui Latest v

[Freevo-devel] dxr3 video problems

2003-09-20 Thread Adam Stephens
Hmm...it was working, until a couple days ago. I don't think I broke it... http://pvrhw.goldfish.org/tiki-view_pvrent.php?systemid=Malco I am no longer able to play movies. When I start a movie, the screen goes black and nothing happens. Music plays fine. Mplayer output from movie playing is belo

Re: [Freevo-devel] dxr3 and xine (freevo-snapshot ebuild fix)

2003-09-21 Thread Adam Stephens
"/root/work/freevo/src/util.py", line 676, in __call__ return self.__method(self.__obj, *args, **kwargs) File "./src/osd.py", line 491, in restartdisplay self.depth) error: Couldn't open video part of dxr3. On Sun, 2003-09-21 at 05:33, Dirk Meyer wrote: > A

[Freevo-devel] Re: dxr3 and xine

2003-09-22 Thread Adam Stephens
On Mon, 2003-09-22 at 05:33, Dirk Meyer wrote: > I kid of found the bug. Do you have the webserver running > (plugin.activate('www'))? > > It looks to be that every child process inherits some sdl settings > from the parent, even resetting SDL_VIDEO_DRIVER for the webserver > doesn't help. If I st

Re: [Freevo-devel] DXR3 with Keyboard

2003-10-01 Thread Adam Stephens
the SDL-nokeyboard patch is applied when using freevo's libsdl-1.2.5-r10.ebuild. when i first started using freevo with my dxr3 i had to use the keyboard. this should work for you in freevo itself, but when you begin an mplayer session you will lose keyboard. i got around this by using a remote