Skip to content

Simple media catalog and video player for home NAS

License

Notifications You must be signed in to change notification settings

wolfy-j/video-o-matic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-O-Matic

Simple media catalog and video player for home NAS. Automatically converts video into mp4 format to play on Smart TVs.

Screenshot_16

Requirements

  • PHP 7.1+ (CLI)
  • php-mbstring, php-pdo-sqlite, php-curl
  • ffmpeg

Installation

To install download the repo content and run following sequence:

$ composer update
$ php app.php install

Starting Application

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.

License:

MIT License (MIT). Please see LICENSE for more information.