Gets the object as serialized JSON string. Or sets serialized JSON (to fill this object's metadata by the metadata included within the JSON)
Gets storage type (0 - tag, 1 - file, 2 - not saved "auto-looked" up image)
Gets cover type (e.g. 'Cover (front)')
Set to true after deletion so that 'change' event is called and item is removed from UI lists.
Gets description
Gets integer id of the object
Whether this object can be listened (e.g. for 'change' event)
Is source for status bar informations.
Gets loaded state (whether picture data are loaded in memory / available)
Gets the object type as string
Gets persistent id of the object
Gets path to the image (if not stored in the file tag)
Gets picture type (e.g. 'image/jpeg')
Gets the object title
Unlock object from update state. beginUpdate and endUpdate must be in pair. When endUpdate is called, change event is called.
Event is called when object is somehow changed
See App.listen
additional change type (can have values like 'tracklist', 'deleted', 'title' or undefined)
Rest
...additionalArgs: any[]app.listen(object, 'change', (changeType) => { });
Event is called when object is going to destroy
See App.listen
Event is called when status info of the object is changed
See App.listen
Cover item (artwork item) Accessible e.g. via Track.coverList, Track.loadCoverListAsync() etc.
Cover