[Freevo-cvslog] freevo/src/plugins icecast.py,1.5,1.6

2003-08-26 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv9624 Modified Files: icecast.py Log Message: shutdown ices first since it can cause both to not shutdown and make zombie processes Index: icecast.py

[Freevo-cvslog] freevo/src main.py,1.65,1.66

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv27449 Modified Files: main.py Log Message: Black the screen on shutdown Index: main.py === RCS file: /cvsroot/freevo/freevo/src/main.py,v retrieving

[Freevo-cvslog] freevo ChangeLog,1.82,1.83

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv27260 Modified Files: ChangeLog Log Message: Added note about FLAC Index: ChangeLog === RCS file: /cvsroot/freevo/freevo/ChangeLog,v retrieving revision

[Freevo-cvslog] freevo freevo_config.py,1.238,1.239

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv27034 Modified Files: freevo_config.py Log Message: Add support for FLAC files to the list of acceptable audio plugins. Index: freevo_config.py === RCS

[Freevo-cvslog] freevo/src/audio/plugins xine.py,1.2,1.3

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv26652 Modified Files: xine.py Log Message: Apparently some files have spaces in them... D'oh :) Index: xine.py === RCS file: /cvsroot/

[Freevo-cvslog] freevo/src osd.py,1.83,1.84

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv25488 Modified Files: osd.py Log Message: Found the cause of the hang when initializing Freevo; Freevo was hanging on the set_mode call in Pygame, and it turns out it was simply because we didn't do anything to tty

[Freevo-cvslog] freevo/src/tv tvguide.py,1.12,1.13

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv23726/tv Modified Files: tvguide.py Log Message: More warnings fixed by using explicit types Index: tvguide.py === RCS file: /cvsroot/freevo/free

[Freevo-cvslog] freevo/src/gui GUIObject.py,1.25,1.26

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1:/tmp/cvs-serv23726/gui Modified Files: GUIObject.py Log Message: More warnings fixed by using explicit types Index: GUIObject.py === RCS file: /cvsroot/freev

[Freevo-cvslog] freevo/src objectcache.py,1.3,1.4

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv23203/src Modified Files: objectcache.py Log Message: Declare encoding, remove another warning. Index: objectcache.py === RCS file: /cvsroot/freevo/

[Freevo-cvslog] freevo/src/gui RegionScroller.py,1.15,1.16

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1:/tmp/cvs-serv22785 Modified Files: RegionScroller.py Log Message: Another Python warning down. Index: RegionScroller.py === RCS file: /cvsroot/freevo/freevo/

Re: [Freevo-devel] mixer volunteer?

2003-08-26 Thread Aubin Paul
Ok, impatient guy that I am, I've added a very basic version; because ossaudiodev provides most of what we're doing with ioctl and bitshifts using integers, it was pretty simple, and we could probably simplify the mixer code in Freevo substantially (i.e. one function for get/set volume rather than

[Freevo-cvslog] freevo/src/plugins rom_drives.py,1.25,1.26

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv19919/src/plugins Modified Files: rom_drives.py Log Message: Quiet another Python 2.4 warning Index: rom_drives.py === RCS file: /cvsroot/fr

[Freevo-cvslog] freevo/src/plugins ossmixer.py,1.1,1.2

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv17969 Modified Files: ossmixer.py Log Message: Should be working now; does not require aumix for SBLive control, and will silently ignore any requests to adjust a control that isn't provided by the driver.

[Freevo-cvslog] freevo/src/plugins ossmixer.py,NONE,1.1

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv15155 Added Files: ossmixer.py Log Message: Initial (broken) code for using ossaudiodev instead of the other way. --- NEW FILE: ossmixer.py --- #if 0 /* # -

[Freevo-cvslog] freevo/WIP/Ruelle radioplayer.py,NONE,1.1 player.py,NONE,1.1 plugin.py,NONE,1.1 radio.py,1.1,1.2

2003-08-26 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv29496 Modified Files: radio.py Added Files: radioplayer.py player.py plugin.py Log Message: more hacks on radio tuner almost done. --- NEW FILE: radioplayer.py --- #if 0 /* # --

[Freevo-cvslog] freevo freevo_config.py,1.237,1.238

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv0 Modified Files: freevo_config.py Log Message: Initial FLAC support (for encoding) Xine is required for playback. Index: freevo_config.py === RCS f

[Freevo-cvslog] freevo/src/audio/plugins cdbackup.py,1.13,1.14

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv10916/plugins Modified Files: cdbackup.py Log Message: Initial FLAC support (for encoding) Xine is required for playback. Index: cdbackup.py =

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.235,1.236

2003-08-26 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer <[EMAIL PROTECTED]> escreveu: > [EMAIL PROTECTED] wrote: > > + # If skin boxes (for example, selection box), should also be > under > > + # icons or just the text > > + SKIN_BOX_UNDER_ICON = 1 > > Can't you make it a skin option? Or a rectangle option? Yes I can. I already asked

[Freevo-devel] mixer volunteer?

2003-08-26 Thread Aubin Paul
There is a standard interface in Python for oss audio, including mixer control, and it's platform independent (at least for platforms using OSS, like Linux and *BSD) The module is called ossaudiodev, and the documentation is here: http://www.python.org/doc/current/lib/module-ossaudiodev.html I d

Re: [Freevo-devel] Re: [PATCH] third set of FreeBSD patches, also for mmpython

2003-08-26 Thread Aubin Paul
On Mon, Aug 25, 2003 at 07:22:06PM -0700, Lars Eggert wrote: > attached. This version also gets the DVD information right on FreeBSD, > thanks to Dirk's explanation earlier. For example, for the first "Lord > of the Rings" extended DVD: > > DISCID read label FELLOWSHIP_EXT_D1 > DISCID

[Freevo-cvslog] freevo/WIP/Ruelle radio.py,1.2,1.3 radioplayer.py,1.1,1.2

2003-08-26 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv3455 Modified Files: radio.py radioplayer.py Log Message: Now have a working radio player!!! Index: radio.py === RCS file: /cvsroot/freevo/fre

[Freevo-cvslog] freevo/src setup_freevo.py,1.8,1.9

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv3191 Modified Files: setup_freevo.py Log Message: Adding FLAC support for the cdbackup plugin Index: setup_freevo.py === RCS file: /cvsroot/freevo/f

Re: [Freevo-devel] Re: Installing Freevo into the system - Redhat RPM

2003-08-26 Thread Aubin Paul
On Mon, Aug 25, 2003 at 06:05:14PM +, Jorn A Hansen wrote: > - mp1e (haven't found this one yet) That one is less important; you can use any encoder you want, mp1e is just great for low end computers, and for viewing the stream while it's being recorded. I used to use it myself, and it has ve

[Freevo-cvslog] freevo/src/tv epg_types.py,1.7,1.8

2003-08-26 Thread dischi
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv1130 Modified Files: epg_types.py Log Message: added attr date and use config formatstrings Index: epg_types.py === RCS file: /cvsroot/freevo/free

[Freevo-devel] Re: SKIN: box under icon feature

2003-08-26 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: > Dischi, we're talking about different things, AGAIN :) > > Don't you remember this screenshot: > http://gsbarbieri.sytes.net/freevo/barbieri/screenshots/box_under_icon-main.jpg > ? I rememeber. Sourceforge is sometimes very late. I wrote the mail before we talked

[Freevo-cvslog] freevo freevo_config.py,1.236,1.237 local_conf.py.example,1.4,1.5

2003-08-26 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv9256 Modified Files: freevo_config.py local_conf.py.example Log Message: Moved HOURS_PER_PAGE into the skin fxd file, default=2 Index: freevo_config.py

[Freevo-cvslog] freevo/src/tv tv.py,1.18,1.19 tvguide.py,1.11,1.12

2003-08-26 Thread dischi
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv9256/src/tv Modified Files: tv.py tvguide.py Log Message: Moved HOURS_PER_PAGE into the skin fxd file, default=2 Index: tv.py === RCS file: /cvsr

[Freevo-cvslog] freevo/src/skins/main main.py,1.3,1.4 tvlisting_area.py,1.5,1.6 xml_skin.py,1.8,1.9

2003-08-26 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv9256/src/skins/main Modified Files: main.py tvlisting_area.py xml_skin.py Log Message: Moved HOURS_PER_PAGE into the skin fxd file, default=2 Index: main.py

Re: [Freevo-devel] Re: SKIN: box under icon feature

2003-08-26 Thread Gustavo Sverzut Barbieri
Dischi, we're talking about different things, AGAIN :) Don't you remember this screenshot: http://gsbarbieri.sytes.net/freevo/barbieri/screenshots/box_under_icon-main.jpg ? I liked your patch to be able to show the box just under text... maybe the word "under" is confusing us... Gustavo ---

[Freevo-cvslog] freevo/share/skins/main blue.fxd,1.4,1.5

2003-08-26 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv9256/share/skins/main Modified Files: blue.fxd Log Message: Moved HOURS_PER_PAGE into the skin fxd file, default=2 Index: blue.fxd ===

Re: [Freevo-cvslog] freevo freevo_config.py,1.235,1.236

2003-08-26 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo > In directory sc8-pr-cvs1:/tmp/cvs-serv19976 > > Modified Files: > freevo_config.py > Log Message: > Added: > * support for different icons in main menu (final part) > * BOX_UNDER_ICON, that is, in text listings, if you have an

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/src/plugins base.py,1.3,1.4 mediamenu.py,1.16,1.17

2003-08-26 Thread Gustavo Sverzut Barbieri
Sorry for the bad name. outicon == when it's not selecte. Selection box is "out" icon== when it's selected I also will rename to , ok? Image can confuse with which is something totaly different, naming it 'icon' is better. Also, as any skin is using that, it won't break anything. Gusta

Re: [Freevo-devel] Re: [PATCH] third set of FreeBSD patches, alsofor mmpython

2003-08-26 Thread Lars Eggert
Aubin, Aubin Paul wrote: I've applied your Freevo patches, but one of the mmpython-discinfo patches failed, so I haven't made those changes since I don't have a way of testing them here. Can you update them to match the latest CVS? I think discinfo.py in mmpython CVs might have changed since you m

[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage"

2003-08-26 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 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage -

[Freevo-devel] Re: pkill and aumix

2003-08-26 Thread Dirk Meyer
Lars Eggert wrote: > Hi, > > I just found that freevo depends on pkill and aumix. At least on > FreeBSD, these don't come with the base system. Could/should they be > added to the EXTERNAL_PROGRAMS likst in setup_freevo.py, and thus tested > for? I just checked the current cvs: pgrep is not used a

[Freevo-cvslog] freevo/WIP/Ruelle externaltuner.py,NONE,1.1

2003-08-26 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv24887 Added Files: externaltuner.py Log Message: a first hack of an external tv tuner plugin --- NEW FILE: externaltuner.py --- #if 0 /* # ---

[Freevo-cvslog] freevo/WIP/Ruelle radio.py,NONE,1.1

2003-08-26 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv24796 Added Files: radio.py Log Message: a first hack of a radio Main Menu plugin --- NEW FILE: radio.py --- #if 0 /* # --- # radio.py - a

[Freevo-cvslog] freevo/WIP/Ruelle - New directory

2003-08-26 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv24586/Ruelle Log Message: Directory /cvsroot/freevo/freevo/WIP/Ruelle added to the repository --- This SF.net email is sponsored by: VM Ware With VMware you ca

[Freevo-cvslog] freevo/src directory.py,1.29,1.30

2003-08-26 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv7546 Modified Files: directory.py Log Message: add import to folder.fxd options Index: directory.py === RCS file: /cvsroot/freevo/freevo/src/director

[Freevo-cvslog] freevo/src setup_freevo.py,1.7,1.8

2003-08-26 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv23268/src Modified Files: setup_freevo.py Log Message: Unify the app finder. Index: setup_freevo.py === RCS file: /cvsroot/freevo/freevo/src/setup_f