Media asset manager designed and implemented for New Ellijay TV
Go to file
Sundog Jones 4d5da2dfac new shedule block work 2024-10-22 10:01:54 -04:00
README.md start readme 2024-09-03 12:16:12 -04:00
block.php new shedule block work 2024-10-22 10:01:54 -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 new shedule block work 2024-10-22 10:01:54 -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 add new block dialog to scheduler 2024-09-24 14:35:32 -04:00
tags.php add new block dialog to scheduler 2024-09-25 11:18:29 -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