Package Details: mp3tag 3.27a-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.48
First Submitted: 2011-08-27 12:46 (UTC)
Last Updated: 2024-08-26 09:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

tpaniaki commented on 2022-05-03 10:09 (UTC)

@n4r3n Thank you very much, works as intended.

n4r3n commented on 2022-05-01 21:07 (UTC) (edited on 2022-05-01 21:07 (UTC) by n4r3n)

With this patch, the settings (tags, etc.) will be editable: https://codeberg.org/n4r3n/PKGBUILDs/raw/branch/master/mp3tag/0001-feat-user-writable-configuration-with-fuse-overlayfs.patch

tpaniaki commented on 2022-04-27 12:53 (UTC) (edited on 2022-04-27 12:53 (UTC) by tpaniaki)

Unable to edit tags pannel. Changes are not applied.

misc commented on 2021-12-18 14:20 (UTC)

the config would be better off in, well, ~/.config

DuBistKomisch commented on 2021-04-25 08:00 (UTC)

I noticed yay won't install the latest update since according to pacman 3.06 > 3.06a [1]. Obviously this is upstream's fault for using weird versioning, but can we work around it by using say 3.06.a as the pkgver? Looks like .s are already stripped for the exe path anyway so this should just work.

[1] https://archlinux.org/pacman/vercmp.8.html

yochananmarqos commented on 2021-02-03 16:30 (UTC)

@n4r3n: I can confirm that works. Much better solution, thanks.

n4r3n commented on 2021-02-03 16:21 (UTC) (edited on 2021-02-03 16:21 (UTC) by n4r3n)

@supermario: instead of adding wine-mono and wine-gecko as optdepends (because it doesn't need them), you can add the following env variable to the script:
WINEDLLOVERRIDES="mscoree=d;mshtml=d"
src: https://wiki.archlinux.org/index.php/Wine#Prevent_installing_Mono/Gecko

yochananmarqos commented on 2021-02-03 15:49 (UTC)

@supermario: It's the same story with Wine Mono as well.

yochananmarqos commented on 2021-01-30 17:02 (UTC)

@supermario: If wine-gecko is installed, it avoids the prompt to install Wine Gecko in the user's Home directory. Please update the dependencies accordingly.