MusicBrainz Server update, 2021-10-25

This release includes a bunch of fixes for collections, URLs and relationship display. It also further improves the external links editor thanks to yyoung, by adding highlights to indicate what is being removed, added or edited in the same way as in other relationship editors. Additionally, the last of the edit detail pages has now been converted to React.

A new release of MusicBrainz Docker is also available that matches this update of MusicBrainz Server. See the release notes for update instructions.

Thanks to CatQuest, chaban, Cyberskull, HibiscusKazeneko, Jack126Guy, jesus2099, kellnerd and yyoung for having reported bugs and suggested improvements. Thanks to ffff23, mfmeulenbelt and salo.rock for updating the translations. And thanks to all others who tested the beta version!

The git tag is v-2021-10-25.

Continue reading “MusicBrainz Server update, 2021-10-25”

Picard 2.7 Beta 1

The Picard team is happy to announce that Picard 2.7 Beta 1 is now available. This is a pre-release we put out for wider testing and to gather feedback on the changes before the final 2.7 release. There are many new features in this release, which might or might not work for you as expected. If you prefer stability we recommend you use the stable version Picard 2.6.4 which we released yesterday.

Please report any issue through our bug tracker and give us feedback on this beta release on the Community Forums.

Continue reading “Picard 2.7 Beta 1”

Picard 2.6.4 released

Picard 2.6.4 is a maintenance release for Picard 2.6. It contains a couple of bug fixes, including possible crashes and startup issues on Windows. Users of Picard 2.6 are highly recommended to update.

The latest release is available for download on the Picard download page.

Thanks a lot to everyone who gave feedback and reported issues.

Continue reading “Picard 2.6.4 released”

MusicBrainz Server update, 2021-10-04

This time we have a lot of small fixes for URLs, including URL seeding and cleanup, and a couple other small bugfixes. Nothing particularly big, but still hopefully useful!

A new release of MusicBrainz Docker is also available that matches this update of MusicBrainz Server. See the release notes for update instructions.

Thanks to atj, chaban, Cyberskull, danbloo, HDS, HibiscusKazeneko, mr_maxis and yyoung for having reported bugs and suggested improvements. Thanks to AO, Besnik, mfmeulenbelt, salo.rock, SpearDog and wa2c for updating the translations. And thanks to all others who tested the beta version!

The git tag is v-2021-10-04.

Fixed Bug

  • [MBS-10902] – Release language shown in edit list as [No lyrics] instead of No linguistic content
  • [MBS-11852] – ISE when approving edit
  • [MBS-11952] – Don’t select free streaming for Vimeo On Demand URLs
  • [MBS-11960] – Artist editor URL seeding displays empty text field
  • [MBS-11970] – reCAPTCHA sometimes doesn’t load on the account registration page
  • [MBS-11973] – Release groups with pending edits not highlighted on artist recordings page
  • [MBS-11977] – Mismatched entity type in external links editor doesn’t trigger the appropriate error message
  • [MBS-11989] – Delete release group alias page fails with React error
  • [MBS-11998] – Total ratings counts do not include place ratings

Improvement

  • [MBS-11830] – Add more collection statistics
  • [MBS-11896] – Remove the unique_primary_for_locale triggers and associated functions
  • [MBS-11941] – Normalize Worldcat identities URLs
  • [MBS-11957] – twitch.com links should be normalized to twitch.tv
  • [MBS-11959] – Allow RYM links for music video recordings
  • [MBS-11961] – Rename “random” in edit search since it’s not actually random
  • [MBS-11968] – Allow VIAF, DNB and LoC links for series
  • [MBS-11975] – Clean up CDJapan detailview URLs
  • [MBS-11978] – Move edit icons of external links editor to the left side

New Feature

  • [MBS-10621] – Add autoselect + sidebar for Tidal URLs

React Conversion Task

  • [MBS-10639] – Convert release merge edit to React