bragi icon indicating copy to clipboard operation
bragi copied to clipboard

Node.js UPnP Media Server

UPnP Media Server

Bragi is a media server for UPnP (and some DLNA) devices. It runs on Node.js and is written in CoffeeScript.

Bragi is still in a very experimental state.

Install

Apart from Node.js, you first need to install MongoDB, and if you want transcoding, ffmpeg.

Then clone this repository and run node bragi.js. Bragi will be published in npm when it's more functional.

Known issues

  • Only gets metadata from audio files.
  • When paths are removed, Bragi needs to be restarted for changes to take effect.
  • Transcoding only for audio.
  • UI under construction.