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
- Host: GitHub
- URL: https://github.com/raffleberry/yams
- Owner: raffleberry
- License: mit
- Created: 2024-11-14T15:15:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T11:06:39.000Z (over 1 year ago)
- Last Synced: 2025-02-09T12:19:22.272Z (over 1 year ago)
- Topics: cgo, music, music-library, music-organizer, music-player, music-server, music-streaming, self-hosted, streaming, taglib
- Language: JavaScript
- Homepage:
- Size: 967 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAMS
Yet Another Music Server
## Screenshots




## 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
```