tracks

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const MaxTracksInContext = 32

Variables

This section is empty.

Functions

func ContextTrackComparator

func ContextTrackComparator(typ librespot.SpotifyIdType, target *connectpb.ContextTrack) func(*connectpb.ContextTrack) bool

func ProvidedTrackComparator

func ProvidedTrackComparator(typ librespot.SpotifyIdType, target *connectpb.ProvidedTrack) func(*connectpb.ContextTrack) bool

Types

type ContextResolver added in v0.9.0

type ContextResolver interface {
	librespot.PageResolver[*connectpb.ContextTrack]

	Type() librespot.SpotifyIdType
	Uri() string
	Metadata() map[string]string
}

type List

type List struct {
	// contains filtered or unexported fields
}

func NewTrackListFromContext

func NewTrackListFromContext(ctx context.Context, log_ librespot.Logger, sp *spclient.Spclient, spotCtx *connectpb.Context) (_ *List, err error)

func (*List) AddToQueue

func (tl *List) AddToQueue(track *connectpb.ContextTrack)

func (*List) AllTracks added in v0.1.1

func (tl *List) AllTracks(ctx context.Context) []*connectpb.ProvidedTrack

func (*List) CurrentTrack

func (tl *List) CurrentTrack() *connectpb.ProvidedTrack

func (*List) GoNext

func (tl *List) GoNext(ctx context.Context) bool

func (*List) GoPrev

func (tl *List) GoPrev() bool

func (*List) GoStart

func (tl *List) GoStart(ctx context.Context) bool

func (*List) Index

func (tl *List) Index() *connectpb.ContextIndex

func (*List) Metadata

func (tl *List) Metadata() map[string]string

func (*List) NextTracks

func (tl *List) NextTracks(ctx context.Context, nextHint []*connectpb.ContextTrack) []*connectpb.ProvidedTrack

func (*List) PeekNext

func (tl *List) PeekNext(ctx context.Context) *connectpb.ContextTrack

func (*List) PrevTracks

func (tl *List) PrevTracks() []*connectpb.ProvidedTrack

func (*List) Seek

func (tl *List) Seek(ctx context.Context, f func(*connectpb.ContextTrack) bool) error

func (*List) SetPlayingQueue

func (tl *List) SetPlayingQueue(val bool)

func (*List) SetQueue

func (tl *List) SetQueue(_ []*connectpb.ContextTrack, next []*connectpb.ContextTrack)

func (*List) ToggleShuffle

func (tl *List) ToggleShuffle(ctx context.Context, shuffle bool) error

func (*List) TrySeek

func (tl *List) TrySeek(ctx context.Context, f func(track *connectpb.ContextTrack) bool) error

func (*List) TrySeekTo added in v0.9.0

func (tl *List) TrySeekTo(ctx context.Context, track *connectpb.ContextTrack) error

TrySeekTo positions the list at track, whether it is queued or part of the context. When the bounded seek cannot find it in the context the track is played anyway, ahead of the context, and playback carries on into the context from its start afterwards.

Jump to

Keyboard shortcuts

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