[Freevo-cvslog] freevo/src main.py,1.112,1.113

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19329/src

Modified Files:
main.py 
Log Message:
cachetime checking not working right now

Index: main.py
===
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** main.py 5 Feb 2004 20:39:11 -   1.112
--- main.py 11 Feb 2004 11:09:40 -  1.113
***
*** 11,14 
--- 11,17 
  # ---
  # $Log$
+ # Revision 1.113  2004/02/11 11:09:40  dischi
+ # cachetime checking not working right now
+ #
  # Revision 1.112  2004/02/05 20:39:11  dischi
  # check mmpython cache version
***
*** 337,353 
  mmpython.disc.discinfo.CREATE_MD5_ID = config.MMPYTHON_CREATE_MD5_ID
  
! if not os.path.isfile(os.path.join(config.OVERLAY_DIR, 'cachetime')):
! print '\nWARNING: no pre-cached data'
! print 'Freevo will cache each directory when you first enter it. This can'
! print 'be slow. Start ./freevo cache to pre-cache all directories to speed'
! print 'up usage of freevo'
! print
! else:
! f = open(os.path.join(config.OVERLAY_DIR, 'cachetime'))
! if long(time.time()) - long(f.readline())  604800:
! print '\nWARNING: cache files older than 7 days'
! print 'Please rerun ./freevo cache to speed up freevo'
! print
! f.close()
  
  
--- 340,356 
  mmpython.disc.discinfo.CREATE_MD5_ID = config.MMPYTHON_CREATE_MD5_ID
  
! # if not os.path.isfile(os.path.join(config.OVERLAY_DIR, 'cachetime')):
! # print '\nWARNING: no pre-cached data'
! # print 'Freevo will cache each directory when you first enter it. This can'
! # print 'be slow. Start ./freevo cache to pre-cache all directories to speed'
! # print 'up usage of freevo'
! # print
! # else:
! # f = open(os.path.join(config.OVERLAY_DIR, 'cachetime'))
! # if long(time.time()) - long(f.readline())  604800:
! # print '\nWARNING: cache files older than 7 days'
! # print 'Please rerun ./freevo cache to speed up freevo'
! # print
! # f.close()
  
  



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-devel] Re: Exactly how Freevo interacts with Lirc

2004-02-11 Thread Dirk Meyer
Robert Rozman wrote:
 Hi,

 could you point me to code, where Freevo interfaces with pylirc ?

src/rc.py class RemoteControl

 Is there any way to filter those events. Point is that when you press key
 lirc sends event. If you hold it, then sends another event again, but it can
 be distinguished from the first one that always has counter value of 0. Next
 has value 1 and so on. Now for certain keys we want to see their repeatings
 (volume, ...) and for some would be proper to catch only first press of the
 key. If we could leave this to user to decide would be great small addition
 to better functionality

It would be hard to decide what key needs repeat and what not, but you
can try.


Dischi

-- 
[X] -- nail here for new monitor


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Freevo complains about Cache

2004-02-11 Thread Dirk Meyer
Jan Grewe wrote:
 I've updated freevo (recent regular cvs), mmpython (fresh snapshot), cached,
 rebuild the cache, and still freevo complains everytime i start it:

 WARNING: cache files older than 7 days
 Please rerun ./freevo cache to speed up freevo

 How can i get rid of it? It's not bugging me that much, just wanted to let
 you know .

Fixed. The check didn't work anymore so I removed the code until I
have time to fix it.


Dischi

-- 
I've not lost my mind. It's backed up on tape somewhere. - Unknown


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] lcd.py crash problems

2004-02-11 Thread Joakim Berglund
I still have some major problems with lcd.py (version 1.15)

Exception in thread Thread-104:
Traceback (most recent call last):
  File /usr/local/freevo/lib/python2.3/threading.py, line 436, in
__bootstrap
self.run()
  File /freevo/freevo/src/childapp.py, line 373, in run
self._handle_input()
  File /freevo/freevo/src/childapp.py, line 415, in _handle_input
self.callback(line)
  File /freevo/freevo/src/audio/plugins/mplayer.py, line 296, in stdout_cb
self.player.refresh()
  File /freevo/freevo/src/audio/plugins/mplayer.py, line 212, in refresh
self.playerGUI.refresh()
  File /freevo/freevo/src/audio/player.py, line 205, in refresh
skin.draw('player', self.item)
  File /freevo/freevo/src/skins/main/main.py, line 553, in draw
a.draw(settings, object, menu, style, type, self.force_redraw)
  File /freevo/freevo/src/skins/main/area.py, line 223, in draw
self.update_content()
  File /freevo/freevo/src/skins/main/default_areas.py, line 205, in
update_content
p.draw((self.widget_type, self.menuw), self)
  File /freevo/freevo/src/plugins/lcd.py, line 871, in draw
self.lcd.widget_set( sname, w, param.encode( 'latin1' ) )
  File /usr/local/lib/python2.3/site-packages/pylcd.py, line 182, in
widget_set
return self.readl()
  File /usr/local/lib/python2.3/site-packages/pylcd.py, line 101, in readl
return self.conn.read_until(\n)
  File /usr/local/freevo/lib/python2.3/telnetlib.py, line 317, in
read_until
self.process_rawq()
  File /usr/local/freevo/lib/python2.3/telnetlib.py, line 429, in
process_rawq
c = self.rawq_getchar()
  File /usr/local/freevo/lib/python2.3/telnetlib.py, line 502, in
rawq_getchar
c = self.rawq[self.irawq]
IndexError: string index out of range


Joakim




---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] logo (was: Some more web ideas...)

2004-02-11 Thread Dirk Meyer
Hi,

Aubin Paul wrote:
 I've commited the new web interface, but I felt kind of bored with the
 old logo (no offense to the designer) so I made a slightly different
 one which I'm using for my blurr splashscreen

I think this should be the time to discuss a Freevo logo. We have one
on the hompage (the old webserver logo), one in most skins (logo) and
also one used by Gustavo (logo_david). Now we have a new one. I guess
we should decide what logo should be the official freevo logo. 

Right now I prefer the new logo from Aubin, only that I don't like the
Font used for the Text Home Theatre PC Platform. But if someone else
has a nice idea, please send it.

Aubin: about your new splashscreen: is there a reason why you didn't
make the logo transparent to make the background visible? And what
about adding the different logos from user programs at the bottom
again? 


Dischi

-- 
Half of the troubles of this life can be traced to saying yes too
quickly and not saying no soon enough. - Josh Billings


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo (was: Some more web ideas...)

2004-02-11 Thread Aubin Paul
On Wed, Feb 11, 2004 at 12:57:26PM +0100, Dirk Meyer wrote:
 Aubin: about your new splashscreen: is there a reason why you didn't
 make the logo transparent to make the background visible? And what
 about adding the different logos from user programs at the bottom
 again? 

It's not transparent because making it transparent means I need to use
a 60k PNG file, and the color in the logo doesn't really match
arbitrary backgrounds. 

I didn't add the logos because I don't like having all of them there,
to be honest. I didn't like the startup looking like a NASCAR
vehicle...

Aubin


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-cvslog] freevo/src osd.py,1.135,1.136

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26807

Modified Files:
osd.py 
Log Message:
search system for fonts

Index: osd.py
===
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** osd.py  7 Feb 2004 11:50:57 -   1.135
--- osd.py  11 Feb 2004 14:23:33 -  1.136
***
*** 11,14 
--- 11,17 
  # ---
  # $Log$
+ # Revision 1.136  2004/02/11 14:23:33  dischi
+ # search system for fonts
+ #
  # Revision 1.135  2004/02/07 11:50:57  dischi
  # fix geometry calculation for border fonts
***
*** 289,329 
  return w
  
  def __getfont__(self, filename, ptsize):
  ptsize = int(ptsize / 0.7)  # XXX pygame multiplies by 0.7 for some reason
  
! _debug_('Loading font %s' % filename,2)
! try:
! font = pygame.font.Font(filename, ptsize)
! except (RuntimeError, IOError):
! _debug_('Couldnt load font %s' % os.path.basename(filename).lower())
! 
! # Are there any alternate fonts defined?
! if not 'OSD_FONT_ALIASES' in dir(config):
! print 'No font aliases defined!'
! raise # Nope
  
  # Ok, see if there is an alternate font to use
- fontname = os.path.basename(filename).lower()
  if fontname in config.OSD_FONT_ALIASES:
  alt_fname = os.path.join(config.FONT_DIR, 
config.OSD_FONT_ALIASES[fontname])
  _debug_('trying alternate: %s' % os.path.basename(alt_fname).lower())
! try:
! font = pygame.font.Font(alt_fname, ptsize)
! except (RuntimeError, IOError):
! print 'Couldnt load alternate font %s' % alt_fname
! raise
! else:
! global font_warning
! if not fontname in font_warning:
! print 'WARNING: No alternate found in the alias list!'
! print 'Falling back to default font, this may look very ugly'
! font_warning.append(fontname)
! try:
! font = pygame.font.Font(config.OSD_DEFAULT_FONTNAME, ptsize)
! except (RuntimeError, IOError):
! print 'Couldnt load font %s' % config.OSD_DEFAULT_FONTNAME
! raise
! f = Font(filename, ptsize, font)
! return f.font
  
  
--- 292,345 
  return w
  
+ def __loadfont__(self, filename, ptsize):
+ if os.path.isfile(filename):
+ try:
+ return pygame.font.Font(filename, ptsize)
+ except (RuntimeError, IOError):
+ return None
+ return None
+ 
+ 
  def __getfont__(self, filename, ptsize):
  ptsize = int(ptsize / 0.7)  # XXX pygame multiplies by 0.7 for some reason
  
! _debug_('Loading font %s' % filename, 2)
! font   = self.__loadfont__(filename, ptsize)
! if not font:
! 
! # search OSD_EXTRA_FONT_PATH for this font
! fontname = os.path.basename(filename).lower()
! for path in config.OSD_EXTRA_FONT_PATH:
! fname = os.path.join(path, fontname)
! font  = self.__loadfont__(fname, ptsize)
! if font:
! break
! font  = self.__loadfont__(fname.replace('_bold', 'bd'), ptsize)
! if font:
! break
  
+ if not font:
+ _debug_('Couldnt load font %s' % os.path.basename(filename).lower())
+ 
  # Ok, see if there is an alternate font to use
  if fontname in config.OSD_FONT_ALIASES:
  alt_fname = os.path.join(config.FONT_DIR, 
config.OSD_FONT_ALIASES[fontname])
  _debug_('trying alternate: %s' % os.path.basename(alt_fname).lower())
! font = self.__loadfont__(alt_fname, ptsize)
! 
! if not font:
! # not good
! global font_warning
! if not fontname in font_warning:
! print 'WARNING: No alternate found in the alias list!'
! print 'Falling back to default font, this may look very ugly'
! font_warning.append(fontname)
! font = self.__loadfont__(config.OSD_DEFAULT_FONTNAME, ptsize)
! 
! if not font:
! print 'Couldnt load font %s' % config.OSD_DEFAULT_FONTNAME
! raise
! 
! return font
  
  



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools 

[Freevo-cvslog] freevo freevo_config.py,1.317,1.318

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26769

Modified Files:
freevo_config.py 
Log Message:


Index: freevo_config.py
===
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.317
retrieving revision 1.318
diff -C2 -d -r1.317 -r1.318
*** freevo_config.py5 Feb 2004 19:56:39 -   1.317
--- freevo_config.py11 Feb 2004 14:23:11 -  1.318
***
*** 207,211 
  (5.07,
   '''Add MENU_ARROW_NAVIGATION to change navigation style. New one is default
!  now.''') ]
  
  
--- 207,211 
  (5.07,
   '''Add MENU_ARROW_NAVIGATION to change navigation style. New one is default
!  now. Also added OSD_EXTRA_FONT_PATH to search for fonts''') ]
  
  
***
*** 770,773 
--- 770,778 
  OSD_DEFAULT_FONTSIZE = 18
  
+ #
+ # Sytem Path were to search for fonts not in the Freevo distribution
+ #
+ OSD_EXTRA_FONT_PATH  = [ '/usr/X11R6/lib/X11/fonts/truetype/' ]
+ 
  # Font aliases, all names must be lowercase!
  # All alternate fonts must be in './share/fonts/'



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/src/skins/main area.py,1.31,1.32

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30740

Modified Files:
area.py 
Log Message:
add all background images to the bgimage list

Index: area.py
===
RCS file: /cvsroot/freevo/freevo/src/skins/main/area.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** area.py 7 Feb 2004 11:52:17 -   1.31
--- area.py 11 Feb 2004 14:41:05 -  1.32
***
*** 28,31 
--- 28,34 
  # ---
  # $Log$
+ # Revision 1.32  2004/02/11 14:41:05  dischi
+ # add all background images to the bgimage list
+ #
  # Revision 1.31  2004/02/07 11:52:17  dischi
  # always show submenus with image
***
*** 583,588 
  imagefile = bg.filename
  
! if self.name == 'screen':
! bg.label = 'background'
  
  if imagefile:
--- 586,591 
  imagefile = bg.filename
  
! # set to 'background' to be added to that image list
! bg.label = 'background'
  
  if imagefile:



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/share/images/gant - New directory

2004-02-11 Thread Gustavo Sverzut Barbieri
 --- Aubin Paul [EMAIL PROTECTED] escreveu: 
 Well, is someone making an alternate stylesheet?

Not yet.

Gustavo

__

Yahoo! GeoCities: 15MB de espaço grátis para criar seu web site!
http://br.geocities.yahoo.com/


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread Rob Shortt
Dirk Meyer wrote:
I think this should be the time to discuss a Freevo logo. We have one
on the hompage (the old webserver logo), one in most skins (logo) and
also one used by Gustavo (logo_david). Now we have a new one. I guess
we should decide what logo should be the official freevo logo. 
I think the new logo is more creative but thanks to whoever mentioned it 
 I immediately think of Yahoo! when I see it. :(  I like it over the 
others though, except for the underlying text.

Right now I prefer the new logo from Aubin, only that I don't like the
Font used for the Text Home Theatre PC Platform. But if someone else
has a nice idea, please send it.
The problem I have with Home Theatre PC Platform is the PC part.  I 
don't think of my Freevo box as a PC at all, more like a wicked cool 
device.  I do see the advantage to having the text there though and it 
is very descriptive to those unfamiliar with Freevo.

Has anyone thought of having a logo contest?

My 2 cents,
-Rob


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: Can I exclude showing of files with some regexpo in folder.fxd

2004-02-11 Thread Dirk Meyer
Robert Rozman wrote:
 Hi,

 I have folder with .nuv and ringbuf.nuv files. I'd like to show only
 .nuv files withouy ringbuf.nuv files. Can I switch that in folder.fxd ?

No

 Is there any possibility to add plugin that could parse filenames and show
 them differently on Freevo menu ?

In CVS you can write a MimetypePlugin to deal create items from
files. 


Dischi

-- 
Computers are like air-conditions.
They don't work properly, if you open windows.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Dirk Meyer
Aubin Paul wrote:
 On Wed, Feb 11, 2004 at 12:57:26PM +0100, Dirk Meyer wrote:
 Aubin: about your new splashscreen: is there a reason why you didn't
 make the logo transparent to make the background visible? And what
 about adding the different logos from user programs at the bottom
 again? 

 It's not transparent because making it transparent means I need to use
 a 60k PNG file, and the color in the logo doesn't really match
 arbitrary backgrounds. 

But it would be nice to have the logo as transparent png in some
way. And I have the felling that the background doesn't really fit to
the blurr2 picture (purple vs. blue). When I look at it, it looks to
me that the splashscreen is from a different skin than the theme
inside Freevo. 

 I didn't add the logos because I don't like having all of them there,
 to be honest. I didn't like the startup looking like a NASCAR
 vehicle...

OK, it was only a nice decoration.


Dischi

-- 
The trouble with work is... it's so daily.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-cvslog] freevo/share/images blurrsplash.jpg,1.1,1.2

2004-02-11 Thread outlyer
Update of /cvsroot/freevo/freevo/share/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25808

Modified Files:
blurrsplash.jpg 
Log Message:
Changed to use the blurr background...  also removed the PC from the 
text.


Index: blurrsplash.jpg
===
RCS file: /cvsroot/freevo/freevo/share/images/blurrsplash.jpg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvskXVaZR and /tmp/cvsEzQJHn differ



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-devel] [PLUGIN] Volume on idlebar

2004-02-11 Thread Viggo Fredriksen
Hi!

Made a small plugin for showing the current volume on the idlebar.
The plugin requires a new method from the mixer implementations:
 - getPercent(); return a float value from 0-1 (vol/max)
It also requires the mixers to call the update() method of the
idlebarplugin whenever an update has occured, eg:
| vol = plugin.getbyname('idlebar.volume')
| if vol: vol.update()
If not, the slider will only update whenever the idlebar polls it.

I've attached some patches I made to mixer.py and ossmixer.py, but I
can't guarantee these are working because I'm using my own mixer.
Screenshots:
http://www.matrise.net/~viggo/freevo/volume/full.jpg
http://www.matrise.net/~viggo/freevo/volume/half.jpg
http://www.matrise.net/~viggo/freevo/volume/mute.jpg
Regards
Viggo Fredriksen


ossmixer.py.diff.gz
Description: application/gzip


mixer.py.diff.gz
Description: application/gzip


idlebar.volume.tgz
Description: application/compressed


Re: [Freevo-devel] logo

2004-02-11 Thread Aubin Paul
On Wed, Feb 11, 2004 at 11:10:44AM -0400, Rob Shortt wrote:
 I think the new logo is more creative but thanks to whoever mentioned it 
  I immediately think of Yahoo! when I see it. :(  I like it over the 
 others though, except for the underlying text.

I can't say I'm fond of design by committee :) but good points... I
changed the text to Home Theatre Platform and changed it to a
transparent logo so I could stick it over the blurr background.

Note that I only committed a pre-rendered jpg because it was 40k while
the transparent PNG with no background was 125k.

Aubin


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Aubin Paul
On Wed, Feb 11, 2004 at 04:54:50PM +0100, Dirk Meyer wrote:
 But it would be nice to have the logo as transparent png in some
 way. And I have the felling that the background doesn't really fit to
 the blurr2 picture (purple vs. blue). When I look at it, it looks to
 me that the splashscreen is from a different skin than the theme
 inside Freevo. 

Well, I committed a new one, so it might be better... it isnt being
aligned properly though... even though I modified my skin to show the
logo full screen, I get about 10-20px of padding on the left...

Aubin


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread Rob Shortt
Aubin Paul wrote:
On Wed, Feb 11, 2004 at 11:10:44AM -0400, Rob Shortt wrote:

I think the new logo is more creative but thanks to whoever mentioned it 
I immediately think of Yahoo! when I see it. :(  I like it over the 
others though, except for the underlying text.


I can't say I'm fond of design by committee :) but good points... I
changed the text to Home Theatre Platform and changed it to a
transparent logo so I could stick it over the blurr background.
I saw your blurrsplash commit and took a close look.  I must admit I 
only saw the logo from the screenshots before this.  I like it, and the 
yahoo impression is wearing off.  I think shortening the text to Home 
Theatre Platform has given you a bit more room to increase the font 
height of that test, which looks better too.

Note that I only committed a pre-rendered jpg because it was 40k while
the transparent PNG with no background was 125k.
I think the blue background is good because it gives (a controlable) 
contrast to the white font (which the slight shadow does as well).  I 
like how th bottom portion blends with the background but the sharpness 
of the top sometimes looks odd to me.

Anyhow, I do think this is a good logo, thumbs up. :)

-Rob



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo (was: Some more web ideas...)

2004-02-11 Thread Gustavo Sverzut Barbieri
 --- Dirk Meyer [EMAIL PROTECTED] escreveu: 
 Hi,
 
 Aubin Paul wrote:
  I've commited the new web interface, but I felt kind of bored with
 the
  old logo (no offense to the designer) so I made a slightly
 different
  one which I'm using for my blurr splashscreen
 
 I think this should be the time to discuss a Freevo logo. We have one
 on the hompage (the old webserver logo), one in most skins (logo) and
 also one used by Gustavo (logo_david). Now we have a new one. I guess
 we should decide what logo should be the official freevo logo. 

sure!

 
 Right now I prefer the new logo from Aubin, only that I don't like
 the
 Font used for the Text Home Theatre PC Platform. But if someone
 else
 has a nice idea, please send it.

I vote Aubin's.


 Aubin: about your new splashscreen: is there a reason why you didn't
 make the logo transparent to make the background visible? And what
 about adding the different logos from user programs at the bottom
 again? 

Yes, I agree with dischi. 
And, what about a skin with the colors in the splashscreen? I really
liked it!

Gustavo

__

Yahoo! GeoCities: 15MB de espaço grátis para criar seu web site!
http://br.geocities.yahoo.com/


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread Aubin Paul
Rob Shortt wrote:
I saw your blurrsplash commit and took a close look.  I must admit I 
only saw the logo from the screenshots before this.  I like it, and the 
yahoo impression is wearing off.  I think shortening the text to Home 
Theatre Platform has given you a bit more room to increase the font 
height of that test, which looks better too.
If I increase that, it'll be bigger than the Freevo and I wanted to 
keep them inline...

I think the blue background is good because it gives (a controlable) 
contrast to the white font (which the slight shadow does as well).  I 
like how th bottom portion blends with the background but the sharpness 
of the top sometimes looks odd to me.
Really? I was trying to make it stand out from the background more... I 
didn't like that the old logo had no depth in that it just looked 
glued on... this one feels more like it jumps out to me.

Anyhow, I do think this is a good logo, thumbs up. :)
Danke... :)

Aubin

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


AW: [Freevo-devel] logo (was: Some more web ideas...)

2004-02-11 Thread Jan Grewe
Sorry for being a showstopper, but i think choosing a official logo from
those logos seems ... Too fast?
I like the first logo more than the new one, it looks more classy!
If you're getting _that_ serious searching a official logo, i'll whip up all
my photoshop skillz, maybe there's something interesting in the end...

What about a vote for the logo, maybe even on the webpage, and maybe maybe
even with a little competition (no prizes, though), i think there a lot of
people, who check the webpage but no the mailing-lists, who have GREAT
graphic skills!

..my .02€

/jan

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Dirk Meyer
Gesendet: Mittwoch, 11. Februar 2004 12:57
An: Aubin Paul
Cc: [EMAIL PROTECTED]
Betreff: [Freevo-devel] logo (was: Some more web ideas...)

Hi,

Aubin Paul wrote:
 I've commited the new web interface, but I felt kind of bored with the 
 old logo (no offense to the designer) so I made a slightly different 
 one which I'm using for my blurr splashscreen

I think this should be the time to discuss a Freevo logo. We have one on the
hompage (the old webserver logo), one in most skins (logo) and also one used
by Gustavo (logo_david). Now we have a new one. I guess we should decide
what logo should be the official freevo logo. 

Right now I prefer the new logo from Aubin, only that I don't like the Font
used for the Text Home Theatre PC Platform. But if someone else has a nice
idea, please send it.

Aubin: about your new splashscreen: is there a reason why you didn't make
the logo transparent to make the background visible? And what about adding
the different logos from user programs at the bottom again? 


Dischi

--
Half of the troubles of this life can be traced to saying yes too quickly
and not saying no soon enough. - Josh Billings


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread Rob Shortt
Aubin Paul wrote:
Rob Shortt wrote:

I saw your blurrsplash commit and took a close look.  I must admit I 
only saw the logo from the screenshots before this.  I like it, and 
the yahoo impression is wearing off.  I think shortening the text to 
Home Theatre Platform has given you a bit more room to increase the 
font height of that test, which looks better too.


If I increase that, it'll be bigger than the Freevo and I wanted to 
keep them inline...
Sorry, I meant the way it is now, I thought it was larger than it was 
with the PC in it.  Inline is good.

I think the blue background is good because it gives (a controlable) 
contrast to the white font (which the slight shadow does as well).  I 
like how th bottom portion blends with the background but the 
sharpness of the top sometimes looks odd to me.


Really? I was trying to make it stand out from the background more... I 
Thats what I mean, the contrast makes it stand out more, I was just 
referring to the edge of the top rectangle (being sharp).

-Rob



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-cvslog] freevo/src/video/plugins bookmarker.py,1.9,1.10

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14659

Modified Files:
bookmarker.py 
Log Message:
use new mmpython mpeg seek feature

Index: bookmarker.py
===
RCS file: /cvsroot/freevo/freevo/src/video/plugins/bookmarker.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** bookmarker.py   17 Jan 2004 20:30:19 -  1.9
--- bookmarker.py   11 Feb 2004 20:12:29 -  1.10
***
*** 21,24 
--- 21,27 
  # ---
  # $Log$
+ # Revision 1.10  2004/02/11 20:12:29  dischi
+ # use new mmpython mpeg seek feature
+ #
  # Revision 1.9  2004/01/17 20:30:19  dischi
  # use new metainfo
***
*** 53,56 
--- 56,60 
  
  import os, time, copy
+ import mmpython
  
  import plugin
***
*** 84,91 
  resume playback
  
! t = max(0, self.item['autobookmark_resume'] - 10)
  if menuw:
  menuw.back_one_menu()
! self.item.play(menuw=menuw, arg='-ss %s' % t)
  
  
--- 88,100 
  resume playback
  
! t= max(0, self.item['autobookmark_resume'] - 10)
! info = mmpython.parse(self.item.filename)
! if hasattr(info, 'seek') and t:
! arg='-sb %s' % info.seek(t)
! else:
! arg='-ss %s' % t
  if menuw:
  menuw.back_one_menu()
! self.item.play(menuw=menuw, arg=arg)
  
  



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.62,1.63

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14967

Modified Files:
mplayer.py 
Log Message:
do not seek beyond file length

Index: mplayer.py
===
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** mplayer.py  6 Feb 2004 19:28:51 -   1.62
--- mplayer.py  11 Feb 2004 20:13:46 -  1.63
***
*** 10,13 
--- 10,16 
  # ---
  # $Log$
+ # Revision 1.63  2004/02/11 20:13:46  dischi
+ # do not seek beyond file length
+ #
  # Revision 1.62  2004/02/06 19:28:51  dischi
  # fix/cleanup dvd on hd handling
***
*** 94,97 
--- 97,101 
  import threading
  import popen2
+ import mmpython
  
  import config # Configuration handler. reads config file.
***
*** 199,205 
  url  = item.url
  
  if mode == 'file':
  url = item.url[6:]
! 
  if url.startswith('dvd://') and url[-1] == '/':
  url += '1'
--- 203,215 
  url  = item.url
  
+ self.item_info   = None
+ self.item_length = -1
+ 
  if mode == 'file':
  url = item.url[6:]
! self.item_info = mmpython.parse(url)
! if hasattr(self.item_info, 'get_length'):
! self.item_length = self.item_info.get_length()
! 
  if url.startswith('dvd://') and url[-1] == '/':
  url += '1'
***
*** 444,447 
--- 454,468 
  
  if event == SEEK:
+ if event.arg  0 and self.item_length != -1:
+ # check if seek is allowed
+ if self.item_length = self.item.elapsed + event.arg:
+ # recheck size
+ self.item_length = self.item_info.get_length()
+ if self.item_length = self.item.elapsed + event.arg:
+ _debug_('unable to seek %s secs at time %s, length %s' % \
+ (event.arg, self.item.elapsed, self.item_length))
+ self.app.write('osd_show_text %s\n' % _('Seeking not 
possible'))
+ return False
+ 
  self.app.write('seek %s\n' % event.arg)
  return True



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/src/util mediainfo.py,1.21,1.22

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15073

Modified Files:
mediainfo.py 
Log Message:
small fix

Index: mediainfo.py
===
RCS file: /cvsroot/freevo/freevo/src/util/mediainfo.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** mediainfo.py8 Feb 2004 19:55:52 -   1.21
--- mediainfo.py11 Feb 2004 20:14:08 -  1.22
***
*** 11,14 
--- 11,17 
  # ---
  # $Log$
+ # Revision 1.22  2004/02/11 20:14:08  dischi
+ # small fix
+ #
  # Revision 1.21  2004/02/08 19:55:52  dischi
  # bugfix
***
*** 373,377 
  for video in info['video']:
  for variable in ('width', 'height', 'length', 'aspect'):
! if video.has_key(variable):
  info[variable] = video[variable]
  return info
--- 376,381 
  for video in info['video']:
  for variable in ('width', 'height', 'length', 'aspect'):
! if video.has_key(variable) and not \
!(info.has_key(variable) and info['variable']):
  info[variable] = video[variable]
  return info



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


Re: [Freevo-devel] logo (was: Some more web ideas...)

2004-02-11 Thread Aubin Paul
On Wed, Feb 11, 2004 at 08:13:51PM +0100, Jan Grewe wrote:
 Sorry for being a showstopper, but i think choosing a official logo from
 those logos seems ... Too fast?

I certainly wasn't proposing it as official in fact the word
official wasn't one I used :)

 I like the first logo more than the new one, it looks more classy!
 If you're getting _that_ serious searching a official logo, i'll whip up all
 my photoshop skillz, maybe there's something interesting in the end...

The one with the purple? Yeah, that's fine; the new logo is just
because people wanted one that blended with the wallpaper images. The
purple one is the one I'm using for the web interface.

 What about a vote for the logo, maybe even on the webpage, and maybe maybe
 even with a little competition (no prizes, though), i think there a lot of
 people, who check the webpage but no the mailing-lists, who have GREAT
 graphic skills!

Doesn't bother me... I like mine for _my_ skin, but I wouldn't press
anyone to use the logo or the skin unless they want to.

Aubin



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-cvslog] freevo/src osd.py,1.136,1.137

2004-02-11 Thread dischi
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32632

Modified Files:
osd.py 
Log Message:
deactivate arialbd fix, font is broken

Index: osd.py
===
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** osd.py  11 Feb 2004 14:23:33 -  1.136
--- osd.py  11 Feb 2004 21:21:56 -  1.137
***
*** 11,14 
--- 11,17 
  # ---
  # $Log$
+ # Revision 1.137  2004/02/11 21:21:56  dischi
+ # deactivate arialbd fix, font is broken
+ #
  # Revision 1.136  2004/02/11 14:23:33  dischi
  # search system for fonts
***
*** 315,321 
  if font:
  break
! font  = self.__loadfont__(fname.replace('_bold', 'bd'), ptsize)
! if font:
! break
  
  if not font:
--- 318,325 
  if font:
  break
! # deactivated: arialbd seems to be have a wrong height
! # font  = self.__loadfont__(fname.replace('_bold', 'bd'), ptsize)
! # if font:
! # break
  
  if not font:



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


Re: AW: [Freevo-devel] logo (was: Some more web ideas...)

2004-02-11 Thread Gustavo Sverzut Barbieri
 --- Jan Grewe [EMAIL PROTECTED] escreveu: 
 Sorry for being a showstopper, but i think choosing a official logo
 from
 those logos seems ... Too fast?
 I like the first logo more than the new one, it looks more classy!
 If you're getting _that_ serious searching a official logo, i'll whip
 up all
 my photoshop skillz, maybe there's something interesting in the
 end...
 
 What about a vote for the logo, maybe even on the webpage, and maybe
 maybe
 even with a little competition (no prizes, though), i think there a
 lot of
 people, who check the webpage but no the mailing-lists, who have
 GREAT
 graphic skills!
 

The idea is good, but I don't think there are many designers out there.
We really need one to work with us, so if you know one or is one,
please  help.

We could open a poll for the logo and another for skins.

Gustavo

__

Yahoo! GeoCities: 15MB de espaço grátis para criar seu web site!
http://br.geocities.yahoo.com/


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Dirk Meyer
Dirk Meyer wrote:
 Rob Shortt wrote:
 Has anyone thought of having a logo contest?

 Good idea? Anyone willing to put all current logos on a page and
 announce the contest on the website / user list?

s/Good Idea?/Good Idea!/

:-)


Dischi

-- 
Anything labeled NEW and/or IMPROVED isn't.  The label means the
price went up.  The label ALL NEW, COMPLETELY NEW, or GREAT NEW
means the price went way up.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Dirk Meyer
Jan Grewe wrote:
 Sorry for being a showstopper, but i think choosing a official logo from
 those logos seems ... Too fast?

We won't choose a logo within the next days or so. But on long term,
we need one. 

 I like the first logo more than the new one, it looks more classy!
 If you're getting _that_ serious searching a official logo, i'll whip up all
 my photoshop skillz, maybe there's something interesting in the end...

Do it, maybe you have a good idea.


Dischi

-- 
The only problem with mornings is that they happen too early in the
day.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Dirk Meyer
Rob Shortt wrote:
 Has anyone thought of having a logo contest?

Good idea? Anyone willing to put all current logos on a page and
announce the contest on the website / user list?


Dischi

-- 
Your mouse has moved.   Windows NT must be restarted for the
change to take effect.   Reboot now?  [ OK ]


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Dirk Meyer
Aubin Paul wrote:
 On Wed, Feb 11, 2004 at 08:13:51PM +0100, Jan Grewe wrote:
 Sorry for being a showstopper, but i think choosing a official logo from
 those logos seems ... Too fast?

 I certainly wasn't proposing it as official in fact the word
 official wasn't one I used :)

No, but I guess we need one sooner or later.

 What about a vote for the logo, maybe even on the webpage, and maybe maybe
 even with a little competition (no prizes, though), i think there a lot of
 people, who check the webpage but no the mailing-lists, who have GREAT
 graphic skills!

 Doesn't bother me... I like mine for _my_ skin, but I wouldn't press
 anyone to use the logo or the skin unless they want to.

Yes, but we should seperate between what users use and what we ship
with the freevo tarball. With a local_skin.fxd you can change the logo
to a logo you like. But IMHO all our skins should use the same logo. 

Or: we don't choose a logo, every skin can have it's own. That's also
ok with me, but we should support all logos everywere. Meaning we need
some sort of skin settings for the web interface and please provide a
small logo of yours fitting the idlebar (see idlebar.logo
plugin). Right now, I have your new logo on startup and the old one in
the idlebar. That doesn't look good. 


Dischi

-- 
Boat: A hole in the water surrounded by wood.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Re: logo

2004-02-11 Thread Aubin Paul
Dirk Meyer wrote:


No, but I guess we need one sooner or later.
True.

Yes, but we should seperate between what users use and what we ship
with the freevo tarball. With a local_skin.fxd you can change the logo
to a logo you like. But IMHO all our skins should use the same logo. 
Well, then it's up to you guys. I never liked the old one, and the one 
on the website doesn't work on any other background.

Or: we don't choose a logo, every skin can have it's own. That's also
ok with me, but we should support all logos everywere. Meaning we need
some sort of skin settings for the web interface and please provide a
small logo of yours fitting the idlebar (see idlebar.logo
plugin). Right now, I have your new logo on startup and the old one in
the idlebar. That doesn't look good. 
I've got a logo with a transparent background. Just give me a size and 
I'll scale it.

Aubin

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread Aubin Paul
Rob Vandermeulen wrote:

I find home theatre platform a bit too conservative (and too uncool). 
Freevo's way more than a home theatre if you ask me (with all the webstuff 
and other services. So I would go for something more like HyperMedia 
Platform or something else that sounds cool :)
I don't want to make up words, since the point of that part is to make 
it obvious what we're doing... it's in my home theatre is all :)

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread den_RDC
On Wednesday 11 February 2004 17:55, Aubin Paul wrote:
 On Wed, Feb 11, 2004 at 11:10:44AM -0400, Rob Shortt wrote:
  I think the new logo is more creative but thanks to whoever mentioned it
   I immediately think of Yahoo! when I see it. :(  I like it over the
  others though, except for the underlying text.

 I can't say I'm fond of design by committee :) but good points... I
 changed the text to Home Theatre Platform and changed it to a
 transparent logo so I could stick it over the blurr background.

I find home theatre platform a bit too conservative (and too uncool). 
Freevo's way more than a home theatre if you ask me (with all the webstuff 
and other services. So I would go for something more like HyperMedia 
Platform or something else that sounds cool :)

Mvg den_RDC


 Note that I only committed a pre-rendered jpg because it was 40k while
 the transparent PNG with no background was 125k.

 Aubin


 ---
 SF.Net is sponsored by: Speed Start Your Linux Apps Now.
 Build and deploy apps  Web services for Linux with
 a free DVD software kit from IBM. Click Now!
 http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
 ___
 Freevo-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-devel


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] [PLUGIN] Volume on idlebar

2004-02-11 Thread Viggo Fredriksen


Richard van Paasen wrote:
On Wed, 2004-02-11 at 17:42, Viggo Fredriksen wrote:

Hi!

Made a small plugin for showing the current volume on the idlebar.
The plugin requires a new method from the mixer implementations:
 - getPercent(); return a float value from 0-1 (vol/max)


percent means 'per 100', so 0-100

Hmm, bad naming I guess (originally it used this, but I changed it).
Kinda makes me wonder what good 4+ years of university-math
has done me though :)
Anywho, semantics aside, has anyone tried the plugin and got it working?

Regards
Viggo Fredriksen

It also requires the mixers to call the update() method of the
idlebarplugin whenever an update has occured, eg:
| vol = plugin.getbyname('idlebar.volume')
| if vol: vol.update()
If not, the slider will only update whenever the idlebar polls it.

I've attached some patches I made to mixer.py and ossmixer.py, but I
can't guarantee these are working because I'm using my own mixer.
Screenshots:
http://www.matrise.net/~viggo/freevo/volume/full.jpg
http://www.matrise.net/~viggo/freevo/volume/half.jpg
http://www.matrise.net/~viggo/freevo/volume/mute.jpg
Regards
Viggo Fredriksen




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Making icons in video directories ?

2004-02-11 Thread Robert Rozman
Hi,

I like feature of Freevo that generates icons to see in media menu. Where in
code are these icons generated ? Is there any possibility to extend this
feature to generate icons in video directory ?

That generated icons could be used also in web interface and for other
programs...

Regards,

Robert.




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] logo

2004-02-11 Thread Mick
Hmm, what do I think when I see that logo?

I think.. 'meet george jestson.. his boy elroy..'

Kinda fits too.  one step closer to the dream ;-)

Mick
On Wed, 2004-02-11 at 23:10, Rob Shortt wrote:
 Dirk Meyer wrote:
  I think this should be the time to discuss a Freevo logo. We have one
  on the hompage (the old webserver logo), one in most skins (logo) and
  also one used by Gustavo (logo_david). Now we have a new one. I guess
  we should decide what logo should be the official freevo logo. 
 
 I think the new logo is more creative but thanks to whoever mentioned it 
   I immediately think of Yahoo! when I see it. :(  I like it over the 
 others though, except for the underlying text.
 
  Right now I prefer the new logo from Aubin, only that I don't like the
  Font used for the Text Home Theatre PC Platform. But if someone else
  has a nice idea, please send it.
 
 The problem I have with Home Theatre PC Platform is the PC part.  I 
 don't think of my Freevo box as a PC at all, more like a wicked cool 
 device.  I do see the advantage to having the text there though and it 
 is very descriptive to those unfamiliar with Freevo.
 
 Has anyone thought of having a logo contest?
 
 My 2 cents,
 -Rob
 
 
 
 ---
 SF.Net is sponsored by: Speed Start Your Linux Apps Now.
 Build and deploy apps  Web services for Linux with
 a free DVD software kit from IBM. Click Now!
 http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
 ___
 Freevo-devel mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-devel


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] mpeg length calculation in mmpython (please test)

2004-02-11 Thread Rob Shortt
Dirk Meyer wrote:
Idea behind this: mpg files have timestamps. By taking the first and
the last timestamp, we have the length. But displaying a correct
length is not everything we can do now. I updated the bookmark
plugin, too. Since mplayer can't seek in mpeg files using -ss, we now
use -sb (seek to byte). It's a bit slower, but now mmpython reads the
timestamps and returns the byte position from were to start. This
works perfect for me (again, with only few files to test). 
This sounds like great news.

I also fixed mplayer.py so you can't seek beyond the file length
anymore. Now comes the part were you come in: for tv cards with mpg
out, we could do the following: dump to file to a specific location
and play it with mplayer. You now can pause and seek in it without
killing the playback by seeking to much forward. Live Pause!
Can we utilize some sort of ringbuffer here?  It doesn't make much sense 
to record the entire length of a program (or tv watching session) all 
the time.  Like with Thomas' old mplayer patch where it wrote its input 
to a ringbuffer file.  This file would be fixed in size and we would 
know the start, end, and read (where we are) positions at all times. 
When we pause the read position would remain the same while the end and 
/ or start would move forward.  When the start position reaches the read 
position it could wait (thus expanding the buffer size) or push the read 
position forward with it.  If we can control these three positions, and 
know the timestamp and byte sizes between each, I think we have all the 
info we need for timeshifting live tv.  The position in the buffer along 
with the paused time or percent full could be displayed using mplayers osd.

And please test it, it may not work for all kinds of mpegs. Test this
with mediatest.py from mmpython. It should print out that it detected
'ts' format.
Does this only work for ts mpegs?  What about ps?  The pvr-250 cards 
work best with ps streams (the dvd formated ones in particular).  Also 
does this include mpeg1?  I am thinking about using mp1e or ffmpeg for 
analog tuners with no hardware mpeg.  This method could be used for DVB 
as well (mpeg2 ps).

I will try mediatest.py as well.

-Rob



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] mpeg length calculation in mmpython (please test)

2004-02-11 Thread Rob Shortt
Dirk Meyer wrote:
And please test it, it may not work for all kinds of mpegs. Test this
with mediatest.py from mmpython. It should print out that it detected
'ts' format.
I just updated mmpython from anon CVS, ran mediatest.py against an mpeg 
recorded from my pvr-250:

trying ext mpeg
4 Streams in MPEG
unknown packet type 0, this may cause problems
detected ts format
filename : /media/Video/12-28_19:00_Deadly_Arts_-_Muay_Thai.mpeg
medium is: MPEG2 video
Attributes:
type: MPEG2 video
url: file:///media/Video/12-28_19:00_Deadly_Arts_-_Muay_Thai.mpeg
length: 3634
 Stream list:
   Video Stream:
length: 4026
bitrate: 450
width: 720
height: 480
fps: 29.97
aspect: 4/3 (TV)
I notice the two length values are different, should they be the same? 
I also meant to ask if it matters if the file is variable or constant 
bitrate.  This one is constant (I always record constant bitrate).

-Rob



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] mpeg length calculation in mmpython (please test)

2004-02-11 Thread Rob Shortt
Rob Shortt wrote:
Can we utilize some sort of ringbuffer here?  It doesn't make much sense 
to record the entire length of a program (or tv watching session) all 
the time.  Like with Thomas' old mplayer patch where it wrote its input 
That patch is in his WIP dir but also take a look at 
WIP/Thomas/pyshift/.  It is a python module to create a ringbuffer but I 
am unsure if it can give us back all the info we need (yet!).  There is 
a test program there and src/tv/plugins/timeshift.py uses it as well.

-Rob



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-cvslog] freevo/src/www/htdocs/images bg.gif,NONE,1.1 freevoheader2.jpg,NONE,1.1

2004-02-11 Thread outlyer
Update of /cvsroot/freevo/freevo/src/www/htdocs/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6182/htdocs/images

Added Files:
bg.gif freevoheader2.jpg 
Log Message:
Added new logo and missing background image. 


--- NEW FILE: bg.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: freevoheader2.jpg ---
(This appears to be a binary file; contents omitted.)



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/src osd.py,1.137,1.138

2004-02-11 Thread outlyer
Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13514

Modified Files:
osd.py 
Log Message:
Fixes for OSD_EXTRA_FONT:

o Filesystems are case sensitive; we can't arbitrarily set them to lower.
o If we're using the extra font path for osd.py, we need to use it in xml_skin



Index: osd.py
===
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** osd.py  11 Feb 2004 21:21:56 -  1.137
--- osd.py  12 Feb 2004 03:32:41 -  1.138
***
*** 11,14 
--- 11,20 
  # ---
  # $Log$
+ # Revision 1.138  2004/02/12 03:32:41  outlyer
+ # Fixes for OSD_EXTRA_FONT:
+ #
+ # o Filesystems are case sensitive; we can't arbitrarily set them to lower.
+ # o If we're using the extra font path for osd.py, we need to use it in xml_skin
+ #
  # Revision 1.137  2004/02/11 21:21:56  dischi
  # deactivate arialbd fix, font is broken
***
*** 312,316 
  
  # search OSD_EXTRA_FONT_PATH for this font
! fontname = os.path.basename(filename).lower()
  for path in config.OSD_EXTRA_FONT_PATH:
  fname = os.path.join(path, fontname)
--- 318,322 
  
  # search OSD_EXTRA_FONT_PATH for this font
! fontname = os.path.basename(filename)
  for path in config.OSD_EXTRA_FONT_PATH:
  fname = os.path.join(path, fontname)



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/src/skins/main xml_skin.py,1.30,1.31

2004-02-11 Thread outlyer
Update of /cvsroot/freevo/freevo/src/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13514/skins/main

Modified Files:
xml_skin.py 
Log Message:
Fixes for OSD_EXTRA_FONT:

o Filesystems are case sensitive; we can't arbitrarily set them to lower.
o If we're using the extra font path for osd.py, we need to use it in xml_skin



Index: xml_skin.py
===
RCS file: /cvsroot/freevo/freevo/src/skins/main/xml_skin.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** xml_skin.py 8 Feb 2004 18:45:49 -   1.30
--- xml_skin.py 12 Feb 2004 03:32:41 -  1.31
***
*** 10,13 
--- 10,19 
  # ---
  # $Log$
+ # Revision 1.31  2004/02/12 03:32:41  outlyer
+ # Fixes for OSD_EXTRA_FONT:
+ #
+ # o Filesystems are case sensitive; we can't arbitrarily set them to lower.
+ # o If we're using the extra font path for osd.py, we need to use it in xml_skin
+ #
  # Revision 1.30  2004/02/08 18:45:49  dischi
  # font shadow fixes
***
*** 190,198 
  else:
  # '.ttf' is the default extension
! font = os.path.join(config.FONT_DIR, node.attrs[('', attr)] +
! '.ttf').encode(config.LOCALE)
! if not os.path.isfile(font):
! font = os.path.join(config.FONT_DIR, node.attrs[('', attr)] +
! '.TTF').encode(config.LOCALE)
  if not font:
  print skin error: can find font %s % font
--- 196,211 
  else:
  # '.ttf' is the default extension
! 
! fontpath = config.OSD_EXTRA_FONT_PATH
! fontpath.append(config.FONT_DIR)
! 
! for path in fontpath:
! font = os.path.join(path, node.attrs[('', attr)] +
! '.ttf').encode(config.LOCALE)
! if font: break
! font = os.path.join(path, node.attrs[('', attr)] +
! '.TTF').encode(config.LOCALE)
! if font: break
! 
  if not font:
  print skin error: can find font %s % font



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/share/images/gant weather.png,NONE,1.1

2004-02-11 Thread outlyer
Update of /cvsroot/freevo/freevo/share/images/gant
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16750/images/gant

Added Files:
weather.png 
Log Message:
If using the weather plugin, use the gant watermark instead of the bundled 
one.


--- NEW FILE: weather.png ---
(This appears to be a binary file; contents omitted.)



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.36,1.37

2004-02-11 Thread outlyer
Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16750/skins/main

Modified Files:
blurr2.fxd 
Log Message:
If using the weather plugin, use the gant watermark instead of the bundled 
one.


Index: blurr2.fxd
===
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** blurr2.fxd  10 Feb 2004 15:22:23 -  1.36
--- blurr2.fxd  12 Feb 2004 03:50:42 -  1.37
***
*** 15,18 
--- 15,20 
item label=games name=Play a Game icon=
  image=gant/games.png/
+   item label=weather name=Weather Forecast icon=
+ image=gant/weather.png/
item label=shutdown name=Shutdown icon= 
image=gant/shutdown.png visible=no/ 



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/PluginInfo

2004-02-11 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 63.227.243.149:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

--
@@ -364,6 +364,15 @@
 }}}
 to configure.
 
+But here is the definitive guide from source:
+{{{
+song_info = {  'a'  : self.artist,
+   'l'  : self.album,
+   'n'  : mytrack,
+   't'  : self.title,
+   'y'  : self.year,
+   'f'  : self.name }
+}}}
 == TvTime ==
 
 This plugin allows you to use [http://tvtime.sourceforge.net TvTime] to watch tv 
instead of mplayer. It has


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/PluginInfo

2004-02-11 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 63.227.243.149:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

--
@@ -364,14 +364,13 @@
 }}}
 to configure.
 
-But here is the definitive guide from source:
+But here is the definitive guide from source (above is not true in 1.4.1):
 {{{
-song_info = {  'a'  : self.artist,
-   'l'  : self.album,
-   'n'  : mytrack,
-   't'  : self.title,
-   'y'  : self.year,
-   'f'  : self.name }
+The four variables are: genre, artist,album, and song.
+Whatever follows the last slash indicates how to create the filename.
+Everything before the last slash indicates the directory structure you would
+like to use -which will be appended to AUDIO_BACKUP_DIR.
+CD_RIP_PN_PREF= '%(genre)s/%(artist)s/%(album)s/%(song)s'
 }}}
 == TvTime ==
 


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog


[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage/PluginInfo

2004-02-11 Thread freevo-wikilog
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Freevo Wiki for change 
notification.

The following page has been changed by 63.227.243.149:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

--
@@ -372,6 +372,8 @@
 like to use -which will be appended to AUDIO_BACKUP_DIR.
 CD_RIP_PN_PREF= '%(genre)s/%(artist)s/%(album)s/%(song)s'
 }}}
+Also there is 'track' if you look around in cdbackup.py
+
 == TvTime ==
 
 This plugin allows you to use [http://tvtime.sourceforge.net TvTime] to watch tv 
instead of mplayer. It has


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Freevo-wikilog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog