Documentation
¶
Index ¶
- func AddListInputListener(l *tview.List)
- func AddQuitOption(list *tview.List, f func())
- func AddQuitToHomeOption(list *tview.List, v *models.View)
- func AddResetOption(list *tview.List, f func())
- func BackToViewListFunc(v *models.View) func(*tcell.EventKey) *tcell.EventKey
- func CreateMessageBar(v *models.View)
- func CreateTitleBar(v *models.View)
- func CreateViewGrid(v *models.View)
- func GoToMainMenu(v *models.View)
- func IntToAlpha(i int) rune
- func SearchForAlbums(v *models.View)
- func SearchForArtists(v *models.View)
- func SearchForPlaylists(v *models.View)
- func SearchForSongs(v *models.View)
- func SearchStarredPlaylists(v *models.View)
- func SelectAlbum(v *models.View, id string, name string)
- func SelectArtist(v *models.View, artist models.SimpleIdentifier)
- func SelectNextListItem(l *tview.List)
- func SelectPlaylist(v *models.View, playlist models.SimpleIdentifier)
- func SelectPreviousListIten(l *tview.List)
- func SelectSong(v *models.View, id string, name string)
- func ShowArtistAlbums(v *models.View, artist models.SimpleIdentifier)
- func ShowArtistSearchResults(v *models.View, query string)
- func ShowDuplicateSongsinStarredPlaylists(v *models.View)
- func ShowPlaylistSearchResults(v *models.View, query string)
- func ShowStarredPlaylistSearchResults(v *models.View, query string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddListInputListener ¶
Add key bindings for selecting list items.
func AddQuitOption ¶
add a Quit option to the passed-in list
func AddQuitToHomeOption ¶
add a Quit to Home Page option to the passed-in list
func AddResetOption ¶
add a Reset Page option to the passed-in list
func BackToViewListFunc ¶
func CreateMessageBar ¶
func CreateTitleBar ¶
func CreateViewGrid ¶
func GoToMainMenu ¶
func IntToAlpha ¶
convert ints into alphabetic characters, i.e. 1->a, 2->b, 3->c, etc.
func SearchForAlbums ¶
func SearchForArtists ¶
func SearchForPlaylists ¶
func SearchForSongs ¶
func SearchStarredPlaylists ¶
func SelectArtist ¶
func SelectArtist(v *models.View, artist models.SimpleIdentifier)
func SelectNextListItem ¶
Select Next List Item. Wrap around to the first item if the last is currently selected.
func SelectPlaylist ¶
func SelectPlaylist(v *models.View, playlist models.SimpleIdentifier)
func SelectPreviousListIten ¶
Select Previous List Item. Wrap around to last item if the first item is currently selected.
func ShowArtistAlbums ¶
func ShowArtistAlbums(v *models.View, artist models.SimpleIdentifier)
func ShowArtistSearchResults ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.