1
0
mirror of https://gitlab.com/annimon/imagetagger.git synced 2024-09-20 05:44:20 +03:00
imagetagger/imagetagger.json

45 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2021-01-09 16:35:16 +02:00
{
"dir-description": "Path to the directory with images",
"dir-example-windows": "E:/Images",
"dir-example-linux": "/home/username/Pictures",
"dir": "images",
"filter-description": "Filter by tags, comma-separated. For example: +morning — files contains `morning` tag, -morning — files not contains `morning` tag",
"filter-example": "+morning, -winter",
"filter": "",
"sort-description": "Sorts files. Available values: name, tags.count, size, date, random",
"sort": "date",
"cache": {
"size": 20,
"width": 1920,
"height": 1080
},
"profile": "time",
"tags": {
"time": [
{"key": "1", "tag": "morning"},
{"key": "2", "tag": "afternoon"},
{"key": "3", "tag": "evening"},
{"key": "4", "tag": "night"},
{"key": "w", "tag": "winter"},
{"key": "s", "tag": "spring"},
{"key": "S", "tag": "summer"},
{"key": "a", "tag": "autumn"}
],
"type": [
{"key": "p", "tag": "portrait"},
{"key": "P", "tag": "product"},
{"key": "t", "tag": "travel"},
{"key": "e", "tag": "event"},
{"key": "f", "tag": "fashion"},
{"key": "s", "tag": "sports"},
{"key": "a", "tag": "architectural"}
]
}
}