Media asset manager designed and implemented for New Ellijay TV
Go to file
Sundog Jones 95564afa5c add program tags interface to new block modal 2024-09-23 13:50:51 -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 edl integration work 2024-09-17 10:27:56 -04:00
index.php initial commit 2024-09-03 10:37:30 -04:00
layout.html add program tags interface to new block modal 2024-09-23 13:50:51 -04:00
media.php left join media_edls on media during fetch of all media files 2024-09-17 09:27:11 -04:00
play.php initial commit 2024-09-03 10:37:30 -04:00
schedule.php schedule api 2024-09-22 12:41:58 -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