Click or drag to resize

LiteFile Methods

The LiteFile type exposes the following members.

Methods
 NameDescription
Public methodGetAudio Gets some of the leading audio data if it's available.
Public methodStatic memberGetGenreItems Gets a set of standard genre items.
Public methodStatic memberGetMediaGroups Gets a set of standard media group names and their child items.
Public methodStatic memberLoadFromFile Loads tag information from a file.
Public methodPrint Prints a formatted dump of a LiteFile instance and all of its nested properties. The dump is returned as an indented multi-line string suitable for diagnostics display.
Public methodSortFrames Sorts the frames into the sequence the Frame IDs are defined in the config file.
Public methodSortFrames(ComparisonFrame) Sorts the frames into a sequence defined by the caller.
Public methodUpdateFile Updates a file with a V2 tag (the default behaviour). The file that is updated is the one from which the LiteFile instance was loaded.
Public methodUpdateFile(LiteUpdateTags) Updates a file with ID3 tags, replacing or removing tags according to the value of the updateTags argument. The file that is updated is the one from which the LiteFile instance was loaded.
Public methodUpdateFile(String, LiteUpdateTags) Updates a file with ID3 tags, replacing or removing tags according to the value of the updateTags argument.
Top
See Also