Lite |
The LiteFile type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAudio | Gets some of the leading audio data if it's available. | |
| GetGenreItems | Gets a set of standard genre items. | |
| GetMediaGroups | Gets a set of standard media group names and their child items. | |
| LoadFromFile | Loads tag information from a file. | |
| 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. | ||
| SortFrames | Sorts the frames into the sequence the Frame IDs are defined in the config file. | |
| SortFrames(ComparisonFrame) | Sorts the frames into a sequence defined by the caller. | |
| UpdateFile | 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. | |
| UpdateFile(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. | |
| UpdateFile(String, LiteUpdateTags) | Updates a file with ID3 tags, replacing or removing tags according to the value of the updateTags argument. |