XBMC Plugin for UbuWeb Film & Video
Find a file
Nicholas Knouf b9ad44b814 -- typo :-)
2012-08-09 20:07:30 -04:00
.gitattributes -- adding file to control what goes into the archive 2012-08-09 19:57:35 -04:00
.gitignore -- adding gitignore 2012-08-05 19:38:01 -04:00
addon.xml -- adding initial imports 2012-08-05 19:38:27 -04:00
changelog.txt -- updating for release 2012-08-09 19:53:12 -04:00
default.py -- updating for release 2012-08-09 19:53:12 -04:00
icon.png -- adding initial imports 2012-08-05 19:38:27 -04:00
LICENSE.txt -- updating for release 2012-08-09 19:53:12 -04:00
README -- typo :-) 2012-08-09 20:07:30 -04:00
UbuWeb.py -- updating for release 2012-08-09 19:53:12 -04:00

plugin.video.ubuweb
===================

Nicholas A. Knouf <nknouf@zeitkunst.org>
http://zeitkunst.org

A plugin that allows streaming of videos from the UbuWeb Film and Video Collection (http://ubuweb.com/film/).

Note the following disclaimer from the UbuWeb site: "The following films are presented for educational and non-commercial use only. All copyrights belong to the artists."

Released under the GPLv3.

Improvements to the code are welcomed.

NOTE
----

In order to reduce load on the UbuWeb server this plugin does not scrape the site directly, but rather downloads the database of film info from my own server at the following URL: http://zeitkunst.org/media/code/plugin.video.ubuweb/UbuWeb.db . It additionally checks that the database is up to date by accessing the following URL: http://zeitkunst.org/media/code/plugin.video.ubuweb/last_updated . The UbuWeb site is not updated continuously, making scraping of the site by every user of this plugin wasteful. The scraping code is contained within UbuWeb.py and can be run manually if necessary. Improvements to the scraping code are welcomed.