created a directory reorganizer

This commit is contained in:
Thomas 2026-03-20 11:21:56 -06:00
parent 8b89b27654
commit b4fded0d40
47 changed files with 809 additions and 80 deletions

View file

@ -1159,5 +1159,12 @@
"TooltipLockChapter": "Hoofdstuk vergrendelen (Shift+klikken voor bereik)",
"TooltipSubtractOneSecond": "Trek 1 seconde af",
"TooltipUnlockAllChapters": "Alle hoofdstukken ontgrendelen",
"TooltipUnlockChapter": "Hoofdstuk ontgrendelen (Shift+klikken voor bereik)"
}
"TooltipUnlockChapter": "Hoofdstuk ontgrendelen (Shift+klikken voor bereik)",
"ButtonReorganizeFiles": "Reorganize Files",
"LabelToolsReorganizeFiles": "Reorganize Files",
"LabelToolsReorganizeFilesDescription": "Move all files to a directory structure based on item metadata (author/series/title for books, title for podcasts)",
"MessageBatchReorganizeStarted": "Reorganizing files for {0} items in background...",
"MessageBatchReorganizeSuccess": "{0} items reorganized successfully",
"MessageBatchReorganizePartial": "{0} items reorganized, {1} failed",
"LabelPreview": "Preview"
}