Skip to content

v0.2.0.0-alpha2

Pre-release
Pre-release

Choose a tag to compare

@stuerp stuerp released this 24 Nov 07:28
· 48 commits to vNext since this release
  • Methods
    • ReadImage(filePath): Reads the specified file and returns it as a Base64 string. (alpha2)
    • GetPlaylistName: Gets the name of the specified playlist. (alpha2)
    • SetPlaylistName: Sets the name of the specified playlist. (alpha2)
    • FindPlaylist(name): Returns the index of the playlist with specified name. (alpha2)
    • GetPlaylistItemCount(index): Gets the number of items in the specified platlist. (alpha2)
    • GetFocusedPlaylistItem: Gets the index of the focused item in the specified playlist. (alpha2)
    • SetFocusedPlaylistItem: Sets the index of the focused item in the specified playlist. (alpha2)
    • EnsurePlaylistItemVisible(playlistIndex, itemIndex): Ensures the specified item of the specified playlist is visible. (alpha2)
    • ExecutePlaylistDefaultAction(playlistIndex, itemIndex): Executes the default action on the specified item of the specified playlist. (alpha2)
    • CreatePlaylist(playlistIndex, name): Creates a new playlist with the specified name and inserts it after the specified playlist. (alpha2)
    • DuplicatePlaylist(playlistIndex, name): Duplicates the specified playlist and sets its name. (alpha2)
    • ClearPlaylist(playlistIndex): Removes all items from the specified playlist. (alpha2)
    • ClearPlaylistSelection(playlistIndex): Clears the selected items in the specified playlist. (alpha2)
    • CreateAutoPlaylist(playlistIndex, name, query, sort, flags): Creates an auto playlist. (alpha2)
    • IsAutoPlaylist(playlistIndex): Returns true if the specified playlist is an auto playlist. (alpha2)
  • Properties
    • PlaylistCount: Returns the number of playlists. (alpha2)
    • ActivePlaylist: Gets or sets index of the active playlist. (alpha2)
    • PlayingPlaylist: Gets or sets index of the playing playlist. (alpha2)
    • IsAutoPlaylist: Returns true if the specified playlist is an auto playlist. (alpha2)
    • PlaybackOrder: Gets or sets the playback order (0 = default, 1 = repeat playlist, 2 = repeat track, 3 = random, 4 = shuffle tracks, 5 = shuffle albums, 6 = shuffle folders). (alpha2)