Server for Roksbox Roku app. Serves directory listings and thumbnails based on database, to organize movies by title, genre, actors, directors, etc. The videos still must be encoded in a compatible format. Roksboxphp assumes all videos are in an mp4 container and will generate .mp4 extenstions. However, if the underlying video has a different extension, it will still be playable as roksboxphp will redirect to the original video.
Not quite ready for public consumption. This project has dependencies that are not well documented.
TVDB - https://github.com/ryandoherty/phptvdb.git
Copy the TVDB project into the movielist-tools folder
getid3 - https://github.com/JamesHeinrich/getID3.git
Copy getid3 folder into the movielist-tools folder
Jquery - linked to remotely
sqlite3 - requires php-sqlite3 module be installed
php-xml - requires xml module for php
php-curl - requires curl module for php
php7.0-gd - needs GD library for PHP
mod_xsendfile - optional. (although might be required as redirects don't always work with roksbox )