erayon / MediaHub

manage, search all your media include from your local machine and display in webapp Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaHub

Alt text

Installation

First create the Database

git clone repository
cd MediaHub/util
python movie_parser.py

Run the server

cd MediaHub/hub
python manage.py runserver 8000 
go to "http://127.0.0.1:8000/myapp/home/"

Note

  1. Currenly only work on Linux, not yet implemented for Mac and Windows.
  2. If server failed to run do : python manage.py migrate then run the server.

About

manage, search all your media include from your local machine and display in webapp Django

License:GNU General Public License v3.0


Languages

Language:Python 75.3%Language:HTML 21.7%Language:CSS 3.0%