Mp3tag icon

Mp3tag 1.14.0

Tool for editing metadata of audio files including MP3, FLAC, OGG, and more

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mp3tag # Mp3tag
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mp3tag # Mp3tag
  ];
}

Package Definition

{
  "pname": "mp3tag",
  "version": "1.14.0",
  "src": {
    "url": "https://updates.mp3tag.app/Mp3tag-1.14.0.zip",
    "sha256": "2996a0220f6faeb00c3e27517530cf63c598e95c2d0b9d9796cd17132f0b4eee"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mp3tag.app\" && cp -r \"Mp3tag.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool for editing metadata of audio files including MP3, FLAC, OGG, and more",
    "homepage": "https://mp3tag.app/"
  }
}