Package Details: mp3tag 3.28-1

Git Clone URL: https://aur.archlinux.org/mp3tag.git (read-only, click to copy)
Package Base: mp3tag
Description: The universal tag editor
Upstream URL: https://www.mp3tag.de/en/
Licenses: custom
Submitter: Marach
Maintainer: supermario
Last Packager: supermario
Votes: 30
Popularity: 0.170422
First Submitted: 2011-08-27 12:46 (UTC)
Last Updated: 2024-11-25 14:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

jjshinobi commented on 2013-04-07 15:27 (UTC)

Can someone also add Mixmeister's BPM Analyzer (http://mixmeister-bpm-analyzer.en.softonic.com/) to accompany mp3tag? It has a user rating of 7.7 so if there's something better that does the same thing I'm all for it. This is all I'm missing from Windows.

Marach commented on 2012-05-03 13:32 (UTC)

Sorry for the delay, I was offline for 3 months. Updated

<deleted-account> commented on 2012-05-02 23:30 (UTC)

# Updated for version 2.50 (http://pastie.org/3851189) # Maintainer: Hubert Maraszek <marach5 at gmail dot com> pkgname=mp3tag pkgver=2.50 pkgrel=1 pkgdesc="A universal tag editor" arch=('i686' 'x86_64') url="http://www.mp3tag.de/en/" license=('custom') depends=('wine') makedepends=('p7zip') source=(mp3tag LICENSE mp3tag.desktop mp3tag.png http://download.mp3tag.de/mp3tagv250setup.exe) md5sums=('b2e8aa8e4748b2668e0504264eacc6a9' 'ecafef682bedadde129aeb1a3e762c30' '6c8cf49f81f247bea965db3cb5a29f45' '7146546bd343649d68e983e841bd4cb3' 'E9B5054F22010ADB55BDEC430691A3F6') options=('!strip') build() { install -d -m755 "$pkgdir/usr/share/$pkgname" 7z -y -o"$pkgdir/usr/share/$pkgname" x "$srcdir/mp3tagv250setup.exe" rm -rf "$pkgdir/usr/share/mp3tag/\$PLUGINSDIR" "$pkgdir/usr/share/mp3tag/\$R0" find "$pkgdir/usr/share/$pkgname" -type d -exec chmod 755 "{}" \; find "$pkgdir/usr/share/$pkgname" -type f -exec chmod 644 "{}" \; install -D -m755 mp3tag "$pkgdir/usr/bin/mp3tag" install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -D -m644 mp3tag.png "$pkgdir/usr/share/pixmaps/mp3tag.png" install -D -m644 mp3tag.desktop "$pkgdir/usr/share/applications/mp3tag.desktop" }