[Freevo-devel] Re: [PATCH] second set of FreeBSD patches (re-send)

2003-08-24 Thread Aubin Paul
On Sat, Aug 23, 2003 at 08:43:05AM -0700, Lars Eggert wrote: Makefile.patch: Don't override FreeBSD's system-wide build flags. I'll look at the other patches in a few moments, but the Makefile is depreciated, so it's probably not necessary to use it since we're using Python distutils

[Freevo-cvslog] freevo/src config.py,1.42,1.43

2003-08-24 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv20145/src Modified Files: config.py Log Message: These two changes reduce the amount of stuff being emailed to people when they use cron. (In both cases, outputting text to a command run from cron sends an email

[Freevo-devel] Thoughts for 'freevo' script

2003-08-24 Thread Aubin Paul
There are two things I figure should be added to the 'freevo' shell script: i.e. freevo src/tv/record_daemon.py could be freevo daemon and freevo src/tv/epg_xmltv.py could be freevo processguide It's not hard to do them, obviously, but since they're things that are pretty

[Freevo-devel] SKIN: box under icon feature

2003-08-24 Thread Gustavo Sverzut Barbieri
Hello, I implemented a new feature to skin so it's now possible to choose if you want the selection box (and other boxes --- itemrectangle/item) to be under the icons or just under the text, like now. I don't know if everybuddy will like this, so I make it configurable. However where's the best

[Freevo-cvslog] freevo/src/plugins mediamenu.py,1.14,1.15

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv7687/src/plugins Modified Files: mediamenu.py Log Message: List empty roms in video|audio menus. Index: mediamenu.py === RCS file:

[Freevo-cvslog] freevo/src/plugins mediamenu.py,1.15,1.16 rom_drives.py,1.23,1.24

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv9103/src/plugins Modified Files: mediamenu.py rom_drives.py Log Message: Empty cdroms type is now 'empty_cdrom' instead of None Index: mediamenu.py

[Freevo-cvslog] freevo/share/icons/themes/tuxntosh/mainmenu/54x54 out_images.png,NONE,1.1 out_movies.png,NONE,1.1 out_music.png,NONE,1.1 out_shutdown.png,NONE,1.1 out_tv.png,NONE,1.1

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/icons/themes/tuxntosh/mainmenu/54x54 In directory sc8-pr-cvs1:/tmp/cvs-serv15945 Added Files: out_images.png out_movies.png out_music.png out_shutdown.png out_tv.png Log Message: Icons to support new skin features --- NEW FILE:

[Freevo-cvslog] freevo/share/skins/main barbieri_blue.fxd,1.2,1.3

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv16269 Modified Files: barbieri_blue.fxd Log Message: New features: * icons on side of text in text listings; * out icons in main menu Index: barbieri_blue.fxd

[Freevo-cvslog] freevo/src/skins/main xml_skin.py,1.3,1.4

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv17845/skins/main Modified Files: xml_skin.py Log Message: Partial support for out icons in main menu. The missing part is in listing_area, which have other changes to allow box_under_icon feature (I

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

2003-08-24 Thread Dirk Meyer
Aubin Paul wrote: I'm not familiar with the boot scripts, who's maintaining them? I do know that they're not chkconfig compliant though (missing some lines in the header). There's also a lirc-related file in the ./boot folder. Not sure if it should still be around. They're not chkconfig

[Freevo-cvslog] freevo/src/skins/main listing_area.py,1.3,1.4

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv8775 Modified Files: listing_area.py Log Message: o Don't add [] or PL: if we have an icon for the text o Only re-align tv shows if we align left Index: listing_area.py

[Freevo-cvslog] freevo/share/skins/main barbieri_blue.fxd,1.3,1.4

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv8983 Modified Files: barbieri_blue.fxd Log Message: only highlight the text Index: barbieri_blue.fxd === RCS file:

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

2003-08-24 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv17845/plugins Modified Files: base.py mediamenu.py Log Message: Partial support for out icons in main menu. What are out icons what is different between them and the normal

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

2003-08-24 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Also, using icons in front of text is much better than having something like [DIR] and PL: Playlist. OK, [] and PL: will only be added when we don't have an icon. Dischi -- And on the seventh day, He exited from append mode.

[Freevo-cvslog] freevo/src/skins/main xml_skin.py,1.5,1.6

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv12955 Modified Files: xml_skin.py Log Message: use round not int after scaling Index: xml_skin.py === RCS file:

[Freevo-devel] Re: mga setterm/etc. code seems borked

2003-08-24 Thread Aubin Paul
Did you have any problems with your G400 using this? On Sun, Aug 24, 2003 at 10:58:49AM +0200, Dirk Meyer wrote: Aubin Paul wrote: Hey Dischi, Most things in the massive changes you made worked beautifully, but one, somewhat problematic issue has arisen. I haven't gotten through

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

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv7643 Modified Files: osd.py Log Message: fallback to default font when the font is not found (bad but better than crash) Index: osd.py === RCS file:

[Freevo-devel] Re: mga setterm/etc. code seems borked

2003-08-24 Thread Dirk Meyer
Aubin Paul wrote: Did you have any problems with your G400 using this? No, but I don't use ssh to start Freevo. Dischi -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better

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

2003-08-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv13296 Modified Files: epg_types.py Log Message: add space to store ratings and categories Index: epg_types.py === RCS file:

[Freevo-cvslog] freevo/src/tv epg_xmltv.py,1.25,1.26

2003-08-24 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv11402 Modified Files: epg_xmltv.py Log Message: Use the best Python pickle available. Starting in Python 2.3 this is a defined constant, so we'll use the constant; older versions of Python will continue to use

[Freevo-cvslog] freevo/share/icons/themes/tuxntosh/mainmenu/54x54 out_images.png,1.1,1.2 out_movies.png,1.1,1.2 out_music.png,1.1,1.2 out_shutdown.png,1.1,1.2 out_tv.png,1.1,1.2

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/icons/themes/tuxntosh/mainmenu/54x54 In directory sc8-pr-cvs1:/tmp/cvs-serv18410/share/icons/themes/tuxntosh/mainmenu/54x54 Modified Files: out_images.png out_movies.png out_music.png out_shutdown.png out_tv.png Log Message: Support new

[Freevo-cvslog] freevo/src/skins/main area.py,1.4,1.5 listing_area.py,1.4,1.5 tvlisting_area.py,1.4,1.5 xml_skin.py,1.6,1.7

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv28351/main Modified Files: area.py listing_area.py tvlisting_area.py xml_skin.py Log Message: add support for y=max-... in listing area arrows Index: area.py

[Freevo-cvslog] freevo/share/skins/main barbieri_blue.fxd,1.4,1.5 blue.fxd,1.3,1.4 blue_round1.fxd,1.1,1.2 blurr.fxd,1.1,1.2 info.fxd,1.3,1.4

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv28500 Modified Files: barbieri_blue.fxd blue.fxd blue_round1.fxd blurr.fxd info.fxd Log Message: use max for downarrow possition and fix sizes in blue_round1 Index: barbieri_blue.fxd

[Freevo-cvslog] freevo/share/skins/main barbieri_blue_friends.fxd,1.2,1.3 barbieri_blue.fxd,1.5,1.6

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv18658/share/skins/main Modified Files: barbieri_blue_friends.fxd barbieri_blue.fxd Log Message: Different color for each kind of file. (Actually, some items have the same color, since finding good

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

2003-08-24 Thread gsbarbieri
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 icon you may set this to 1 so the

[Freevo-cvslog] freevo/src/skins/main xml_skin.py,1.7,1.8 listing_area.py,1.5,1.6

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv19976/src/skins/main Modified Files: xml_skin.py listing_area.py Log Message: Added: * support for different icons in main menu (final part) * BOX_UNDER_ICON, that is, in text listings, if you have

[Freevo-devel] FREEVO_STARTDIR and runapp

2003-08-24 Thread Lars Eggert
Hi, are FREEVO_STARTDIR and runapp now deprecated? Because several scripts still refer to them: [EMAIL PROTECTED]: /media/freevo] grep -Rl FREEVO_STARTDIR . ./WIP/RobShortt/generic_record.py ./WIP/RobShortt/main.py-plugins ./WIP/Thomas/timeshift.py ./boot/freevo ./src/audio/plugins/mplayer.py

[Freevo-cvslog] freevo/src/plugins idlebar.py,1.35,1.36

2003-08-24 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv27210 Modified Files: idlebar.py Log Message: Adjust to the renamed 'type' of empty cdrom drives. Index: idlebar.py === RCS file:

Re: [Freevo-devel] LCD plugin addition...

2003-08-24 Thread Gustavo Sverzut Barbieri
Sorry for the late! I commited to the CVS your screen, but not the commented lines. Gustavo --- Joakim Berglund [EMAIL PROTECTED] escreveu: Hi there I just go myself a LCD display to toy with and realised that I needed to add the correct x/y definition to lcd.py So I put together a

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

2003-08-24 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-cvslog] freevo/src/www/htdocs genre.rpy,NONE,1.1

2003-08-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv9911 Added Files: genre.rpy Log Message: adding a new page to see shows of a certain category --- NEW FILE: genre.rpy --- #!/usr/bin/python #if 0 /* #