Mp3tag icon

Mp3tag 1.10.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.10.0",
  "src": {
    "url": "https://updates.mp3tag.app/Mp3tag-1.10.0.zip",
    "sha256": "515dcc5743a3e3e57d7a22cef6803df3b03babb7f0def0e59b91704b40b96add"
  },
  "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/"
  }
}