Lyre - 1.3.2 update - Focus mode , Search , debug mode
Hey everyone,
I just pushed a update to Lyre, my terminal-based music dashboard.
v1.3.2 is officially out with features ike zen mode or focus search and debug stuff
GitHub: https://github.com/DeadZone-0/lyre
NPM: https://www.npmjs.com/package/lyre-tui
What's New in v1.3.2?
- Live Visualizer Tweaker (f)
You can now adjust the physics of the visualizer waves in real-time. Toggle the Tweaker to adjust Sensitivity,Smoothing (Integral), and Gravity with interactive sliders. Lyre dynamically rewrites the CAVA config and restarts the engine instantly while you listen.
- Search in File Browser (/)
Navigating large local libraries is now instant. Open the local file browser (b) and press / to start typing. The list filters in real-time as you type, just like a modern IDE.
- Focus Mode (z)
I’ve upgraded "Zen Mode" . Visualizer Focus: Press z during normal playback to hide everything but huge, screen-filling waves. Lyrics Focus: If you have lyrics open (v) and press z, it enters a dedicated "Focus Lyrics" view—minimalist, centered text with zero distractions.
- Fully Rebindable Keys
Every single hotkey is now customizable. Don't like j/k for volume? Want Escape to quit? Just edit the "keybindings" section in your ~/.config/lyre/lyre.json.
- Debug Mode (--debug)
For users with issues , I’ve added a comprehensive logging system. Run lyre --debug to generate a trace log for easy troubleshooting.
Installation
If you have cava, mpv, and playerctl installed:
npm install -g lyre-tui
lyre
I’d love to hear what you guys think of the new update