Package Details: puddletag 2.3.0-1

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: 41
Popularity: 0.58
First Submitted: 2018-08-24 07:28 (UTC)
Last Updated: 2024-03-17 02:58 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 Next › Last »

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.

morgenstern commented on 2024-03-10 06:15 (UTC)

I will be unable to update this package until next week, as I am on holiday with no access to my build system. Apologies.

morgenstern commented on 2022-02-10 19:13 (UTC)

@brix this package already builds the version you included in your flag notification. I expect an updated version to be tagged upstream shortly, but if that does not transpire, I will modify the PKGBUILD to include it.

If you need the patch now, then I suggest building puddletag-git.

brix commented on 2022-02-06 17:33 (UTC) (edited on 2022-02-10 16:32 (UTC) by brix)

Since upgrade to Python 3.10 Puddletag crashes at the slightest scroll-down when the number of tracks loaded does not fill the window vertically:

python[14191]: Traceback (most recent call last):
 File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py", line 2483, in wheelEvent
        h.setValue(h.value() - numsteps)
     TypeError: setValue(self, int): argument 1 has unexpected type 'float'

EDIT: bug closed upstream: https://github.com/puddletag/puddletag/pull/691

morgenstern commented on 2020-10-19 20:03 (UTC) (edited on 2020-10-27 21:11 (UTC) by morgenstern)

@ritze that issue has already been reported upstream by the developer - no fix has been announced yet.

UPDATE - another upstream report referencing this issue, being actively investigated.

ritze commented on 2020-10-06 07:09 (UTC) (edited on 2020-10-06 07:10 (UTC) by ritze)

Something went wrong :-/

puddletag Version: 2.0.1
Locale: C
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/puddlestuff/mainwin/action_dialogs.py", line 38, in _update
    self.updateExample()
  File "/usr/lib/python3.8/site-packages/puddlestuff/actiondlg.py", line 932, in updateExample
    tags = apply_macros(macros, self.example, state,
  File "/usr/lib/python3.8/site-packages/puddlestuff/findfunc.py", line 658, in apply_macros
    return apply_actions(actions, audio, state)
  File "/usr/lib/python3.8/site-packages/puddlestuff/findfunc.py", line 623, in apply_actions
    temp = func.runFunction(val, audio, state, None, r_tags)
  File "/usr/lib/python3.8/site-packages/puddlestuff/findfunc.py", line 890, in runFunction
    ret.append(func(**topass))
  File "/usr/lib/python3.8/site-packages/puddlestuff/functions.py", line 683, in replace
    match = pat.search(text, start)
TypeError: cannot use a string pattern on a bytes-like object
zsh: abort (core dumped)  puddletag .

FrenchGuy commented on 2020-08-30 06:57 (UTC)

Seems that something went wrong : Got this when starting puddletag File "/usr/bin/puddletag", line 319, in <module> import puddlestuff.resource # Needs to be first as other modules use it. ImportError: No module named puddlestuff.resource

Thanks for your help.

morgenstern commented on 2020-07-13 05:09 (UTC)

@chapa do you have python2-pillow6 installed? This package replaces python2-pillow as a dependency.

Echoing @kescherAUR, though, you should probably just go install puddletag-qt5-git instead, unless you enjoy watching qt4 manually compile. :)