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
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,
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
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
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
> >
>
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
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
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
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.
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
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
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
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
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
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
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..
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
===
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
:
#
! #---
# $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
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
# ---
# $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
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
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
***
*** 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
# ---
# $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
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
/*
# ---
# 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
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
# ---
# $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
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
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
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
# ---
# $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
# ---
# $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,
--- 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
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
# ---
# $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
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.
#---
# ManualRecord -
#---
# $Id: manual_record.py,v 1.1 2004/02/13 05:13:09 mikeruelle Exp $
#
# Todo:
# Notes:
#
#---
# $Log
# ---
# $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
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
# ---
# $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
# ---
# $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,
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
# ---
# $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
# ---
# $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
***
***
--- 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
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
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
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
***
*** 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
# ---
# $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
# ---
# $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
:
#
# ---
# $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
$
+ # 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'
# ---
# $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
# ---
# $Id$
***
*** 10,13
--- 10,16
# ---
# $Log$
+ # Revision 1.2 2004/01/17 21:36:15 mikeruelle
+ # check out rstanchak patch
+ #
# Revision 1.1
# ---
# $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
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
&
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
# ---
# $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
# ---
# $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
# ---
# $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
# ---
# $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
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
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
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
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
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
: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
# ---
# $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
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
/*
# ---
# 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
***
*** 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
/*
# ---
# 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
# ---
# $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
# ---
# $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
--- 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
***
*** 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
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:
# ---
# $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
# ---
# $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
# ---
# $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
# ---
# $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
# ---
# $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
# ---
# $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
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
# ---
# $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
/*
# ---
# 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
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
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
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
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
# ---
# $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
- 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
# ---
# $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
/*
# ---
# 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
# ---
# $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
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
# ---
# $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 - 100 of 239 matches
Mail list logo