kopia lustrzana https://github.com/bellingcat/auto-archiver
set metadata enricher to requires_setup=True (requires exiftool which isn't installed by default on most machines)
rodzic
7a4871db6b
commit
dcd5576f29
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Media Metadata Enricher",
|
"name": "Media Metadata Enricher",
|
||||||
"type": ["enricher"],
|
"type": ["enricher"],
|
||||||
"requires_setup": False,
|
"requires_setup": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": ["loguru"],
|
"python": ["loguru"],
|
||||||
"bin": ["exiftool"]
|
"bin": ["exiftool"]
|
||||||
|
|
||||||
},
|
},
|
||||||
"description": """
|
"description": """
|
||||||
Extracts metadata information from files using ExifTool.
|
Extracts metadata information from files using ExifTool.
|
||||||
|
|
Ładowanie…
Reference in New Issue