mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
3053cbd4c8
* save thumbnails in subdirectories * migration job, migrate assets and face thumbnails * fix tests * directory depth of two instead of three * cleanup empty dirs after migration * clean up empty dirs after migration, migrate people without assetId * add job card for new migration job * fix removeEmptyDirs race condition because of missing await * cleanup empty directories after asset deletion * move ensurePath to storage core * rename jobs * remove unnecessary property of IEntityJob * use updated person getById, minor refactoring * ensure that directory cleanup doesn't interfere with migration * better description for job in ui * fix remove directories when migration is done * cleanup empty folders at start of migration * fix: actually persist concurrency setting * add comment explaining regex * chore: cleanup --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
27 lines
1.2 KiB
Markdown
Generated
27 lines
1.2 KiB
Markdown
Generated
# openapi.model.SystemConfigJobDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**backgroundTask** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**clipEncoding** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**library_** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**metadataExtraction** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**migration** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**objectTagging** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**recognizeFaces** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**search** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**sidecar** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**storageTemplateMigration** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**thumbnailGeneration** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**videoConversion** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|