Update of /cvsroot/freevo/freevo/WIP/Aubin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8260
Added Files:
freevo-download-cvs040629.diff
Removed Files:
patch-download.diff
Log Message:
Added new version of Alan's RSS Download patch. This can't be merged until
after 1.5 is released since we're frozen, but you can patch your own tree
to try it until then. Do not submit bug reports for this yet.
If you want to try it, please work on the assumption that you have to fix
your own problems, at least until it's merged.
--- patch-download.diff DELETED ---
--- NEW FILE: freevo-download-cvs040629.diff ---
diff -X diffexclude -Naur freevo/src/plugins/download.py
freevo-dev/src/plugins/download.py
--- freevo/src/plugins/download.py 1969-12-31 19:00:00.000000000 -0500
+++ freevo-dev/src/plugins/download.py 2004-06-29 10:47:41.000000000 -0400
@@ -0,0 +1,528 @@
+#if 0 /*
+# -----------------------------------------------------------------------
+# download.py - A plugin to handle downloading of video files
+# -----------------------------------------------------------------------
+# akb at demandmedia.net 6/04
+#
+# The download.py plugin is a daemon that downloads files from the Internet
+# at the request of other parts of freevo such as the web frontend and rss
+# reader. It polls for new downloads or control commands and uses a threaded
+# downloader to retrieve them. Additionally, if configured, the module
+# will poll a list of video syndication feeds at a specified time and download
+# any new videos. It includes integrated support for downloads via http,
+# BitTorrent as well as the ability to queue magnet, sig2dat and ed2k links
+# to external p2p programs.
+#
[...1194 lines suppressed...]
+
+ fv.res += """<input type="submit"></form>"""
+ else:
+ fv.res += "<p>No downloads"
+ fv.printLinks()
+ fv.printFooter()
+ return String( fv.res)
+
+resource = DownloadResource()
diff -X diffexclude -Naur freevo/src/www/web_types.py freevo-dev/src/www/web_types.py
--- freevo/src/www/web_types.py 2004-03-08 19:14:35.000000000 -0500
+++ freevo-dev/src/www/web_types.py 2004-06-17 00:01:45.000000000 -0400
@@ -181,6 +181,7 @@
(_('Favorites'),_('View Favorites'),'%sfavorites.rpy' %
str(strprefix)),
(_('Media Library'),_('View Media Library'),'%slibrary.rpy' %
str(strprefix)),
(_('Manual Recording'),_('Schedule a Manual
Recording'),'%smanualrecord.rpy' % str(strprefix)),
+ (_('Downloads'),_('Manage Downloads'), '%sdownload.rpy' %
str(strprefix)),
(_('Search'),_('Advanced Search Page'),'%ssearch.rpy' %
str(strprefix)),
(_('Help'),_('View Online Help and Documentation'),'%shelp/' %
str(strprefix))]
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog