feat: Refactor backup and sync paths, enhance configuration flexibility

This commit is contained in:
2025-12-15 10:45:28 +09:00
parent 834e21b331
commit 9ddc0d9eb2
6 changed files with 148 additions and 79 deletions
+4 -3
View File
@@ -7,7 +7,6 @@
"timeout": 9,
"library_name": "",
"sync_mode": "local_force",
"local_path": "playlists",
"path_rules": [],
"path_mapping": {
"mode": "SIMPLE",
@@ -24,5 +23,7 @@
"schedule_daily_time": "00:00",
"schedule_weekly_days": [0],
"schedule_weekly_time": "00:00",
"schedule_auto_watch": false
}
"schedule_auto_watch": false,
"backup_enabled": false,
"backup_retention_count": 5
}