Skip to content
forked from boreq/bolt-ui

A web interface which lets you browse your Bolt database.

License

Notifications You must be signed in to change notification settings

kelwang/bolt-ui

Repository files navigation

Eggplant Build Status

Eggplant is a music streaming service.

Installation

Eggplant is written in Go which means that the Go tools can be used to install the program using the following command:

$  go get github.com/boreq/eggplant/cmd/eggplant

If you prefer to do this by hand clone the repository and execute the make command:

$ git clone https://github.com/boreq/eggplant
$ make
$ ls _build
eggplant

Usage

Eggplant accepts two arguments: a directory which contains your music and a directory which will be used for data storage.

$ eggplant run /path/to/music /path/to/data
INFO starting listening                       source=server address=127.0.0.1:8118

Navigate to http://127.0.0.0:8118 to see the results.

Configuration

--address

HTTP address.

Default: 127.0.0.1:8118

About

A web interface which lets you browse your Bolt database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 43.6%
  • TypeScript 33.5%
  • SCSS 11.5%
  • Vue 5.4%
  • HTML 2.9%
  • JavaScript 1.1%
  • Other 2.0%