Simple media catalog and video player for home NAS. Automatically converts video into mp4 format to play on Smart TVs.
- PHP 7.1+ (CLI)
- php-mbstring, php-pdo-sqlite, php-curl
- ffmpeg
To install download the repo content and run following sequence:
$ composer update
$ php app.php install
To download application server:
$ ./vendor/bin/spiral get
To start server:
$ ./spiral serve -v -d
You can access media catalog using http://localhost:8080
(port can be changed in .rr.yaml
).
Server will start indexation job of your downloads directory on first run. Refresh page again to view the list of available videos.
MIT License (MIT). Please see LICENSE
for more information.