Lich-Corals / linux-file-converter-addon

Convert between various image, audio and video formats.
GNU General Public License v3.0
15 stars 6 forks source link

add the ability to specify an extension other than mime-type #11

Closed derVedro closed 1 year ago

derVedro commented 1 year ago

I add an optional extension key-value pair to WRITE_FORMATS dicts, so it's possible to specify an extension other than the mime type (like JPEG for mime type and .jpg for extension). If no extension key-value pair is provided, the mime type name will be used as extension as before.

Second, I renamed parameter mime_output to format. I think this is a more general name for that dict.

derVedro commented 1 year ago

I think I'm done with the updates for now, I like everything.