Skip to content

Taglib - enable monkey's audio #615

Description

@robot3498712

Hi,
I believe this was an oversight - it's actually supported:
gonic\tags\taglib\taglib.go :: add ".ape"

Seems to work here for onboarding the monkey.

func (Reader) CanRead(absPath string) bool {
        switch ext := strings.ToLower(filepath.Ext(absPath)); ext {
        case ".mp3", ".flac", ".aac", ".m4a", ".m4b", ".ogg", ".opus", ".wma", ".wav", ".wv", ".ape":
                return true
        }
        return false
}

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