package
0.0.0-20240419094212-6382c9f46950
Repository: https://github.com/toaster/tmpc.git
Documentation: pkg.go.dev

# Functions

NewMainGrid returns a new container for the content of the TMPC main window.
NewPlayerControls returns a new PlayerControls.
NewPlayerStatus returns a new PlayerStatus.
NewPlaylistList returns a new playlist container.
NewQueue returns a new queue.
NewSearch creates a new search page.
NewSongInfo creates a new empty SongInfo.
NewSongList creates a new empty SongList.
NewStatusBar creates a new status bar.
NewSubmitEntry creates a SubmitEntry.

# Constants

Valid values for PlayerState.
Valid values for PlayerState.
Valid values for PlayerState.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

PlayerControls is a music player controls widget.
PlayerStatus is a widget displaying information on the currently playing song.
PlaylistList is a container showing MPD playlists.
Queue displays an MPD play queue.
Search is the search page.
SongInfo is the content shown in the Info tab for a song.
SongList displays a list of MPD songs.
StatusBar is the status bar to be displayed at the bottom of TMPC’s main window.
SubmitEntry is an entry that can be submitted by pressing Enter.

# Type aliases

PlayerState represents the play state of the music player.
SearchFn is a function to perform a search on the MPD server.
SongFn is a callback function that handles events on a slice of MPD songs.