Skip to content

asharron/Nuve

 
 

Repository files navigation

Nuve Media Server

Nuve media server is lightweight and beautiful.

nuve logo

Screenshots

Installation

A .deb installer will be created for the first release.

Design Philosophy

Nuve is the first and only no-comprimise, roll-your-own media server designed to run on low-power hardware like a Raspberry Pi. This is accomplished by moving computation to the viewing client where possible and eliminating non-essential features.

From a UI perspective, Nuve values simplicity, intuitive interation, custimization, and minimal clicks per action. This is accomplished by heavy use of whitespace, Flat UI, animations, smart search and suggestions, and theme support.

Development Setup

cd Nuve

Install dependencies

npm install

Build the bundle in watch mode

webpack --watch

Start up the server

npm start

Project Milestones

V1

  • Automatically Categorize Media Library
  • Stream media in the browser

V2

  • Mobile Friendly UI
  • Theme Support
  • Multicast - CPU efficient synchronized streaming to multiple clients
  • Chromecast support
  • Store library in the cloud (Pay per usage)

About

Nuve - a home media server app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • CSS 26.4%