Initial commit

This commit is contained in:
2025-07-21 14:28:02 +02:00
commit 84bff90664
10 changed files with 184 additions and 0 deletions

8
src/sh/mb.sh Normal file
View File

@@ -0,0 +1,8 @@
mb_browse_artists() {
$CURL \
--get \
--data-urlencode fmt=json \
--data-urlencode query="$1" \
-A "$APP_NAME/$APP_VERSION ($APP_WEBSITE)" \
"https://musicbrainz.org/ws/2/artist"
}