Skip to content

Add non-strict output verification. #12

@misaim

Description

@misaim

Currently output file verification is reasonably strict:

re.sub('[^0-9a-zA-Z\.,:%\-_#]+', '', ebl_file['header_3']['filename'])

We should add a new flag and a secondary regex which allows some chars through for OS's where it doesn't matter - i.e Mac OS X and Linux both allow !, ? and ' ' chars in filenames, although windows doesn't.

Could also look at replacing some strings. '/w' is used for shorthand "with", / is used for time sig's and could be "slash" or a dash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions