Skip to content

axispx/goplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GoPlay

Stream your music stored in computer from other LAN connected devices.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for use or development purposes.

Prerequisites

You will need Go language installed on you computer.

Installing

Go get the project.

go get github.com/anarchyrucks/goplay

Running

goplay -root="/path/to/your/music/directory"

Flags

Name Description Default
root The absolute path to you music directory. None
port The port on which you want to run the server. 3000

Environment Variable

You can set GOPLAYROOT environment variable as the path to your music directory. You don't need to provide root flag after setting the variable.

export GOPLAYROOT=/path/to/your/music/directory

NOTE: root flag is given priority over the GOPLAYROOT so that you can provide different directory even after setting GOPLAYROOT.

License

MIT

About

Stream your music stored in computer from other LAN connected devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published