Skip to content

String tags used for file naming contain quotes #46

@eduarrrd

Description

@eduarrrd

kamadak-exif quotes string-valued tags (d_default() => AsciiDisplay.fmt() => d_sub_ascii() => w.write_char('"')) such as Make and Model.

When using those in a template the resulting file path containing double-quotes. In addition to being quite inconvenient on a cli, they are illegal in Windows files names which is rather unfortunate in shared environments.

Instead, user should be able to opt in to quoting by explicitly coding them into the template specs themselves.

It's not obvious how to prevent quoting in kamadak-exif so one approach could be to strip them again in get_exif_string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions