Mp3tag icon

Mp3tag 1.10.1

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.10.1",
  "src": {
    "url": "https://updates.mp3tag.app/Mp3tag-1.10.1.zip",
    "sha256": "253351ba08a00f2631ab762956dce55a9264f89a22d24e6285fccac752d39db3"
  },
  "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/"
  }
}