-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
87 lines (84 loc) · 1.41 KB
/
Copy pathconfig.yaml
File metadata and controls
87 lines (84 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Download-Sort Script Konfiguration
# Downloads-Ordner (leer lassen für Standard)
download_folder: "~/Downloads"
# Dateitypen-Kategorien
file_categories:
PDFs:
- .pdf
Documents:
- .txt
- .doc
- .docx
- .xls
- .xlsx
- .ppt
- .pptx
- .odt
- .ods
- .odp
Images:
- .jpg
- .jpeg
- .png
- .gif
- .svg
- .psd
- .ai
- .eps
- .raw
- .indd
- .tif
- .tiff
- .bmp
- .webp
Files:
- .zip
- .rar
- .dmg
- .exe
- .pkg
- .iso
- .tar
- .gz
- .7z
- .deb
- .rpm
Videos:
- .mp4
- .avi
- .mkv
- .mov
- .wmv
- .flv
- .webm
- .m4v
Music:
- .mp3
- .m4a
- .flac
- .wav
- .aac
- .ogg
- .wma
# Einstellungen
settings:
# Logging aktivieren
enable_logging: true
# Log-Datei
log_file: "download_sort.log"
# Konfliktbehandlung (rename, skip, overwrite)
conflict_handling: "rename"
# Nur Dateien, keine Ordner verschieben
move_files_only: true
# Trockenlauf (nur anzeigen, nicht verschieben)
dry_run: false
# Backup-Einstellungen
backup:
# Backup vor Sortierung erstellen
create_backup: true
# Backup-Ordner (leer für Desktop)
backup_location: "~/Desktop"
# Backup-Namen-Format
backup_name_format: "Downloads_Backup_{timestamp}"
# Alte Backups löschen (Anzahl zu behaltender Backups)
keep_backups: 5