Package Details: flac2all 5.5-2

Git Clone URL: https://aur.archlinux.org/flac2all.git (read-only, click to copy)
Package Base: flac2all
Description: Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata.
Upstream URL: https://github.com/ZivaVatra/flac2all
Licenses: GPL2
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 37
Popularity: 0.000001
First Submitted: 2012-03-04 13:23 (UTC)
Last Updated: 2022-05-05 18:11 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 Next › Last »

dbedrenko commented on 2023-07-31 18:41 (UTC)

@FabioLolix what do you mean rebuild the package? I just tried to install the package for the first time today and that's the error I was getting when running the program.

FabioLolix commented on 2023-07-31 18:35 (UTC)

@dbedrenko rebuild the package, I didn't had it installed, builded, run fine


@graysky

flac2all E: Dependency python-pyzmq specified in both depends and optdepends

dbedrenko commented on 2023-07-31 18:22 (UTC)

Was getting this error every time I tried to run the program:

Traceback (most recent call last):
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 563, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/danb/bin/flac2all", line 33, in <module>
    sys.exit(load_entry_point('flac2all==5.5', 'console_scripts', 'flac2all')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/danb/bin/flac2all", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 981, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 565, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for flac2all

Couldn't figure it out so installed it with pipx install flac2all instead. Worked wonderfully

Freso commented on 2021-06-17 15:21 (UTC) (edited on 2021-06-17 15:30 (UTC) by Freso)

Okay, yes, I guess that a commit hash is probably unique, but when browsing through my $SRCDEST the commit hash isn’t very informative in telling me what package the .tar.gz is from/for… $pkgname-$_commit.tar.gz would probably be better. :)

Freso commented on 2021-06-17 10:00 (UTC)

The .patch file should probably be named with the $pkgname too, to make sure it is unique in the $SRCDEST, as per https://wiki.archlinux.org/title/PKGBUILD#source :)

graysky commented on 2020-12-23 19:11 (UTC)

Try 5.5-1

rootpeer commented on 2020-12-22 23:22 (UTC)

Getting this error:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/flac2all_pkg/__init__.py", line 42, in <module>
    from shell import shell
ModuleNotFoundError: No module named 'shell'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/flac2all", line 33, in <module>
    sys.exit(load_entry_point('flac2all==5.2', 'console_scripts', 'flac2all')())
  File "/usr/bin/flac2all", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 790, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/flac2all_pkg/__init__.py", line 50, in <module>
    from .core import modetable, generate_summary, write_logfile
  File "/usr/lib/python3.9/site-packages/flac2all_pkg/core.py", line 69, in <module>
    modetable.extend([["f:" + x[0], x[1]] for x in ffmpeg(None, None).codeclist()])
  File "/usr/lib/python3.9/site-packages/flac2all_pkg/ffmpeg.py", line 27, in codeclist
    flist = sp.check_output([
  File "/usr/lib/python3.9/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.9/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ffmpeg', '-encoders']' returned non-zero exit status 127.

python 3.9.1, Arch 5.4.82-1-lts. Any ideas?

graysky commented on 2020-01-19 14:00 (UTC)

https://github.com/ZivaVatra/flac2all/issues/43

graysky commented on 2020-01-08 13:54 (UTC)

@jlangeveld or anyone - I do not have time to test 5.0-1 so please try it and report back.