"velocity37@gmail.com"]; public string $license = self::LICENSE_GPLV2; public string $description = "Bulk add server-side posts with metadata from CSV file"; public ?string $documentation = "Adds posts from a CSV with the five following values:
\"/path/to/image.jpg\",\"spaced tags\",\"source\",\"rating s/q/e\",\"/path/thumbnail.jpg\"
e.g. \"/tmp/cat.png\",\"shish oekaki\",\"http://shimmie.shishnet.org\",\"s\",\"tmp/custom.jpg\"
Any value but the first may be omitted, but there must be five values per line.
e.g. \"/why/not/try/bulk_add.jpg\",\"\",\"\",\"\",\"\"
Useful for importing tagged posts without having to do database manipulation.
Note: requires \"Admin Controls\" and optionally \"Post Ratings\" to be enabled
";
public ExtensionCategory $category = ExtensionCategory::FILE_HANDLING;
}