https://github.com/ben-wormald/kallax
https://github.com/ben-wormald/kallax
Last synced: 25 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T11:04:34.000Z (5 months ago)
- Last Synced: 2025-04-06T22:38:31.367Z (3 months ago)
- Language: Rust
- Size: 1.84 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- 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/).

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