MusicLibraryView

Methods

(static) ItemDataLoaded(msg) → {void}

Handle loaded data, and add to Grid

Parameters:
Name Type Description
msg dynamic
Source:

(static) LogoImageLoaded(msg) → {void}

Logo Image Loaded Event Handler

Parameters:
Name Type Description
msg dynamic
Source:

(static) OnScreenHidden() → {void}

Source:

(static) OnScreenShown() → {void}

Source:

(static) SetAlbumCount(totalCount) → {void}

Set Selected Artist Album Count

Parameters:
Name Type Description
totalCount dynamic
Source:

(static) SetBackground(backgroundUri) → {void}

Set Background Image

Parameters:
Name Type Description
backgroundUri string
Source:

(static) SetGenres(artistGenres) → {void}

Set Selected Artist Genres

Parameters:
Name Type Description
artistGenres dynamic
Source:

(static) SetName(artistName) → {void}

Set Selected Artist Name

Parameters:
Name Type Description
artistName string
Source:

(static) SetSongCount(totalCount) → {void}

Set Selected Artist Song Count

Parameters:
Name Type Description
totalCount dynamic
Source:

(static) SetUpOptions() → {void}

Data to display when options button selected

Source:

(static) getCollectionType() → {string}

Return parent collection type

Source:

(static) getItemFocused() → {dynamic}

Returns Focused Item

Source:

(static) inStringArray(array, searchValue) → {boolean}

Search string array for search value. Return if it's found

Parameters:
Name Type Description
array dynamic
searchValue dynamic
Source:

(static) init() → {void}

Source:

(static) loadInitialItems() → {void}

Load initial set of Data

Source:

(static) loadMoreData() → {void}

Load next set of items

Source:

(static) newBGLoaded() → {void}

When Image Loading Status changes

Source:

(static) onChannelSelected(msg) → {void}

Parameters:
Name Type Description
msg dynamic
Source:

(static) onGenreItemFocused() → {void}

Genre Item Focused

Source:

(static) onGenreItemSelected() → {void}

Genre Item Selected

Source:

(static) onItemFocused() → {void}

Handle new item being focused

Source:

(static) onItemSelected() → {void}

Item Selected

Source:

(static) onItemalphaSelected() → {void}

Source:

(static) onKeyEvent(key, press) → {boolean}

Parameters:
Name Type Description
key string
press boolean
Source:

(static) onvoiceFilter() → {void}

Source:

(static) optionsClosed() → {void}

Check if options updated and any reloading required

Source:

(static) setFieldText(field, value) → {void}

Parameters:
Name Type Description
field dynamic
value dynamic
Source:

(static) setMusicOptions(options) → {void}

Set Music view, sort, and filter options

Parameters:
Name Type Description
options dynamic
Source:

(static) setupNodes() → {void}

Source:

(static) swapDone() → {void}

Swap Complete

Source: