Package Details: dr14_t.meter-git v1.0.15.r190.g9a22d1a-1

Git Clone URL: https://aur.archlinux.org/dr14_t.meter-git.git (read-only, click to copy)
Package Base: dr14_t.meter-git
Description: DR14 T.meter is a command line tool for computing the Dynamic Range of your music
Upstream URL: https://github.com/simon-r/dr14_t.meter
Licenses: GPL3
Conflicts: dr14_t.meter, dr14_tmeter
Provides: dr14_t.meter
Submitter: coldBug
Maintainer: coldBug
Last Packager: coldBug
Votes: 27
Popularity: 0.000125
First Submitted: 2018-07-01 17:08 (UTC)
Last Updated: 2023-10-09 15:35 (UTC)

Latest Comments

1 2 Next › Last »

coldBug commented on 2023-10-09 15:35 (UTC)

done

MarsSeed commented on 2023-10-09 14:51 (UTC)

Please kindly add makedepends=(python-setuptools). Python 3.12 removes distutils from the standard library, and it will live on in setuptools.

Also, while you are at it, please kindly look into modernizing the build. Executing setup.py is deprecated (since 2021 I believe), and will be blocked in an upcoming Python release. Please check Arch Wiki's Python package guidelines, PEP 517 installation section.

coldBug commented on 2023-10-04 10:08 (UTC)

mutagen is added as dependency

qss commented on 2023-09-14 14:10 (UTC)

'python-mutagen' should be added to depends

MarsSeed commented on 2023-09-09 14:35 (UTC) (edited on 2023-10-09 15:07 (UTC) by MarsSeed)

It seems upstream stopped releasing stable tags/tarballs since Jan 2015 (9.5 years ago).

At this point it is recommended for everyone to use dr14_t.meter-git.

The project's GitHub master branch has seen continued development (last commit date: Oct 2022).

Or there is an alternative package in [extra] repo for a similar use case: ebumeter. (Albeit the latter one is based on a different specification / standard than this utility.)

eimis commented on 2022-06-12 07:30 (UTC)

$ dr14_tmeter 
Traceback (most recent call last):
  File "/usr/bin/dr14_tmeter", line 21, in <module>
    import dr14tmeter.dr14_tmeter
  File "/usr/lib/python3.10/site-packages/dr14tmeter/dr14_tmeter.py", line 26, in <module>
    from dr14tmeter.dr14_utils import *
  File "/usr/lib/python3.10/site-packages/dr14tmeter/dr14_utils.py", line 18, in <module>
    from dr14tmeter.tagger import Tagger
  File "/usr/lib/python3.10/site-packages/dr14tmeter/tagger.py", line 19, in <module>
    from mutagen.mp3 import MP3
ModuleNotFoundError: No module named 'mutagen'

ZaZam commented on 2022-05-10 14:45 (UTC)

@BorOfi the latest source code on Github is versioned 2.0.0 (given by running dr14_tmeter -v), but it has not been released yet as a package. So it is a false flag.

BorOfi commented on 2022-05-06 15:10 (UTC)

It seems flagged as out of date because "https://github.com/simon-r/dr14_t.meter is now at 2.0.0". But I can only see v1.0.16 on that repo.

ZaZam commented on 2021-04-27 16:32 (UTC)

Why is this marked as out of date?

bred commented on 2019-12-02 07:31 (UTC)

Just rebuilded for python 3.8