An open API service indexing awesome lists of open source software.

https://github.com/andrewl/brennan-tng

Control your Brennan B2 as if you're on the USS Enterprise!
https://github.com/andrewl/brennan-tng

brennan hi-fi startrek

Last synced: 2 months ago
JSON representation

Control your Brennan B2 as if you're on the USS Enterprise!

Awesome Lists containing this project

README

          

# Brennan TNG

A lightweight web service that lets you control your **Brennan B2** music player from a browser using an interface inspired by the **LCARS** design from *Star Trek: The Next Generation*.

![Screenshot](./screenshot.png)

The service is deliberately simple - you can play, pause, skip tracks, adjust the volume and play an album. You cannot use it as a replicator.

## Running the service

The service is distributed as a Docker image and requires the URL of your Brennan B2 to be provided as an environment variable.

### Basic command

```bash
docker run -e BRENNAN_URL= -p 8080:80 ghcr.io/andrewl/brennan-tng:latest
```

### Example

If your Brennan B2 is available at `http://192.168.0.5`, run:

```bash
docker run -e BRENNAN_URL=http://192.168.0.5 -p 8080:80 ghcr.io/andrewl/brennan-tng:latest
```

Then open your browser and navigate to:

```
http://localhost:8080
```

The visual template is based on the LCARS designs from:

**TheLCARS.com**