Lowest priority (11) for Google Photos / Takeout / backup folders
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -373,15 +373,25 @@ class UnionFind:
|
|||||||
# Override at runtime by writing /data/folder_priority.json:
|
# Override at runtime by writing /data/folder_priority.json:
|
||||||
# {"priorities": {"my_folder": 5, "trash": 10}, "default": 2}
|
# {"priorities": {"my_folder": 5, "trash": 10}, "default": 2}
|
||||||
_FOLDER_PRIORITY_DEFAULTS = (
|
_FOLDER_PRIORITY_DEFAULTS = (
|
||||||
("#recycle", 10),
|
("google photos", 11),
|
||||||
("photoprism", 9),
|
("googlephotos", 11),
|
||||||
("photoprizm", 8),
|
("google_photos", 11),
|
||||||
("photolibrary", 7),
|
("google-photos", 11),
|
||||||
("albumsbackup", 6),
|
("takeout", 11),
|
||||||
("organized", 5),
|
("google takeout", 11),
|
||||||
("moved", 4),
|
("googletakeout", 11),
|
||||||
("random", 3),
|
("google backup", 11),
|
||||||
("mobilebackup", 1),
|
("googlebackup", 11),
|
||||||
|
("google_backup", 11),
|
||||||
|
("#recycle", 10),
|
||||||
|
("photoprism", 9),
|
||||||
|
("photoprizm", 8),
|
||||||
|
("photolibrary", 7),
|
||||||
|
("albumsbackup", 6),
|
||||||
|
("organized", 5),
|
||||||
|
("moved", 4),
|
||||||
|
("random", 3),
|
||||||
|
("mobilebackup", 1),
|
||||||
)
|
)
|
||||||
_FOLDER_PRIORITY_DEFAULT_BUCKET = 2 # "anything else"
|
_FOLDER_PRIORITY_DEFAULT_BUCKET = 2 # "anything else"
|
||||||
|
|
||||||
|
|||||||
2
debian/build-deb.sh
vendored
2
debian/build-deb.sh
vendored
@@ -13,7 +13,7 @@ BUILD_DIR="$REPO_ROOT/build/deb"
|
|||||||
|
|
||||||
# ── Config ────────────────────────────────────────────────────────────────────
|
# ── Config ────────────────────────────────────────────────────────────────────
|
||||||
PKG_NAME="dupfinder"
|
PKG_NAME="dupfinder"
|
||||||
PKG_VERSION="1.0.5"
|
PKG_VERSION="1.0.6"
|
||||||
PKG_ARCH="amd64"
|
PKG_ARCH="amd64"
|
||||||
DEB_FILE="${PKG_NAME}_${PKG_VERSION}_${PKG_ARCH}.deb"
|
DEB_FILE="${PKG_NAME}_${PKG_VERSION}_${PKG_ARCH}.deb"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user