From 8bd1f90a0e84ace6b08fccf55eeea77341b4c0aa Mon Sep 17 00:00:00 2001 From: chadfurman Date: Sun, 26 Apr 2026 09:19:24 -0400 Subject: [PATCH] docs(README): add Related projects section Adds a small section after the features block listing community projects that build on ytmusicapi, opening with one entry (ytm-cli, a macOS terminal client). Includes a footer line inviting other downstream projects to PR themselves in. Happy to drop this entirely or move it to a wiki/discussion if a curated list isn't what you'd like to maintain on the README. --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 78481494..675b37ce 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,18 @@ The `tests `_ are also .. end-features +Related projects +---------------- + +Tools and libraries that build on ytmusicapi: + +* `ytm-cli `_ — macOS terminal client + for YouTube Music. Uses ytmusicapi for history, library, playlists, search, + and playlist editing; drives the live YT Music tab in Google Chrome via + AppleScript for playback. + +If your project uses ytmusicapi and you'd like it listed, please open a PR. + Contributing ------------