Returns the total number of games in the database
Parses a Playlist JSON file and returns an object you can save later.
Raw JSON data of the Playlist file
Library to use instead of Playlist defined library
Finds a Game given its ID
ID of the Game
Finds a selection of Games given filter options
Filter options
Whether to return ViewGame or Game objects
Returns all unique Platform strings in a library
Library to search
Finds a playlist given its ID
ID of the Playlist
Whether to include Playlist Games in the result
Finds a playlist given its name
Name of the Playlist
Whether to include Playlist Games in the result
Finds a Playlist Game entry in a Playlist
Playlist to search
Game to find
Find all Playlists in the database (Playlist Games not returned)
Removes a Game and all its AddApps
ID of Game to remove
Removes a playlist
Playlist that was removed
Removes a Playlist Game entry from a Playlist
Playlist to search
Game to remove
Updates / Creates many Games in a transaction
Game data to save
Update / Create a Playlist Game entry
Playlist Game entry to save
Update / Create many Playlist Game entries in a transaction
Playlist Game entries to save
Generated using TypeDoc
Collection of Game related API functions