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

https://github.com/raffleberry/yams

Yet Another Music Server
https://github.com/raffleberry/yams

cgo music music-library music-organizer music-player music-server music-streaming self-hosted streaming taglib

Last synced: about 2 months ago
JSON representation

Yet Another Music Server

Awesome Lists containing this project

README

          

# YAMS

Yet Another Music Server

## Screenshots
![](docs/1.png)
![](docs/2.png)
![](docs/3.png)
![](docs/4.png)

## Development

```sh
./bake dev # export DEV=1; uv run yams/main.py
```

## Build/Install

```sh
git clone https://github.com/raffleberry/yams.git
./bake install # uv tool install .
# OR
uv tool install git+https://github.com/raffleberry/yams
# OR
pip install git+https://github.com/raffleberry/yams
# OR
uv tool install git+https://github.com/raffleberry/yams@CommitId # recommended

```