Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ben-wormald/kallax


https://github.com/ben-wormald/kallax

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Kallax

WIP music player built with [gpui](https://www.gpui.rs/).

![Screenshot of Kallax, playing tracks by Skee Mask](image.png)

## Development

Create a `.env` file in the repo root:

```sh
LIBRARY_DIR="$HOME/Music"
LASTFM_API_KEY=xxx
LASTFM_SECRET_KEY=xxx
LASTFM_SESSION_KEY=xxx
```

Only `LIBRARY_DIR` is required.

Tracks loaded from your library are cached - run
`rm -rf "~/Library/Application Support/org.kallax.kallax"` to clear the cache and change your
library directory.