Re: [Freevo-devel] Forcing GUI to go to main menu

2005-08-29 Thread mikeruelle
Look in the archives of the devel or user list. I wrote a timeout version of a back to main menu plugin. there is an event you can emit that will take you back to the main menu. -- Michael Ruelle [EMAIL PROTECTED] > Hi there, > > In the scope of the iPod plugin, i needed, when the ipod is > d

Re: [Freevo-devel] [PATCH] elapsed time in radioplayer

2005-03-22 Thread mikeruelle
thanks i will try to test and commit this on the weekend. -- Michael Ruelle [EMAIL PROTECTED] > The FM radioplayer printed the elapsed time in seconds only, even if 60 sec > were exceeded. It now uses the common "m:ss" notation. Patch is against 1.5.3 > tarball release. > > Georg > > > 128,

Re: [Freevo-devel] freevo coding: check for plugin

2005-03-21 Thread mikeruelle
from src/tv/plugins/mplayer.py: mixer = plugin.getbyname('MIXER') if mixer: just need to register both plugins with unique names. -- Michael Ruelle [EMAIL PROTECTED] > Hi, > > I'm trying to write my first freevo plugin (for better nvram integration) and > here's my first question: H

Re: [Freevo-devel] Firefox with CommandMainMenuItem

2005-02-18 Thread mikeruelle
I'll give this a go with 1.5.3 tonite but i think you still need the window manager. not to manage the process but to tell it once it starts up to go full screen. I think most of the mozilla based browers open up at whatever size they were last closed at. That's the main reason i reccomended rat

Re: [Freevo-devel] PATCH: nvram-wakeup integration

2004-09-22 Thread mikeruelle
You could use the back to main or screensaver plugin for the basis of your has not been touched while on plugin. -- Michael Ruelle [EMAIL PROTECTED] > On Tuesday 21 September 2004 16:33, Mick wrote: > > > I really like this feature also but sadly it didn't make it into > > > CVS. Although > > >

Re: [Freevo-devel] Re: New Idea

2004-08-25 Thread mikeruelle
No it was actually a freevo based rip off of what the tivo did. It was a working plugin for a while but got broken with some of the changes for 1.5. I was just wondering if the original author had fixed it for 1.5 or was interested in doing it. Will see if i have an old screengrab rshortt sent m

Re: [Freevo-devel] Re: New Idea

2004-08-24 Thread mikeruelle
speaking of which what ever happened to that tivoguide variant. I think we should include it with a different name for all the obvious reasons, but i actually liked it quite a bit. -- Michael Ruelle [EMAIL PROTECTED] > Richard van Paasen wrote: > > I "only" have a 1 sec delay when switching ch

[Freevo-devel] RE: Mame_cache.py patch

2004-07-29 Thread mikeruelle
been trying to send this for a day or so with no luck. resorting to the webmail of my isp. hopefully this gets through. Victor, This looks good. The only questions, I have are whether we might want to use the qp_xml parser rather than dragging another parser in. (but i also use the Sax2 parser i

Re: [Freevo-devel] XMame 0.84, --listinfo obsolete (fixed)--how to submit?

2004-07-21 Thread mikeruelle
Please post a patch to current cvs(or 1.5.0). And either I or Rob Shortt will look at it. -- Michael Ruelle [EMAIL PROTECTED] > > The recent release of XMame, 0.84.1 (17 Jul 2004) includes everything > from MAME 0.84... and also removes --listinfo, which Freevo uses to > generate the rom list.

Re: [Freevo-devel] k3b and konqueror plugin for freevo

2004-07-13 Thread mikeruelle
in freevo 1.5 you will only need to create a command fxd file. see an example in freevo/WIP/Ruelle/Mozilla.fxd -- Michael Ruelle [EMAIL PROTECTED] > Hello, > > This is two simple plugins which will spawn k3b and konqueror respectively. > The script is basically the same as one I found for fire

Re: [Freevo-devel] freevo helper to keep TV_REC_DIR fromgetting full.

2004-06-29 Thread mikeruelle
In addition if you IRC, I am generally online during the evening (7pm-10pm) EDT in the #freevo channel on irc.freenode.net for development questions. --Michael Ruelle [EMAIL PROTECTED] -- Original message -- > [EMAIL PROTECTED] wrote: > > he means make it into a plugin. tak

RE: [Freevo-devel] freevo helper to keep TV_REC_DIR fromgetting full.

2004-06-29 Thread mikeruelle
Mick, he means make it into a plugin. take a look at like the screensaver plugin (src/plugins/screensaver.py) or icecast plugin (src/plugins/icecast.py), and put all your code in the poll function of the class that inherits from DaemonPlugin. You can read the plugin writing howto, it is incomplete

Re: [Freevo-devel] [BUG] Exception retrieving APOD picture from Internet

2004-06-17 Thread mikeruelle
OK i will look into this on the weekend. Should be easy enough to wrap a try except around. Haven't tested APOD with release 1.5 yet had some other bugs i was working on. -- Michael Ruelle [EMAIL PROTECTED] > Hello, > > Trying to retrieve the APOD I received this error pasted at the end of the

Re: [Freevo-devel] Making Python 2.3 a requirement?

2004-05-28 Thread mikeruelle
I think it is a reasonable thing. Most distros have it and it makes the strptime hack we currently have unneccessary. So it should clean up some of the scheduling problems we have in the webserver and record server. -- Michael Ruelle [EMAIL PROTECTED] > Hi, > > I just saw a new improved versi

Re: [Freevo-devel] Skin adaptation

2004-04-28 Thread mikeruelle
Try looking at the Crystal theme. It assigns it's own watermarks to various plugins. It would be a good place to start. It is available in the addons section of the freevo website. It hasn't been updated to recent CVS that I know of but it should give you something to try. -- Michael Ruelle [EM

Re:[Freevo-devel] another crash when caching

2004-03-31 Thread mikeruelle
The best person to reply would be Dischi but he is on vacation right now. I will bring it to his attention when he gets back. -- Michael Ruelle [EMAIL PROTECTED] > > Am Wed, 31 Mar 2004 01:17:07 -0500, schrieb Adam Stephens > <[EMAIL PROTECTED]>: > > Hi, > > >creating playlist metadata..

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.54,1.55

2004-03-13 Thread mikeruelle
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13749 Modified Files: blurr2.fxd Log Message: remove my comment so i could find my section quickly Index: blurr2.fxd ===

[Freevo-cvslog] freevo/share/skins/main blurr2.fxd,1.53,1.54

2004-03-13 Thread mikeruelle
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12654 Modified Files: blurr2.fxd Log Message: add new manual record info screens Index: blurr2.fxd === RCS file: /cvsroo

[Freevo-cvslog] freevo/src/tv/plugins manual_record.py,1.3,1.4

2004-03-13 Thread mikeruelle
: # ! #--- # $Log$ ! # Revision 1.3 2004/02/23 08:22:10 gsbarbieri ! # i18n: help translators job. ! # ! # Revision 1.2 2004/02/18 23:57:05 mikeruelle ! # reflect dischi's changes ! # ! # Revision 1.1 2004/02/13 05:13:09 mikeruelle ! # first shot, it works, but is sl

[Freevo-cvslog] freevo/boot freevo,1.20,1.21

2004-03-13 Thread mikeruelle
Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1965 Modified Files: freevo Log Message: put in missing punctuation Index: freevo === RCS file: /cvsroot/freevo/freevo/boot/freevo,v

[Freevo-cvslog] freevo/src/games __init__.py,1.16,1.17 mame_cache.py,1.17,1.18 mameitem.py,1.18,1.19

2004-02-24 Thread mikeruelle
# --- # $Log$ + # Revision 1.17 2004/02/24 18:05:19 mikeruelle + # make the info retreival a lot better + # # Revision 1.16 2004/01/11 18:34:02 mikeruelle # oops forgot this for zipped roms *** *** 112,116

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.10,1.11

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5250 Modified Files: TODO Log Message: check out audio.playlist instead Index: TODO === RCS file: /cvsroot/freevo/freevo/WIP/R

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.9,1.10

2004-02-24 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30787 Modified Files: TODO Log Message: wooho removing things\! Index: TODO === RCS file: /cvsroot/freevo/freevo/WIP/Ruelle/TO

[Freevo-cvslog] freevo/src/games mame_cache.py,1.16,1.17 mameitem.py,1.17,1.18 snesitem.py,1.17,1.18

2004-02-24 Thread mikeruelle
*** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.17 2004/02/24 17:04:39 mikeruelle + # Add some info to the info area where we have it + # # Revision 1.16 2003/11/28 19:26:37 dischi # renamed some config variables

[Freevo-cvslog] freevo/src/image/plugins apod.py,1.2,1.3

2004-02-24 Thread mikeruelle
# --- # $Log$ + # Revision 1.3 2004/02/24 16:29:19 mikeruelle + # make the plugin name and description show in the menu + # # Revision 1.2 2003/12/01 05:12:02 mikeruelle # remove a couple debug statements *** *** 57,61

[Freevo-cvslog] freevo/src/games snesitem.py,1.16,1.17

2004-02-24 Thread mikeruelle
1.17 *** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.17 2004/02/24 16:03:11 mikeruelle + # contributed patch from Andraes Leitner. i changed the values used to legit ones but this patch allows

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

2004-02-23 Thread mikeruelle
/* # --- # view_line_in.py - view the line in in VCR mode # --- # $Id: view_line_in.py,v 1.1 2004/02/23 18:07:10 mikeruelle Exp $ # # Notes: # Todo

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.31,1.32

2004-02-23 Thread mikeruelle
1.31 --- tvtime.py 23 Feb 2004 17:56:39 - 1.32 *** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.32 2004/02/23 17:56:39 mikeruelle + # add stop_osd=1 for vcr viewing to work. make vcr viewing

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.30,1.31

2004-02-20 Thread mikeruelle
# --- # $Log$ + # Revision 1.31 2004/02/20 17:41:36 mikeruelle + # initial videogroups support. + # # Revision 1.30 2004/02/06 01:15:06 mikeruelle # use new events in tv context *** *** 113,116 --- 116,120 import tv.epg_xmltv as epg

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

2004-02-18 Thread mikeruelle
10,16 #--- # $Log$ + # Revision 1.2 2004/02/18 23:57:05 mikeruelle + # reflect dischi's changes + # # Revision 1.1 2004/02/13 05:13:09 mikeruelle # first shot, it works, but is slow to show. *** *** 104,108

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

2004-02-18 Thread mikeruelle
15,21 # --- # $Log$ + # Revision 1.10 2004/02/18 23:52:20 mikeruelle + # reflect dischi's changes + # # Revision 1.9 2004/02/15 03:09:28 mikeruelle # make things a little more xml like *** *** 72,77 from event import * from item import Item

[Freevo-cvslog] freevo/WIP/Ruelle Mozilla.fxd,1.2,1.3

2004-02-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28922 Modified Files: Mozilla.fxd Log Message: match the latest format Index: Mozilla.fxd === RCS file: /cvsroot/freevo/freevo

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

2004-02-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.9 2004/02/15 03:09:28 mikeruelle + # make things a little more xml like + # # Revision 1.8 2004/02/14 19:47:27 mikeruelle # set the skin type *** *** 214,219 def __init__(self, command=None, directory=None

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

2004-02-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.8 2004/02/14 19:47:27 mikeruelle + # set the skin type + # # Revision 1.7 2004/02/14 19:01:49 mikeruelle # move main menu item into this file. *** *** 210,214 """ def __init__(self, command=None,

[Freevo-cvslog] freevo/src/plugins icecast.py,1.10,1.11 icecastchanger.py,1.3,NONE

2004-02-14 Thread mikeruelle
--- 11,17 # --- # $Log$ + # Revision 1.11 2004/02/14 19:18:31 mikeruelle + # move the icecast changer into icecast.py + # # Revision 1.10 2003/09/30 16:51:22 mikeruelle # add some default options

[Freevo-cvslog] freevo/src/plugins commandmmitem.py,1.2,NONE

2004-02-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8586 Removed Files: commandmmitem.py Log Message: now in command as command.MainMenuItem --- commandmmitem.py DELETED --- --- SF.Net i

[Freevo-cvslog] freevo/src/plugins command.py,1.6,1.7

2004-02-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.7 2004/02/14 19:01:49 mikeruelle + # move main menu item into this file. + # # Revision 1.6 2004/02/14 15:44:21 dischi # add more doc and add to supress showing the stdout *** *** 283,287 ! class

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

2004-02-14 Thread mikeruelle
12,18 # --- # $Log$ + # Revision 1.2 2004/02/14 17:35:39 mikeruelle + # make compatible with dischi's changes + # # Revision 1.1 2004/01/29 19:42:52 mikeruelle # allow a use to add an fxd command file to the main menu.

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

2004-02-12 Thread mikeruelle
#--- # ManualRecord - #--- # $Id: manual_record.py,v 1.1 2004/02/13 05:13:09 mikeruelle Exp $ # # Todo: # Notes: # #--- # $Log

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

2004-02-10 Thread mikeruelle
# --- # $Log$ + # Revision 1.15 2004/02/10 20:08:03 mikeruelle + # fix some crashing + # # Revision 1.14 2003/10/14 21:05:52 gsbarbieri # i18n *** *** 773,776 --- 776,782 sname = type + if not self.screens.has_key( sname

Re: [Freevo-devel] [WATERMARK FOR GAMES MENU]Watermarks for games

2004-02-06 Thread mikeruelle
The crystal theme has a nice joystick logo which would be a nice default watermark. But I don't know enough about skins to commit that change. I would vote for that logo as the default one. Also isn't setting local_skin.xml in one of the dirs supposed to override skin settings? I was trying this

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.29,1.30

2004-02-05 Thread mikeruelle
# --- # $Log$ + # Revision 1.30 2004/02/06 01:15:06 mikeruelle + # use new events in tv context + # # Revision 1.29 2004/01/14 18:39:45 mikeruelle # suppress debug always showing *** *** 450,453 --- 453,457 pass

[Freevo-cvslog] freevo/src event.py,1.38,1.39

2004-02-05 Thread mikeruelle
# --- # $Log$ + # Revision 1.39 2004/02/06 01:10:23 mikeruelle + # it is nice to have zero in tvtime + # # Revision 1.38 2004/02/05 14:23:49 outlyer # Patch from Viggo Fredriksen *** *** 358,361 --- 361,365 'VOL-' : MIXER_VOLDOWN,

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.8,1.9

2004-01-21 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv5086 Modified Files: TODO Log Message: update Index: TODO === RCS file: /cvsroot/freevo/freevo/WIP/Ruelle/TODO,v retrieving revision 1.8 retri

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

2004-01-21 Thread mikeruelle
# --- # $Log$ + # Revision 1.2 2004/01/21 15:51:42 mikeruelle + # make sure always on top is not set + # # Revision 1.1 2004/01/19 20:50:52 mikeruelle # XMMS support is now back in regular freevo. Much thanks to a great patch from *** *** 240,243

[Freevo-cvslog] freevo/src/audio/plugins radioplayer.py,1.8,1.9

2004-01-19 Thread mikeruelle
# --- # $Log$ + # Revision 1.9 2004/01/20 00:24:20 mikeruelle + # update elapsed time for radio in a thread + # # Revision 1.8 2004/01/14 20:54:02 mikeruelle # umm that's a little bit better *** ***

[Freevo-cvslog] freevo/src/games genericitem.py,1.5,1.6 genesisitem.py,1.6,1.7 mameitem.py,1.16,1.17 snesitem.py,1.15,1.16

2004-01-19 Thread mikeruelle
--- 10,16 # --- # $Log$ + # Revision 1.6 2004/01/19 21:32:58 mikeruelle + # a patch from Sylvian to use the new set_url stuff + # # Revision 1.5 2004/01/14 18:29:49 mikeruelle # . *** *** 71,81

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

2004-01-19 Thread mikeruelle
16,22 # --- # $Log$ + # Revision 1.4 2004/01/19 21:18:53 mikeruelle + # missing self. that's positively freudian + # # Revision 1.3 2003/12/29 22:28:13 dischi # move to new Item attributes *** *** 88,92 popup

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.8,NONE

2004-01-19 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv21076 Removed Files: fxmms.py Log Message: now in main line --- fxmms.py DELETED --- --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Con

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

2004-01-19 Thread mikeruelle
FILE: fxmms.py --- #if 0 /* # --- # xmms.py - the Freevo XMMS plugin for audio # --- # $Id: fxmms.py,v 1.1 2004/01/19 20:50:52 mikeruelle Exp $ # # Notes: # Todo: make

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.7,1.8

2004-01-18 Thread mikeruelle
*** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.8 2004/01/18 19:10:42 mikeruelle + # xmms plays many less formats than mplayer, allow the users to select which to include using xmms for and let

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.6,1.7

2004-01-18 Thread mikeruelle
# --- # $Log$ + # Revision 1.7 2004/01/18 18:42:13 mikeruelle + # add config vars. netradio is hit or miss with xmms. allow people to turn it off + # # Revision 1.6 2004/01/18 02:39:37 mikeruelle # fix the blocking to use url

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.5,1.6

2004-01-17 Thread mikeruelle
# --- # $Log$ + # Revision 1.6 2004/01/18 02:39:37 mikeruelle + # fix the blocking to use url + # # Revision 1.5 2004/01/17 23:52:00 mikeruelle # xmms can play cds *** *** 134,140 0 = unplayable """ ! if item.filename.st

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.4,1.5

2004-01-17 Thread mikeruelle
: # # --- # $Log$ # Revision 1.4 2004/01/17 22:08:21 mikeruelle # fix name --- 6,16 # # Notes: ! # Todo: make audio cd's work # # --- # $Log$ + # Revision 1.5 2004/01/17 23:52:00 mikeruelle + # xmm

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.3,1.4

2004-01-17 Thread mikeruelle
$ + # Revision 1.4 2004/01/17 22:08:21 mikeruelle + # fix name + # # Revision 1.3 2004/01/17 21:51:27 mikeruelle # fix the rate function *** *** 114,118 def __init__(self): ! self.name = 'xmms' self.app_mode = 'audio'

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.2,1.3

2004-01-17 Thread mikeruelle
# --- # $Log$ + # Revision 1.3 2004/01/17 21:51:27 mikeruelle + # fix the rate function + # # Revision 1.2 2004/01/17 21:36:15 mikeruelle # check out rstanchak patch *** *** 125,130 0 = unplayable """ if item.filename.s

[Freevo-cvslog] freevo/WIP/Ruelle fxmms.py,1.1,1.2

2004-01-17 Thread mikeruelle
# --- # $Id$ *** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.2 2004/01/17 21:36:15 mikeruelle + # check out rstanchak patch + # # Revision 1.1

[Freevo-cvslog] freevo/src/audio/plugins radio.py,1.6,1.7

2004-01-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.7 2004/01/14 21:08:27 mikeruelle + # makes detach audio work. + # # Revision 1.6 2004/01/14 20:37:11 mikeruelle # add url for preffered player stuff. *** *** 136,139 --- 139,143 radio_item.remain = 0

[Freevo-cvslog] freevo/src/audio/plugins radioplayer.py,1.7,1.8

2004-01-14 Thread mikeruelle
10,16 # --- # $Log$ + # Revision 1.8 2004/01/14 20:54:02 mikeruelle + # umm that's a little bit better + # # Revision 1.7 2004/01/14 20:38:07 mikeruelle # it's still broken. help dischi. *** *** 94,99 &

[Freevo-cvslog] freevo/src/audio/plugins radioplayer.py,1.6,1.7

2004-01-14 Thread mikeruelle
10,16 # --- # $Log$ + # Revision 1.7 2004/01/14 20:38:07 mikeruelle + # it's still broken. help dischi. + # # Revision 1.6 2004/01/10 21:27:37 mikeruelle # forgot the little q in the arg. really need to get a card with rad

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

2004-01-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.6 2004/01/14 20:37:11 mikeruelle + # add url for preffered player stuff. + # # Revision 1.5 2003/11/30 14:41:10 dischi # use new Mimetype plugin interface *** *** 127,130 --- 130,134 radio_item.name

[Freevo-cvslog] freevo/src/audio/plugins xine.py,1.13,1.14 mplayer.py,1.32,1.33

2004-01-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.14 2004/01/14 20:36:16 mikeruelle + # they guys do not play radio + # # Revision 1.13 2003/12/29 22:09:19 dischi # move to new Item attributes *** *** 130,133 --- 133,138 0 = unplayable

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.28,1.29

2004-01-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.29 2004/01/14 18:39:45 mikeruelle + # suppress debug always showing + # # Revision 1.28 2004/01/08 22:17:55 mikeruelle # not needed and is now annoying because of new osd behavior in new tvtime releases. *** *** 111,115

[Freevo-cvslog] freevo/src/games game.py,1.13,1.14 genericitem.py,1.4,1.5 genesisitem.py,1.5,1.6 mameitem.py,1.15,1.16 snesitem.py,1.14,1.15

2004-01-14 Thread mikeruelle
# --- # $Log$ + # Revision 1.14 2004/01/14 18:29:49 mikeruelle + # . + # # Revision 1.13 2003/11/29 11:39:38 dischi # use the given menuw abd not a global one *** *** 90,96 def __init__(self): - self.thread = Game_Thread

[Freevo-cvslog] freevo ChangeLog,1.105,1.106

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv30961 Modified Files: ChangeLog Log Message: Announce screensaver addition and command.py update Index: ChangeLog === RCS file: /cvsroot/freevo/freevo/Ch

[Freevo-cvslog] freevo/Docs CREDITS,1.24,1.25

2004-01-14 Thread mikeruelle
Update of /cvsroot/freevo/freevo/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv30179 Modified Files: CREDITS Log Message: update email Index: CREDITS === RCS file: /cvsroot/freevo/freevo/Docs/CREDITS,v retrieving revision 1.24

[Freevo-cvslog] freevo/WIP/Ruelle Mozilla.fxd,1.1,1.2

2004-01-13 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv9583 Modified Files: Mozilla.fxd Log Message: update to current spec Index: Mozilla.fxd === RCS file: /cvsroot/freevo/freevo/WIP/Ruelle/Mozill

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.7,1.8

2004-01-13 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv18949 Modified Files: TODO Log Message: well I'll be damned i actually got to remove something. Index: TODO === RCS file: /cvsroot/freevo/fre

[Freevo-cvslog] freevo/WIP/Ruelle command.py,1.5,NONE

2004-01-13 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv18488 Removed Files: command.py Log Message: after much needed help from dischi now in main plugins dir. --- command.py DELETED --- --- This SF.net

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

2004-01-13 Thread mikeruelle
:40:55 - 1.4 *** *** 15,18 --- 15,23 # --- # $Log$ + # Revision 1.4 2004/01/13 20:40:55 mikeruelle + # We now use childapp2 to run the commands and store our output. We now have + # an fxd file

[Freevo-cvslog] freevo/src/games __init__.py,1.15,1.16

2004-01-11 Thread mikeruelle
# --- # $Log$ + # Revision 1.16 2004/01/11 18:34:02 mikeruelle + # oops forgot this for zipped roms + # # Revision 1.15 2004/01/03 17:40:27 dischi # remove update function *** *** 63,68 from mameitem import MameItem ! from snesitem import SnesItem

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.8,NONE

2004-01-10 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv17675 Removed Files: freevoscreensaver.py Log Message: now in main plugins dir --- freevoscreensaver.py DELETED --- --- This SF.net email is sponso

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

2004-01-10 Thread mikeruelle
/* # --- # freevoscreensaver.py - quick hurry and save the screen!!! # --- # $Id: freevoscreensaver.py,v 1.1 2004/01/10 21:32:53 mikeruelle Exp $ # # Notes: maybe some day i will make it really start and stop the saver # Todo

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

2004-01-10 Thread mikeruelle
*** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.6 2004/01/10 21:27:37 mikeruelle + # forgot the little q in the arg. really need to get a card with radio to test + # # Revision 1.5 2003/12/10 19:10:35 dischi

[Freevo-cvslog] freevo/src/games zipped_rom.py,NONE,1.1 genesisitem.py,1.4,1.5 snesitem.py,1.13,1.14

2004-01-10 Thread mikeruelle
/* # --- # zipped_rom.py - Handles game roms that are zipped # --- # $Id: zipped_rom.py,v 1.1 2004/01/10 21:25:01 mikeruelle Exp $ # # Notes: # Todo

[Freevo-cvslog] freevo freevo,1.106,1.107

2004-01-10 Thread mikeruelle
# --- # $Log$ + # Revision 1.107 2004/01/10 20:45:50 mikeruelle + # can not start freevo -fs without this change + # # Revision 1.106 2004/01/10 18:24:17 dischi # fix uid storage for execute and runapp calls *** *** 396,400 ! elif arg and name == 'freevo' a

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.27,1.28

2004-01-08 Thread mikeruelle
# --- # $Log$ + # Revision 1.28 2004/01/08 22:17:55 mikeruelle + # not needed and is now annoying because of new osd behavior in new tvtime releases. + # # Revision 1.27 2004/01/06 00:58:40 mikeruelle # better osd

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.7,1.8

2004-01-07 Thread mikeruelle
--- 10,16 # --- # $Log$ + # Revision 1.8 2004/01/07 19:52:07 mikeruelle + # close to done. now for some stress testing + # # Revision 1.7 2004/01/07 18:28:13 mikeruelle # now no sound and loop go through the play arg

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.6,1.7

2004-01-07 Thread mikeruelle
*** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.7 2004/01/07 18:28:13 mikeruelle + # now no sound and loop go through the play arg methodi for movies + # # Revision 1.6 2004/01/07 17:38:51 mikeruelle

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.5,1.6

2004-01-07 Thread mikeruelle
10,15 # --- # $Log$ ! # Revision 1.5 2004/01/06 23:17:50 mikeruelle ! # slideshows from fxd files # # Revision 1.4 2004/01/06 19:59:45 mikeruelle --- 10,16 # --- # $Log$ ! # Revision 1.6 2004/01/07 17:

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

2004-01-07 Thread mikeruelle
# --- # $Log$ + # Revision 1.113 2004/01/07 17:11:20 mikeruelle + # make screensaver videos not blowup + # # Revision 1.112 2004/01/04 18:18:56 dischi # add more infos about tv shows *** *** 408,412 self.player_rating

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.4,1.5

2004-01-06 Thread mikeruelle
# --- # $Log$ + # Revision 1.5 2004/01/06 23:17:50 mikeruelle + # slideshows from fxd files + # # Revision 1.4 2004/01/06 19:59:45 mikeruelle # remove games_items popup from showing *** *** 52,55 --- 55,59

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.3,1.4

2004-01-06 Thread mikeruelle
# --- # $Log$ + # Revision 1.4 2004/01/06 19:59:45 mikeruelle + # remove games_items popup from showing + # # Revision 1.3 2004/01/06 18:13:24 mikeruelle # now we have ssr screen savers with pictures

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.2,1.3

2004-01-06 Thread mikeruelle
# --- # $Log$ # Revision 1.2 2004/01/05 19:59:35 mikeruelle ! # first two types done. now for looping videoitem and possible a looping image slideshow. # # Revision 1.1 2004/01/01 00:27:39 mikeruelle --- 10,18

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

2004-01-05 Thread mikeruelle
# --- # $Log$ + # Revision 1.27 2004/01/06 00:58:40 mikeruelle + # better osd message support + # # Revision 1.26 2004/01/06 00:29:45 mikeruelle # fix regex for version detect and start osd message support *** *** 552,558 elif event

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

2004-01-05 Thread mikeruelle
# --- # $Log$ + # Revision 1.26 2004/01/06 00:29:45 mikeruelle + # fix regex for version detect and start osd message support + # # Revision 1.25 2003/12/17 16:58:37 mikeruelle # xmltv autochannel detect still occasionally sets things to

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.2

2004-01-05 Thread mikeruelle
1.2 *** *** 10,13 --- 10,16 # --- # $Log$ + # Revision 1.2 2004/01/05 19:59:35 mikeruelle + # first two types done. now for looping videoitem and possible a looping image slideshow

[Freevo-cvslog] freevo/src/video videoitem.py,1.106,1.107

2004-01-01 Thread mikeruelle
# --- # $Log$ + # Revision 1.107 2004/01/01 16:41:30 mikeruelle + # fix dvd crash + # # Revision 1.106 2004/01/01 16:15:45 dischi # make sure we have a player even for classes inheriting from videoitem *** *** 498,502 i.info

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

2003-12-31 Thread mikeruelle
/* # --- # freevoscreensaver.py - quick hurry and save the screen!!! # --- # $Id: freevoscreensaver.py,v 1.1 2004/01/01 00:27:39 mikeruelle Exp $ # # Notes: maybe some day i will make it really start and stop the saver # Todo

[Freevo-cvslog] freevo/WIP/Ruelle TODO,1.6,1.7

2003-12-31 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv26560 Modified Files: TODO Log Message: more random thoughts Index: TODO === RCS file: /cvsroot/freevo/freevo/WIP/Ruelle/TODO,v retrieving rev

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

2003-12-23 Thread mikeruelle
MPlayer plugin for audio # --- # $Id: fxmms.py,v 1.1 2003/12/23 21:48:21 mikeruelle Exp $ # # Notes: # Todo: # # --- # $Log: fxmms.py,v $ # Revision 1.1

[Freevo-cvslog] freevo/contrib/record_without_btaudio tvrecord,NONE,1.1 mutelinein.txt,NONE,1.1 unmutelineinandrec.txt,NONE,1.1

2003-12-20 Thread mikeruelle
Update of /cvsroot/freevo/freevo/contrib/record_without_btaudio In directory sc8-pr-cvs1:/tmp/cvs-serv27535 Added Files: tvrecord mutelinein.txt unmutelineinandrec.txt Log Message: an example of line in reocrding without using btaudio --- NEW FILE: tvrecord --- #!/bin/bash # use with th

[Freevo-cvslog] freevo/contrib/record_without_btaudio - New directory

2003-12-20 Thread mikeruelle
Update of /cvsroot/freevo/freevo/contrib/record_without_btaudio In directory sc8-pr-cvs1:/tmp/cvs-serv27390/record_without_btaudio Log Message: Directory /cvsroot/freevo/freevo/contrib/record_without_btaudio added to the repository --- This

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.24,1.25

2003-12-17 Thread mikeruelle
# --- # $Log$ + # Revision 1.25 2003/12/17 16:58:37 mikeruelle + # xmltv autochannel detect still occasionally sets things to numbers instead of strings + # # Revision 1.24 2003/12/10 20:40:57 mikeruelle # remove

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

2003-12-12 Thread mikeruelle
- Temporary implementation of a TV function using MPlayer # --- # $Id: mplayer.py,v 1.1 2003/12/12 15:22:30 mikeruelle Exp $ # # Notes: # Todo: # # --- # $Log

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.23,1.24

2003-12-10 Thread mikeruelle
# --- # $Log$ + # Revision 1.24 2003/12/10 20:40:57 mikeruelle + # remove childthread use new childapp2 class + # # Revision 1.23 2003/12/03 20:40:34 mikeruelle # a hack for those who do not use freevo -fs *** *** 376,381 def

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

2003-12-09 Thread mikeruelle
/* # --- # shoppingcart.py - Example item plugin # --- # $Id: shoppingcart.py,v 1.1 2003/12/09 23:29:46 mikeruelle Exp $ # # Notes: This is a plugin to move and copy files # # Activate: # plugin.activate('shoppin

[Freevo-cvslog] freevo/WIP/Ruelle command.py,1.4,1.5

2003-12-09 Thread mikeruelle
# --- # $Log$ ! # Revision 1.4 2003/12/09 16:20:29 mikeruelle ! # use metacity to get a wm for apps. gets keyboard to work. # # Revision 1.3 2003/11/30 14:35:43 dischi --- 15,20 # --- # $Log$ ! # Revision 1.5

[Freevo-cvslog] freevo/WIP/Ruelle Mozilla.fxd,NONE,1.1

2003-12-09 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv4697 Added Files: Mozilla.fxd Log Message: give an example fxd --- NEW FILE: Mozilla.fxd --- /usr/bin/MozillaFirebird 1 metacity & killall metacity

[Freevo-cvslog] freevo/WIP/Ruelle command.py,1.3,1.4

2003-12-09 Thread mikeruelle
# --- # $Log$ ! # Revision 1.3 2003/12/09 13:38:42 mikeruelle ! # osd stop works. no typing in apps tho. still need waitpid tuple help # # Revision 1.3 2003/11/30 14:35:43 dischi --- 15,20

  1   2   3   >