[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 /* # --

[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 -

Re: [Freevo-devel] Re: pkill and aumix

2003-08-24 Thread Aubin Paul
couldn't we make a pgrep shell version for other systems? pgrep basically does: ps aux | grep $1 | awk '{ print $1 }' so we could just make a shell script to do that. Python also has it's own process control stuff in the os module, though I haven't looked too closely. Aubin On Sun, Aug 24,

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

2003-08-24 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv27555/plugins Modified Files: idlebar.py Log Message: Fixed this to be endian independent, as required by Python 2.3 (prevents another warning) Here's the warning in case anyone is curious: /usr/local/free

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 togethe

[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: /cvsroot/f

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

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv24940/src/plugins Modified Files: lcd.py Log Message: Support 2x16 displays Index: lcd.py === RCS file: /cvsroot/freevo/freevo/src/plugins/l

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

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv22038/src/video/plugins Modified Files: mplayer.py Log Message: Fix problem: exiting mplayer from playing ROM files hang freevo Index: mplayer.py

[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 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 s

[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 a

[Freevo-cvslog] freevo/boot freevo,1.17,1.18

2003-08-24 Thread outlyer
Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1:/tmp/cvs-serv19814 Modified Files: freevo Log Message: Updated to work with recent changes. Index: freevo === RCS file: /cvsroot/freevo/freevo/boot/freevo,v ret

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

2003-08-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv19727 Modified Files: epg_xmltv.py Log Message: populate the rating and categories entries for TvProgram objects. Index: epg_xmltv.py === RCS file

[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 colo

[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/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/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 barb

[Freevo-cvslog] freevo/share/icons/themes/tuxntosh/mimetypes out_audio.png,NONE,1.1 out_audiocd.png,NONE,1.1 out_cdrom.png,NONE,1.1 out_dvd.png,NONE,1.1 out_empty_cdrom.png,NONE,1.1 out_file.png,NONE,1.1 out_folder.png,NONE,1.1 out_folder_audio.png,NONE,1.1 out_folder_image.png,NONE,1.1 out_folder_video.png,NONE,1.1 out_image.png,NONE,1.1 out_playlist.png,NONE,1.1 out_playlist_audio.png,NONE,1.1 out_playlist_image.png,NONE,1.1 out_playlist_video.png,NONE,1.1 out_unknown.png,NONE,1.1 out_vcd.png,NONE,1.1 out_video.png,NONE,1.1 image.png,1.1,1.2 playlist_image.png,1.1,1.2 playlist_video.png,1.1,1.2

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/icons/themes/tuxntosh/mimetypes In directory sc8-pr-cvs1:/tmp/cvs-serv18410/share/icons/themes/tuxntosh/mimetypes Modified Files: image.png playlist_image.png playlist_video.png Added Files: out_audio.png out_audiocd.png out_cdrom.png out_dvd

[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 us

[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: /cvsroot/freevo/freevo

[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 i

[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-cvslog] freevo/src directory.py,1.28,1.29

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv10439 Modified Files: directory.py Log Message: fix a bug that the folder.fxd was not loaded anymore Index: directory.py === RCS file: /cvsroot/freev

[Freevo-devel] Re: pkill and aumix

2003-08-24 Thread Dirk Meyer
Lars Eggert wrote: > 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 saw we use aumix for the mixer. It's very old stuff.

[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/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: /cvsroot/freevo/freevo/src

[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. ---

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

[Freevo-cvslog] freevo/contrib/gentoo ebuild-snapshot.sh,1.13,1.14

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/contrib/gentoo In directory sc8-pr-cvs1:/tmp/cvs-serv9028/contrib/gentoo Modified Files: ebuild-snapshot.sh Log Message: small cleanup fixes Index: ebuild-snapshot.sh === RCS file: /cvsroot/

[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: /cvsroot/freevo/freev

[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/src/plugins idlebar.py,1.34,1.35

2003-08-24 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv7542 Modified Files: idlebar.py Log Message: do not use osd.OSDFont, xml_font has the font as font.font in it Index: idlebar.py === RCS file:

[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 chkco

[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 ma

[Freevo-cvslog] freevo/src menu.py,1.59,1.60

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv17845 Modified Files: menu.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 mailed the list asking for o

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

2003-08-24 Thread gsbarbieri
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. The missing part is in listing_area, which have other changes to allow box_under_icon feature (I

[Freevo-cvslog] freevo/src/tv __init__.py,1.5,1.6

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv17845/tv Modified Files: __init__.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 mailed the list as

[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/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: out_images.

[Freevo-cvslog] freevo/share/icons/themes/tuxntosh/mimetypes file.png,NONE,1.1 folder_audio.png,NONE,1.1 folder_image.png,NONE,1.1 folder_video.png,NONE,1.1 image.png,NONE,1.1 playlist.png,NONE,1.1 playlist_audio.png,NONE,1.1 playlist_image.png,NONE,1.1 playlist_video.png,NONE,1.1

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/share/icons/themes/tuxntosh/mimetypes In directory sc8-pr-cvs1:/tmp/cvs-serv15821 Added Files: file.png folder_audio.png folder_image.png folder_video.png image.png playlist.png playlist_audio.png playlist_image.png playlist_video.png Log

[Freevo-cvslog] freevo/src/skins/main skin_utils.py,1.4,1.5

2003-08-24 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv12474/src/skins/main Modified Files: skin_utils.py Log Message: Try to use playlist icon based on parent directory display_type, so in a music dir, you got playlist_audio. Index: skin_utils.py

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

2003-08-24 Thread Aubin Paul
On Sat, Aug 23, 2003 at 10:39:02AM +0800, Wan Tat Chee wrote: > Wow, that's a pretty major revamp of the installation process. Looks like > a fresh RPM spec file is needed. I'll have to digest it slowly :) It should make life very easy, since it's a standard Python module, so if you examine the s

[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

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

2003-08-24 Thread Gustavo Sverzut Barbieri
Also, using icons in front of text is much better than having something like "[DIR]" and "PL: Playlist". So, I want to remove that for my skin but I don't want to make a branch of the skin code. Gustavo --- Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> escreveu: > Hello, > > I implemented a n

[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: /cvsroot/

[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 --- ) 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 place to put that c

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

2003-08-24 Thread Aubin Paul
Hey Dischi, Most things in the massive changes you made worked beautifully, but one, somewhat problematic issue has arisen. I haven't gotten through figuring it out yet, but the code that initialises the device: ioctl(fd, 0x4B3A, 0) seems to make pygame...set_mode hang completely without message

[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 common,

[Freevo-cvslog] freevo freevo,1.72,1.73

2003-08-24 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv20145 Modified Files: freevo 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 to root, whi

[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 t

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

2003-08-24 Thread Aubin Paul
I definitely think this is worthwhile, both because we don't need it in CVS, but also, because we can add a greater variety of files; On Sat, Aug 23, 2003 at 11:05:09AM -0500, Krister Lagerstrom wrote: > Dirk Meyer wrote: > >Aubin Paul wrote: > > > >>Agreed; if you're testing, you can run it from

[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 (wh