Package Details: puddletag 2.4.0-2

Git Clone URL: https://aur.archlinux.org/puddletag.git (read-only, click to copy)
Package Base: puddletag
Description: An audio tag editor for GNU/Linux
Upstream URL: https://docs.puddletag.net/
Keywords: audio music tag
Licenses: GPL-3.0-or-later
Submitter: arojas
Maintainer: morgenstern
Last Packager: morgenstern
Votes: 50
Popularity: 1.49
First Submitted: 2018-08-24 07:28 (UTC)
Last Updated: 2024-12-27 22:31 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 Next › Last »

wowotiel commented on 2025-02-06 22:52 (UTC)

Thanks you for this puddletag package. Works well. After the stable manjaro-gnome update from 2025-02-04, I had to recompile the package. I understand that this sometimes can happen.

morgenstern commented on 2024-12-28 05:54 (UTC)

@yochananmarqos - the informal guidance from the Arch project on this subject is that it is at the maintainer's discretion. Therefore, I will continue bumping the pkgrel of this package (and other Python and Perl packages I maintain) to assist others with major updates.

yochananmarqos commented on 2024-12-27 23:50 (UTC)

@morgenstern: You're not doing anyone a courtesy. In fact, you're accomplishing just the opposite by catering to users who blindly use AUR helpers. Users are expected to maintain their own AUR packages which includes rebuilding them when necessary.

morgenstern commented on 2024-12-27 22:33 (UTC)

@RayonRa correct, the package needs to be rebuilt against the latest Python version. I have bumped the PKGBUILD as a courtesy.

RayonRa commented on 2024-12-25 21:32 (UTC) (edited on 2024-12-25 21:36 (UTC) by RayonRa)

Hi @morgenstern . I used puddletag maybe 1 week ago without issues. Today i got this error.

Traceback (most recent call last):
  File "/usr/bin/puddletag", line 338, in <module>
    import puddlestuff.resource  # Needs to be first as other modules use it.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'puddlestuff'

Thanks.

EDIT: Resolved reinstalling the package. Thanks anyway!

AndyArch commented on 2024-12-11 20:23 (UTC) (edited on 2024-12-12 10:43 (UTC) by AndyArch)

Puddletag crashes when saving

edith: forget it, had a file with incorrectly set id3 columns,

morgenstern commented on 2024-03-23 01:04 (UTC) (edited on 2024-03-23 01:05 (UTC) by morgenstern)

Thanks @yochananmarqos. However, the pull request is against the master branch, which is ahead of puddletag-2.3.0, so applying it to the 2.3.0 package is now failing because requirements.in has been changed by this commit.

I have updated puddletag-git to use the pull request. I recommend installing that package until the pull request is merged and a new version is released that includes it.

ludvick commented on 2024-03-18 22:19 (UTC)

@yochananmarqos Thanks a lot! Your PKGBUILD works great!

yochananmarqos commented on 2024-03-18 21:52 (UTC) (edited on 2024-03-18 21:57 (UTC) by yochananmarqos)

@ludvick: There's an upstream issue: #884

EDIT: Applying PR !880 fixes it. Here's my PKGBUILD