rodrigonsh / tv-sofia-backend

The backend for tv-sofia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tv-sofia-backend

The backend for tv-sofia, a simple media server and web player with scheduling I've developed 'for my daughter

Installing

Clone the repo, install the dependencies and create a symbolic link called 'videos' pointing to your folder where you keep your videos neatly organized in subfolders.

git clone https://github.com/rodrigonsh/tv-sofia-backend

cd tv-sofia-backend

npm install

ln -s /path/to/your-videos ./videos

Config

Rename app/js/config.example.js to config.js and edit it to schedule playback of specific folders

Run

Run the backend to serve the files on your local network

node index.js

About

The backend for tv-sofia

License:MIT License


Languages

Language:JavaScript 54.2%Language:CSS 31.1%Language:HTML 14.7%