Skip to content

'audio/x-flac' doesn't work #4

@Likenttt

Description

@Likenttt
if 'audio/x-flac' not in get_filetype(f):

Previously this magic format is 'audio/x-flac'.The progarm will log something like below

[INFO] Skipped 'xxxxxxx.flac'

So I changed to

if 'audio/flac' not in get_filetype(f):

It does work.why,so strange?

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