datasette-media icon indicating copy to clipboard operation
datasette-media copied to clipboard

default_convert plugins metadata setting

Open simonw opened this issue 4 years ago • 0 comments

{
    "plugins": {
        "datasette-media": {
            "photo": {
                "sql": "select filepath from apple_photos where uuid=:key",
                "default_convert": {
                    "heic": "jpeg"
                }
            }
        }
    }
}

default_convert can be used to default to converting certain formats. Split from #6

simonw avatar May 18 '20 20:05 simonw