A tool for syncing artist and music data from MusicBrainz to Notion databases. Simply add artist IDs in a Notion database, and the app will automatically fetch and update their data, including albums and songs.
Find the latest release for your OS here.
-
Duplicate the Notion template to your Notion workspace.
- 💡 Note the Artist, Release, and Track database IDs (found in the database page URL:
https://www.notion.so/<workspace>/<database_id>?v=<view_id>
).
- 💡 Note the Artist, Release, and Track database IDs (found in the database page URL:
-
Set up a Notion integration:
- Create the integration and obtain the Notion API key. Don't forget to grant the permissions to the integration for your newly duplicated page.
-
Look up the MusicBrainz IDs (MBIDs) of the artists you want to sync to Notion.
- 💡 You can find the MBIDs in the URL of the artist's page:
https://musicbrainz.org/artist/<MBID>
or in thedetails
tab of the artist's page (e.g. here).
- 💡 You can find the MBIDs in the URL of the artist's page:
-
Create new pages in the
Artist database
and enter the MBIDs in thembid
field.- 💡 Make sure that the
To update
field is toggled on so that the app knows which artists to sync.
- 💡 Make sure that the
-
[Optional] Configure settings:
- Edit the
settings.toml
file to set the database IDs and API keys or personalize your database (see Configuration).
- Edit the
-
Run the app and enjoy your new music database 🎶!