Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 817 Bytes

File metadata and controls

25 lines (17 loc) · 817 Bytes

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.