From 019fc6ba38d88daa894daafb49a2b1dd0590246c Mon Sep 17 00:00:00 2001 From: h-3303 Date: Thu, 17 Sep 2026 04:15:45 -0400 Subject: [PATCH 1/2] Add claude-music to Audio & Media Co-Authored-By: Claude Fable 5.1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..9caa3ad 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you ### Audio & Media - [bibigpt-skill](https://github.com/JimmyLv/bibigpt-skill) - AI-powered video, audio & podcast summarization +- [claude-music](https://github.com/h-3303/claude-music) - Import a streaming playlist export, match it against your local library via MusicBrainz, fetch the missing tracks through your own Nicotine+ (Soulseek) client with your approval, write an M3U, then tidy the library. Install: `/plugin marketplace add h-3303/claude-music` then `/plugin install claude-music@claude-music` ### Design UX - [brand-guardian](./plugins/brand-guardian) From 66c0d7b70141af8365fdacbc8584cb6182d5172d Mon Sep 17 00:00:00 2001 From: h-3303 Date: Fri, 18 Sep 2026 17:38:07 -0400 Subject: [PATCH 2/2] List flacli instead of claude-music (claude-music is frozen; flacli continues it) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9caa3ad..3c55c22 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you ### Audio & Media - [bibigpt-skill](https://github.com/JimmyLv/bibigpt-skill) - AI-powered video, audio & podcast summarization -- [claude-music](https://github.com/h-3303/claude-music) - Import a streaming playlist export, match it against your local library via MusicBrainz, fetch the missing tracks through your own Nicotine+ (Soulseek) client with your approval, write an M3U, then tidy the library. Install: `/plugin marketplace add h-3303/claude-music` then `/plugin install claude-music@claude-music` +- [flacli](https://github.com/h-3303/flacli) - Name songs and albums or import a playlist (TIDAL, Deezer, YouTube Music, or an export file), match it against your local library via MusicBrainz, fetch the missing tracks through your own Nicotine+ (Soulseek) client, file them as `Artist/Album/NN - Title`, write an M3U, then tidy the library. Install: `/plugin marketplace add h-3303/flacli` then `/plugin install flacli@flacli` ### Design UX - [brand-guardian](./plugins/brand-guardian)