Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 487 Bytes

Kallax

WIP music player built with gpui.

Screenshot of Kallax, playing tracks by Skee Mask

Development

Create a .env file in the repo root:

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.