Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Devices ¶
type Devices struct {
// contains filtered or unexported fields
}
Devices displays available playback devices
type History ¶
type History struct {
// contains filtered or unexported fields
}
History displays recently played tracks
type HistoryEntry ¶
HistoryEntry represents a track in play history
type NowPlaying ¶
type NowPlaying struct{}
NowPlaying displays the currently playing track
func NewNowPlaying ¶
func NewNowPlaying() *NowPlaying
NewNowPlaying creates a new NowPlaying component
func (*NowPlaying) Render ¶
func (n *NowPlaying) Render(state *core.PlaybackState, width, height int, focused bool) string
Render renders the now playing panel
Click to show internal directories.
Click to hide internal directories.