Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 4.37 KB

File metadata and controls

31 lines (17 loc) · 4.37 KB

setlist.fm event importer

install source

This scripts allows you to import set lists from setlist.fm as MusicBrainz events.

setlist.fm importer

When viewing a set list on setlist.fm, a new "Add to MB" button will appear on the page. Clicking the button will open a MusicBrainz create event window with the event form pre-filled with the set list data.

The script uses the set list syntax defined in the MusicBrainz documentation to specify artists, works and notes but currently only links the main performer.

If the set list is already linked to a MusicBrainz event, the button will open the event page instead.

The script also searches for the venue in MusicBrainz and pre-fills the venue field if a match is found. Otherwise, a yellow warning sign will appear next to the venue field. Clicking the warning sign will open a search window to find the venue in MusicBrainz and link it to its setlist.fm page.

missing venue

If the venue is not found in MusicBrainz, navigating to the venue page will show a "Add to MB" button that will open a MusicBrainz create place window with the place form pre-filled with the venue data.

Settings

To configure the settings select the settings menu option in your userscript manager.

  • Add cover comment: add comments to setlist with the covered artist (default: false)

Release Notes

See CHANGELOG.md.