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: 49
Popularity: 1.43
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 »

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

ludvick commented on 2024-03-18 21:44 (UTC) (edited on 2024-03-18 21:46 (UTC) by ludvick)

After upgrading to v2.3.0-1, puddletag doesn't start, leaving this output:

[ludvick@eos puddletag]$ puddletag
puddletag Version: 2.3.0
Locale: pl_PL
Traceback (most recent call last):
  File "/usr/bin/puddletag", line 352, in <module>
    from puddlestuff.puddletag import MainWin
  File "/usr/lib/python3.11/site-packages/puddlestuff/puddletag.py", line 14, in <module>
    from . import mainwin
  File "/usr/lib/python3.11/site-packages/puddlestuff/mainwin/__init__.py", line 4, in <module>
    from . import dirview
  File "/usr/lib/python3.11/site-packages/puddlestuff/mainwin/dirview.py", line 12, in <module>
    from ..tagmodel import has_previews
  File "/usr/lib/python3.11/site-packages/puddlestuff/tagmodel.py", line 32, in <module>
    from .audio_filter import parse as filter_audio
  File "/usr/lib/python3.11/site-packages/puddlestuff/audio_filter.py", line 183, in <module>
    bool_expr.enablePackrat()
  File "/usr/lib/python3.11/site-packages/pyparsing/util.py", line 265, in _inner
    return fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pyparsing/core.py", line 1132, in enable_packrat
    ParserElement.packrat_cache = _FifoCache(cache_size_limit)  # type: ignore[assignment]
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pyparsing/util.py", line 105, in __init__
    keyring = [object()] * size
              ~~~~~~~~~~~^~~~~~
TypeError: can't multiply sequence by non-int of type 'Forward'

I have installed plasma 6.0.2.

Any help? Please.