scrobble

package
v0.16.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scrobbler

type Scrobbler interface {
	IsUserAuthenticated(user db.User) bool
	Scrobble(user db.User, track Track, stamp time.Time, submission bool) error
}

type Track added in v0.16.0

type Track struct {
	Track                string
	Artist               string
	Album                string
	AlbumArtist          string
	TrackNumber          uint
	Duration             time.Duration
	MusicBrainzID        string
	MusicBrainzReleaseID string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL