Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-wormald/kallax
https://github.com/ben-wormald/kallax
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ben-wormald/kallax
- Owner: Ben-Wormald
- License: gpl-3.0
- Created: 2024-01-26T15:54:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T16:18:32.000Z (9 months ago)
- Last Synced: 2024-03-22T17:43:45.326Z (9 months ago)
- Language: Rust
- Size: 1.68 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.