Skip to content

Commit

Permalink
Add Mp3tag manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Jan 27, 2024
1 parent 3c17c64 commit 3f9d698
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/mp3tag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "3.24",
"description": "Powerful and easy-to-use tool to edit metadata of audio files",
"homepage": "https://www.mp3tag.de/en/",
"license": {
"identifier": "Freeware",
"url": "https://docs.mp3tag.de/license/"
},
"architecture": {
"64bit": {
"url": "https://download.mp3tag.de/mp3tagv324-x64-setup.exe#/dl.7z",
"hash": "0390b28ad8831d4ff9676145bbafcb7e77fd9724070f27d48bb714e1709af64e"
}
},
"pre_install": [
"Remove-Item $dir\\`$*, $dir\\Mp3tagUninst* -Recurse",
"Get-ChildItem $dir\\lang -Include *.lng, *.ico -Exclude English.* -Recurse | Remove-Item -Recurse"
],
"shortcuts": [
[
"Mp3tag.exe",
"Mp3tag"
]
],
"checkver": {
"url": "https://www.mp3tag.de/en/download.html",
"regex": "(?i)<h\\d>Mp3tag\\s+v(?<version>[\\d.]+[a-z]{0,1})</h\\d>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.mp3tag.de/mp3tagv$cleanVersion-x64-setup.exe#/dl.7z"
}
}
}
}

0 comments on commit 3f9d698

Please sign in to comment.