From 4a30bdf9d9aa22de5ca378dd31a41d4ceecdbe2a Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Mon, 28 Apr 2025 08:03:33 +0200 Subject: [PATCH 1/2] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c13d7ae..22a3154 100644 --- a/go.mod +++ b/go.mod @@ -22,6 +22,7 @@ require ( github.com/supersonic-app/go-subsonic v0.0.0-20241224013245-9b2841f3711d github.com/vbauerster/mpb/v8 v8.9.3 go.uploadedlobster.com/mbtypes v0.4.0 + go.uploadedlobster.com/musicbrainzws2 v0.13.1 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 golang.org/x/oauth2 v0.29.0 golang.org/x/text v0.24.0 @@ -57,7 +58,6 @@ require ( github.com/spf13/pflag v1.0.6 // indirect github.com/subosito/gotenv v1.6.0 // indirect go.uber.org/multierr v1.11.0 // indirect - go.uploadedlobster.com/musicbrainzws2 v0.13.1 // indirect golang.org/x/image v0.26.0 // indirect golang.org/x/mod v0.24.0 // indirect golang.org/x/net v0.39.0 // indirect From 9184d2c3cfcdc4c9ff68cea8cd64698cfd3da242 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Mon, 28 Apr 2025 08:08:01 +0200 Subject: [PATCH 2/2] Update changelog for next version --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d3ee1d7..11251cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Scotty Changelog +## 0.5.0 - (not yet released) +- ListenBrainz: handle missing loves metadata in case of merged recordings +- ListenBrainz: fix loves import loading all existing loves +- ListenBrainz: fixed progress for loves import +- ListenBrainz: log missing recording MBID on love import +- Subsonic: support OpenSubsonic fields for recording MBID and genres (#5) +- Subsonic: fixed progress for loves export + + ## 0.4.1 - 2024-09-16 - Subsonic: include `subsonic_id` as additional metadata - Deezer: fix artist and album ID URIs (#7)