Subsonic: Support for some OpenSubsonic tags

Mainly this makes the MusicBrainz recording ID available
This commit is contained in:
Philipp Wolfer 2023-11-23 09:57:35 +01:00
parent bed60c7cdf
commit 910056b0a6
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
3 changed files with 58 additions and 9 deletions

2
go.mod
View file

@ -20,6 +20,7 @@ require (
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.10.0
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
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
@ -57,6 +58,7 @@ 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
golang.org/x/image v0.26.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sync v0.13.0 // indirect