Metadata-Version: 2.1
Name: fookebox
Version: 1.0.0
Summary: A jukebox-style web-frontend to mpd
Home-page: https://code.ott.net/fookebox/
Author: Stefan Ott
Author-email: stefan@ott.net
Project-URL: Source, https://git.ott.net/fookebox/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: COPYING

fookebox is a jukebox-style web-frontend to MPD.

It can be used as a keyboard-less jukebox, as a powerful MPD control frontend
or as anything in between.

![Screenshot](https://code.ott.net/fookebox/screenshot.png)

With fookebox you can

 * Browse your music library by artist or genre
 * Add songs to the queue (obviously)
 * Automatically play random music from your collection
 * Limit the queue size
 * Add whole albums to the queue
 * Remove songs from the queue
 * Search for artists or genres
 * Control MPD

## Getting started

```
$ pip install fookefox
$ fookebox
```

Your jukebox should now be ready on [http://localhost:8888/](http://localhost:8888/)

## Configuration

You can run fookebox with a custom configuration:

```
$ fookebox --config my-config.ini
```

The sample config file in `examples/fookebox.ini` explains all available options
and their default values.
