v0.9.21
This commit is contained in:
16
constants.py
16
constants.py
@@ -29,7 +29,7 @@ if FORCE_X11:
|
||||
# --- CONFIGURATION ---
|
||||
PROG_NAME = "Bagheera Image Viewer"
|
||||
PROG_ID = "bagheeraview"
|
||||
PROG_VERSION = "0.9.20"
|
||||
PROG_VERSION = "0.9.21"
|
||||
PROG_AUTHOR = "Ignacio Serantes"
|
||||
|
||||
# --- CACHE SETTINGS ---
|
||||
@@ -137,6 +137,11 @@ SCANNER_SETTINGS_DEFAULTS = {
|
||||
"person_tags": "",
|
||||
"generation_threads": 4,
|
||||
"search_engine": "",
|
||||
"face_use_last_name": False,
|
||||
"pet_use_last_name": False,
|
||||
"body_use_last_name": False,
|
||||
"object_use_last_name": False,
|
||||
"landmark_use_last_name": False,
|
||||
"duplicate_threshold": 90, # Similarity percentage (50-100)
|
||||
"duplicate_method": "histogram_hashing",
|
||||
"duplicate_confirm_delete": True,
|
||||
@@ -634,6 +639,9 @@ _UI_TEXTS = {
|
||||
"landmark names to remember.",
|
||||
"SETTINGS_PATH_NOT_FOUND_WARNING": "Warning: Path not found or is not "
|
||||
"a directory: {}",
|
||||
"SETTINGS_USE_LAST_NAME_LABEL": "Use last name by default",
|
||||
"SETTINGS_USE_LAST_NAME_TOOLTIP": "Automatically fill the assignment window "
|
||||
"with the last used name.",
|
||||
"SETTINGS_FACE_HISTORY_COUNT_LABEL": "Max face history:",
|
||||
"SETTINGS_THUMBS_REFRESH_LABEL": "Thumbs refresh interval (ms):",
|
||||
"MENU_VIEWER_SETTINGS": "Viewer Settings",
|
||||
@@ -1181,6 +1189,9 @@ _UI_TEXTS = {
|
||||
"usados recientemente para recordar.",
|
||||
"SETTINGS_PATH_NOT_FOUND_WARNING": "Advertencia: La ruta no existe o "
|
||||
"no es un directorio: {}",
|
||||
"SETTINGS_USE_LAST_NAME_LABEL": "Usar último nombre por defecto",
|
||||
"SETTINGS_USE_LAST_NAME_TOOLTIP": "Rellena automáticamente la ventana de "
|
||||
"asignación con el último nombre utilizado.",
|
||||
"SETTINGS_FACE_HISTORY_COUNT_LABEL": "Máximo historial de caras:",
|
||||
"SETTINGS_THUMBS_REFRESH_LABEL": "Intervalo refresco miniaturas (ms):",
|
||||
"SETTINGS_THUMBS_BG_COLOR_LABEL": "Color de fondo de miniaturas:",
|
||||
@@ -1730,6 +1741,9 @@ _UI_TEXTS = {
|
||||
"usados recentemente para lembrar.",
|
||||
"SETTINGS_PATH_NOT_FOUND_WARNING": "Advertencia: A ruta non existe ou "
|
||||
"non é un directorio: {}",
|
||||
"SETTINGS_USE_LAST_NAME_LABEL": "Usar o último nome por defecto",
|
||||
"SETTINGS_USE_LAST_NAME_TOOLTIP": "Rechea automáticamente a ventá de "
|
||||
"asignación có último nome utilizado.",
|
||||
"SETTINGS_FACE_HISTORY_COUNT_LABEL": "Máximo historial de caras:",
|
||||
"SETTINGS_THUMBS_REFRESH_LABEL": "Intervalo refresco miniaturas (ms):",
|
||||
"SETTINGS_THUMBS_BG_COLOR_LABEL": "Cor de fondo de miniaturas:",
|
||||
|
||||
Reference in New Issue
Block a user