Metadata-Version: 2.1
Name: albula
Version: 0.4
Summary: A minimalist self-hosted music server.
Home-page: https://github.com/krateng/albula
Author: Johannes Krattenmacher
Author-email: albula@krateng.dev
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: bottle (>=0.12.16)
Requires-Dist: waitress (>=1.3)
Requires-Dist: doreah (>=1.2.10)
Requires-Dist: nimrodel (>=0.6.1)
Requires-Dist: mutagen (>=1.42)
Requires-Dist: pyyaml (>=5.1)

# Albula

A minimalist self-hosted music server.

Install with `pip install albula`.

## Current status

The library build is still wonky, I need to untangle scanning, metadata extraction etc and clean up. For now, complete rebuild is often the better option.

## Why not Plex / Subsonic / Airsonic / ...?

I just made Albula for myself because I disliked several things about the other options. Most likely, it will not be better than them for you. Some features to note though:

* Support for multiple artists per track / album artists per album / albums per track
* Less crowded interface
* Direct server-side scrobbling to Maloja, removing the need for individual solutions for each client
* No Javascript-bloated web interface
* No central authentication / phone-home

## Requirements

* Python 3
* Pip packages specified in `requirements.txt`


