Skip to content

v0.3.0.0-alpha2, "Happy New Year"

Pre-release
Pre-release
Compare
Choose a tag to compare
@stuerp stuerp released this 31 Dec 18:11
· 8 commits to vNext since this release
  • New:
    • Methods
      • showSearchUI(filter): Shows the library search UI initialized with the specified filter.
      • formatMetaDBHandleTitle(handle, text): Formats the title of the specified metadb handle with the specified title formatting text.
      • sortMetaDBHandleListByFormat(format): Sorts a list of metadb handles by the specified title format.
      • sortMetaDBHandleListByPath(): Sorts a list of metadb handles by the path.
      • sortMetaDBHandleListByRelativePath(): Sorts a list of metadb handles by the relative path.
      • removeMetaDBHandleListDuplicates(): Removes duplicate items from a metadb handle list.
      • calculateMetaDBHandleListDuration(): Calculates the total duration of a list of metadb handles.
      • cloneMetaDBHandleList(): Clones a list of metadb handles.
      • clearMetaDBHandleList(): Clears a list of metadb handles.
      • addMetaDBHandleList(): Adds the items of a metadb handle list to another.
    • Properties
      • lastErrorNumber: Gets the number of the last error.
      • lastErrorMessage: Gets the message of the last error.
  • Changed: canReadFiles, canReadDirectories, canExecuteShellOperations and isEnabled are properties now.
  • Improved: Expanded JSDoc comments in foobar2000.js.
  • Improved: Expanded error checking and handling in foobar2000.js.