Skip to content

trackNumber should return empty string if a track has no trackNumber encoded in its metadata #3

@porg

Description

@porg

Reproduction

  • In /Volumes/iTunesFS/AlbumsTrackFormat.txt
    • I tried %(playlistNumber#000) %(artist) - %(album) - %(trackNumber#00) %(name).%(ext.lowercaseString)
    • and later %(playlistNumber#000) %(artist) - %(album) - %(trackNumber) %(name).%(ext.lowercaseString)
  • Actual: In both configurations tracks without a track number produce "0".
  • Expected: A track not having a track number should produce an empty string.
  • Or we could introduce trackNumberNull="" and you can leave this empty or define any custom format you like in the absence of a trackNumber, like "xx" or "•".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions