mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# TaskName
|
|
|
|
the name of the task to be started.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { TaskName } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: TaskName = TaskName.BackupDatabase;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------------------------- | --------------------------- |
|
|
| `BackupDatabase` | BackupDatabase |
|
|
| `BuildGracenoteCollections` | BuildGracenoteCollections |
|
|
| `CheckForUpdates` | CheckForUpdates |
|
|
| `CleanOldBundles` | CleanOldBundles |
|
|
| `CleanOldCacheFiles` | CleanOldCacheFiles |
|
|
| `DeepMediaAnalysis` | DeepMediaAnalysis |
|
|
| `GenerateAutoTags` | GenerateAutoTags |
|
|
| `GenerateChapterThumbs` | GenerateChapterThumbs |
|
|
| `GenerateMediaIndexFiles` | GenerateMediaIndexFiles |
|
|
| `OptimizeDatabase` | OptimizeDatabase |
|
|
| `RefreshLibraries` | RefreshLibraries |
|
|
| `RefreshLocalMedia` | RefreshLocalMedia |
|
|
| `RefreshPeriodicMetadata` | RefreshPeriodicMetadata |
|
|
| `UpgradeMediaAnalysis` | UpgradeMediaAnalysis | |