Update of /cvsroot/freevo/freevo/WIP/RobShortt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15529
Modified Files:
IDEAS
Log Message:
Add some plugin ideas.
Index: IDEAS
===================================================================
RCS file: /cvsroot/freevo/freevo/WIP/RobShortt/IDEAS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IDEAS 17 Jul 2004 01:30:34 -0000 1.2
--- IDEAS 17 Jul 2004 01:49:07 -0000 1.3
***************
*** 56,59 ****
--- 56,63 ----
actually done in my working copy which I will commit after the 1.5 release.
+ Support multiple recording plugins, on a VideoGroup basis. I may need
+ generic_record.py for some channels, ivtv_record.py for others,
+ url_record.py, and so on.
+
Include the ability to schedule a recording based on a vcrplus code. These
codes have been reverse engineered up to 6 digits I think.
***************
*** 109,111 ****
--- 113,140 ----
+ Plugin Architecture:
+ --------------------
+
+ Add proper plugins support for helpers. Right now recordserver just calls
plugin.init_special_plugin(config.plugin_record). Instead I would rather have this in
my config:
+
+ plugin.activate('tv.generic_record', 'recordserver')
+ plugin.activate('tv.ivtv_record', 'recordserver')
+
+ Where 'recordserver' may be any given helper. If you wish to init plugins inside
your helper you could just call plugins.init('helper name') and we could add some code
in init() do init all the activated plugins for that helper.
+
+
+ New Plugins:
+ ------------
+
+ url_record.py: Record video from network streams.
+
+ aim.py: Notifications and remote control through AIM. I have proof of concept
+ code in my directory.
+
+ vdrctrl.py: Use the VDR library I'm working on to remote control VDR.
+
+ voicemail: I've been able to check my voicemail with my Freevo / TV for about
+ 1.5 years now. I am going to polish it up a bit and repost it.
+
+
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog