Media asset manager designed and implemented for New Ellijay TV
Go to file
2024-09-03 12:15:05 -04:00
composer.json initial commit 2024-09-03 10:37:30 -04:00
edl.php initial commit 2024-09-03 10:37:30 -04:00
index.php initial commit 2024-09-03 10:37:30 -04:00
layout.html more refactoring 2024-09-03 12:09:42 -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
README.md start readme 2024-09-03 12:15:05 -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

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

Usage

Developing

Dev Environment Setup

Contributing