Media asset manager designed and implemented for New Ellijay TV
Go to file
Sundog Jones 6606d164b8 more edl work 2024-09-16 16:32:13 -04:00
README.md start readme 2024-09-03 12:16:12 -04:00
composer.json initial commit 2024-09-03 10:37:30 -04:00
edl.php more edl work 2024-09-16 16:22:29 -04:00
index.php initial commit 2024-09-03 10:37:30 -04:00
layout.html more edl work 2024-09-16 16:32:13 -04:00
media.php fix query for filtered media requests 2024-09-03 11:52:04 -04:00
play.php initial commit 2024-09-03 10:37:30 -04:00
schedule.php start of schedules api endpoint 2024-09-10 16:44:22 -04:00
tags.php initial commit 2024-09-03 10:37:30 -04:00
update.php initial commit 2024-09-03 10:37:30 -04:00
upload.php initial commit 2024-09-03 10:37:30 -04:00

README.md

NETV MAM

Media Asset Manager for New Ellijay TV

Installation

Requirements

Server:

  • Linux web server with PHP support (tested using nginx and php-fpm on Debian)
  • PHP composer
  • ffmpeg
  • SQLite3

Client:

  • a standard-compliant, javascript-capable web browser (tested using Firefox)

Usage

Developing

Dev Environment Setup

Contributing