✨ Get tags from mb
This commit is contained in:
parent
739bed214c
commit
5881f3d538
5 changed files with 190 additions and 32 deletions
|
|
@ -12,6 +12,7 @@ import (
|
|||
"codeberg.org/danjones000/strip-beats/config"
|
||||
"codeberg.org/danjones000/strip-beats/media/brainz"
|
||||
h "codeberg.org/danjones000/strip-beats/utils/http"
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type FPrint struct {
|
||||
|
|
@ -45,7 +46,7 @@ type IdResults struct {
|
|||
}
|
||||
|
||||
type IdResult struct {
|
||||
Id string
|
||||
Id uuid.UUID
|
||||
Score float64
|
||||
Recordings []brainz.Recording
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue