videobin - video sharing site
Find a file
2020-05-01 15:13:20 +02:00
bin remove miro link 2020-05-01 14:54:00 +02:00
session update to django1.3, move views into Video table, use xsendfile 2011-04-19 13:14:51 +02:00
static remove miro link 2020-05-01 14:54:00 +02:00
templates hide torrent link 2020-05-01 15:00:44 +02:00
utils more cleanups 2017-12-30 18:11:58 +01:00
video also 404 on error 2020-05-01 15:13:20 +02:00
wsgi VideoBin 2: this time with django 2009-08-25 22:45:55 +02:00
.bzrignore create local secret, use local_settings 2009-09-07 15:10:55 +02:00
__init__.py VideoBin 2: this time with django 2009-08-25 22:45:55 +02:00
LICENSE VideoBin 2: this time with django 2009-08-25 22:45:55 +02:00
manage.py load virtualenv 2012-08-25 17:25:15 +02:00
monitor.py VideoBin 2: this time with django 2009-08-25 22:45:55 +02:00
README.txt update version 2016-12-28 16:40:10 +01:00
settings.py hide torrent link 2020-05-01 15:00:44 +02:00
urls.py update to django1.3, move views into Video table, use xsendfile 2011-04-19 13:14:51 +02:00
views.py use contact email as from 2016-12-28 16:39:53 +01:00

VideoBin

This is a Django (http://www.djangoproject.com) project.
A development version can be started by running python manage.py runserver

You need:
  python (2.7)                    apt-get install python
  Django 1.3 or later             http://www.djangoproject.com/download/ or apt-get install python-django
  django-south                    easy_install South or apt-get install python-django-south
  python-ox                       easy_install ox
  transmissionrpc                 easy_install transmissionrpc
  Transmission Daemon             apt-get install transmission-daemon
  ffmpeg2theora 0.25 or later     http://v2v.cc/~j/ffmpeg2theora/

Adjust settings.py 

VideoBin is release under the GPL 3 or later