https://github.com/wolfy-j/video-o-matic
Simple media catalog and video player for home NAS
https://github.com/wolfy-j/video-o-matic
ffmpeg media-catalog nas player smart-tv web
Last synced: 2 months ago
JSON representation
Simple media catalog and video player for home NAS
- Host: GitHub
- URL: https://github.com/wolfy-j/video-o-matic
- Owner: wolfy-j
- License: mit
- Created: 2019-05-26T10:12:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:56:48.000Z (about 7 years ago)
- Last Synced: 2025-01-19T22:46:40.329Z (over 1 year ago)
- Topics: ffmpeg, media-catalog, nas, player, smart-tv, web
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video-O-Matic
Simple media catalog and video player for home NAS. Automatically converts video into mp4 format to play on Smart TVs.

## 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`](./LICENSE) for more information.