Defines the current step in the Update Library process.
Declaration Syntax
C# | Visual Basic |
public enum UpdateLibraryStep
Public Enumeration UpdateLibraryStep
Members
Member | Description |
---|---|
SearchForBrokenFilePaths |
Step #1: Search for broken file paths.
|
SearchForNewFiles |
Step #2: Search for new audio files.
|
ImportNewFiles |
Step #3: Import new audio files to the library.
|
CompactDatabase |
Step #4: Compact database.
|
RefreshLibraryCache |
Step #5: Refresh library cache.
|