Skip to content

cjhammons/GopherStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopher Stream

This is a work in progress

A self-hosted music streaming solution. It scans all the music in a specified library directory and serves them via REST API for browsing and streaming.

Dev Guide

Configuration for Local Running

You'll need to install Go

To run locally you first need to select a directory to use as your Library. This directory can have as many subdirectories as you like, it will not affect functionality. Make note of the filepath of the directory.

Clone the repositoty.

Create a file called config.json in the root directory of the Gopher Stream project and populate it like so:

{
  "libraryDirectory": "<your library directory>"
}

Then build and run:

go build
./gopher-stream

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages