Documentation
¶
Index ¶
- func InitialiseNoUserInterface(events *sconsify.Events, output Printer, repeatOn *bool, shuffle *bool) sconsify.UserInterface
- type NoUi
- func (noui *NoUi) ArtistAlbums(folder *sconsify.Playlist)
- func (noui *NoUi) GetNextToPlay() *sconsify.Track
- func (noui *NoUi) NewPlaylists(playlists sconsify.Playlists) error
- func (noui *NoUi) NewTrackLoaded(duration time.Duration)
- func (noui *NoUi) PlayTokenLost() error
- func (noui *NoUi) Shutdown()
- func (noui *NoUi) TrackNotAvailable(track *sconsify.Track)
- func (noui *NoUi) TrackPaused(track *sconsify.Track)
- func (noui *NoUi) TrackPlaying(track *sconsify.Track)
- type Printer
- type SilentPrinter
- type StandardOutputPrinter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoUi ¶
type NoUi struct {
// contains filtered or unexported fields
}
func (*NoUi) ArtistAlbums ¶
func (*NoUi) GetNextToPlay ¶
func (*NoUi) NewTrackLoaded ¶ added in v0.4.0
func (*NoUi) PlayTokenLost ¶
func (*NoUi) TrackNotAvailable ¶
func (*NoUi) TrackPaused ¶
func (*NoUi) TrackPlaying ¶
type SilentPrinter ¶
type SilentPrinter struct{}
func (*SilentPrinter) Print ¶
func (p *SilentPrinter) Print(message string)
type StandardOutputPrinter ¶
type StandardOutputPrinter struct{}
func (*StandardOutputPrinter) Print ¶
func (p *StandardOutputPrinter) Print(message string)
Click to show internal directories.
Click to hide internal directories.