You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(visualizer): resolve music sync and fixed bar position.
feat(AI/MCP): add an mcp server for AI integration.
- Fixed visualizer bars sync with the music.
- Fixed the uncertain position changing of bars.
- Implemented new MCP server that let's you control music with LLMs
First app of its kind, It let's you search and play online songs from cli hassle free.
10
+
First app of its kind, It let's you search and play online songs from cli hassle free. Now it supports AI integration through [MCP](https://modelcontextprotocol.io/docs/getting-started/intro) (BETA).
11
11
12
12
## Features
13
13
- Vim motions
@@ -20,6 +20,8 @@ First app of its kind, It let's you search and play online songs from cli hassle
20
20
- Configuration file
21
21
- Daemon mode (BETA, press 'w' to toggle)
22
22
-[MPRIS DBUS](https://wiki.archlinux.org/title/MPRIS) support ( via `playerctl` )
23
+
- Cava Visualizer (BETA)
24
+
- Support for AI Integration via [MCP](https://modelcontextprotocol.io/docs/getting-started/intro) (BETA)
23
25
24
26
## Shortcuts
25
27
@@ -49,24 +51,22 @@ It fetches songs from some platforms:
49
51
- YouTube Music (on the way)
50
52
51
53
## Installation:
52
-
1. Using [AUR](https://aur.archlinux.org/packages/tuisic-git) package
0 commit comments