{ "options": { "screenshots_dir": "D:\\FFXIV Screenshots", "match": [ "ffxiv_(?P\\d{2})(?P\\d{2})(?P\\d{4})_(?P\\d{2})(?P\\d{2})(?P\\d{2}).(?:jpg|png)", "ffxiv_dx11 (?P\\d{4})-(?P\\d{2})-(?P\\d{2}) (?P\\d{2})-(?P\\d{2})-(?P\\d{2}).(?:png|bmp)" ], "event_delay": 1000 }, "pipeline": [ { "job": "convert", "options": { "to": { "format": "jpg", "quality": 90 } } }, { "job": "move", "options": { "to": "%Y\\%m\\%d\\ffxiv.%Y-%m-%d.%H-%M-%S", "local": true } } ] }