Initial commit
This commit is contained in:
8
src/sh/mb.sh
Normal file
8
src/sh/mb.sh
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user