You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dan@beets:~$ beet version
beets version 2.2.0
Python version 3.10.12
plugins: chroma, duplicates, embedart, fetchart, web
When I try to import my music using beet -v import /mnt/media/Music2, I get this output:
Sending event: import_task_created
chroma: fingerprinting of b'/mnt/media/Music2/_ When I See The King Of Kings.mp3' failed: audio could not be decoded
chroma: fingerprinting of b'/mnt/media/Music2/_ When The Roll Is Called Up Yon (1).mp3' failed: audio could not be decoded
Traceback (most recent call last):
File "/home/dan/.local/bin/beet", line 8, in <module>
File "/home/dan/.local/lib/python3.10/site-packages/beets/ui/__init__.py", line 1870, in main
File "/home/dan/.local/lib/python3.10/site-packages/beets/ui/__init__.py", line 1849, in _raw_main
File "/home/dan/.local/lib/python3.10/site-packages/beets/ui/commands.py", line 1398, in import_func
File "/home/dan/.local/lib/python3.10/site-packages/beets/ui/commands.py", line 1329, in import_files
File "/home/dan/.local/lib/python3.10/site-packages/beets/importer.py", line 360, in run
File "/home/dan/.local/lib/python3.10/site-packages/beets/util/pipeline.py", line 446, in run_parallel
File "/home/dan/.local/lib/python3.10/site-packages/beets/util/pipeline.py", line 311, in run
File "/home/dan/.local/lib/python3.10/site-packages/beets/util/pipeline.py", line 194, in coro
File "/home/dan/.local/lib/python3.10/site-packages/beets/importer.py", line 1496, in lookup_candidates
File "/home/dan/.local/lib/python3.10/site-packages/beets/plugins.py", line 506, in send
File "/home/dan/.local/lib/python3.10/site-packages/beets/plugins.py", line 142, in wrapper
File "/home/dan/.local/lib/python3.10/site-packages/beetsplug/chroma.py", line 186, in fingerprint_task
File "/home/dan/.local/lib/python3.10/site-packages/beetsplug/chroma.py", line 257, in fingerprint_task
File "/home/dan/.local/lib/python3.10/site-packages/beetsplug/chroma.py", line 86, in acoustid_match
File "/home/dan/.local/lib/python3.10/site-packages/acoustid.py", line 352, in fingerprint_file
File "/home/dan/.local/lib/python3.10/site-packages/acoustid.py", line 292, in _fingerprint_file_audioread
File "/home/dan/.local/lib/python3.10/site-packages/audioread/__init__.py", line 127, in audio_open
File "/home/dan/.local/lib/python3.10/site-packages/audioread/rawread.py", line 59, in __init__
OSError: [Errno 24] Too many open files: '/mnt/media/Music2/_ When The Roll Is Called Up Yon.mp3'
dan@beets:/mnt/media/Music2$
fpcalc on that file succeeds:
dan@beets:~$ fpcalc '/mnt/media/Music2/_ When The Roll Is Called Up Yon.mp3'
DURATION=179
FINGERPRINT=AQADtErCSHqyJHBBUb8Q6UNS08Op7MMXKUJ_NI9wnIf_BWqq41wi-MHxo3zQfB5O4s_hPLhIEavu4HqQ74ekJj2R4Y823LnwSkLhC08OSuOD-IfGLscfRA_uC12SJAvhSRz646fwmMS_cLimJ1gTRbiPLHmIHvMDfTlCpVIOh8yOox0PPEL6IenxK
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running Beets 2.2.0 under Ubuntu 22.04, installed using
pip
with a few plugins including Chromaprint. I believe I have all the dependencies installed--fpcalc
is present and runs, GStreamer is installed following its docs (https://gstreamer.freedesktop.org/documentation/installing/on-linux.html#install-gstreamer-on-ubuntu-or-debian),ffmpeg
is present. My config file is below:Beets version:
When I try to import my music using
beet -v import /mnt/media/Music2
, I get this output:fpcalc
on that file succeeds:Where should I be looking to track this down?
Beta Was this translation helpful? Give feedback.
All reactions