Media center to run on your nas / homeserver that uses html5 + AngularJS to display a catalog of movies & stuffs with backend to keep track of movies.
Silex - PHP backend api
install lamp
create database
mysql -u "user" -p < backend/database/database.sql
Install silex
php composer.phar install
open configTemplate.php
Things needed for the scripts
configure transmission deamon as described in this blog post & adjust ip adres in templates/show-torrents.html
html5 js css - AngularJS jQuery
If you only want dummy data you could run
#generate dummydata
python /scripts/genDummyData.py
#dummydata => database
mysql -u "user" -p < /scripts/data.sql
admin is a link to phpmyadmin for bugfixes