Skip to content

Support remixers field #99

Description

@snejus

Summary

Add first-class support for a remixers metadata field in mediafile, including read/write mapping to the Vorbis comment tag REMIXER (and equivalent tags in other container/tag formats).

Motivation

Many electronic/club releases credit remixers separately from primary artists. Today this information is often stored in format-specific tags (e.g., Vorbis REMIXER) and gets dropped or conflated with artists. Adding remixers improves metadata fidelity and round-trip editing.

Potential solution

This should be as simple as adding

remixers = ListMediaField(
    MP3ListDescStorageStyle(desc="REMIXERS"),
    MP4ListStorageStyle("----:com.apple.iTunes:REMIXERS"),
    ListStorageStyle("REMIXER"),
    ASFStorageStyle("WM/REMIXERS"),
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions