forked from PreMiD/Presences
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(MusicBrainz): add presence (PreMiD#6772)
- Loading branch information
Showing
3 changed files
with
813 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"$schema": "https://schemas.premid.app/metadata/1.7", | ||
"author": { | ||
"name": "theusaf", | ||
"id": "193714715631812608" | ||
}, | ||
"service": "MusicBrainz", | ||
"description": { | ||
"en": "MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public." | ||
}, | ||
"url": "musicbrainz.org", | ||
"version": "1.0.0", | ||
"logo": "https://i.imgur.com/Fty4eZ8.png", | ||
"thumbnail": "https://i.imgur.com/WJx049G.png", | ||
"color": "#BA478F", | ||
"category": "music", | ||
"tags": [ | ||
"encyclopedia", | ||
"database", | ||
"public", | ||
"information", | ||
"community" | ||
] | ||
} |
Oops, something went wrong.