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
user configuration: /Users/<REDACTED>/.config/beets/config.yaml
data directory: /Users/<REDACTED>/.config/beets
plugin paths:
fetchart: google: Disabling art source due to missing key
fetchart: lastfm: Disabling art source due to missing key
fetchart: To use Spotify as an album art source, you must install the beautifulsoup4 module. See the documentation for further details.
inline: adding item field multidisc
Sending event: pluginload
library database: /Volumes/Backup/Media/Music/beets/musiclibrary.db
library directory: /Volumes/Backup/Media/Music
Sending event: library_opened
Parsed query: AndQuery([PathQuery('path', '/Volumes/Backup/Media/Music/Adele/[2015] 25 [Columbia] (FLAC 16-44kHz)', fast=True, case_sensitive=False)])
Parsed sort: NullSort()
error: No matching items found.
Here's a link to the music files that trigger the bug (if relevant):
Setup
OS: macOS 15.2
Python version: Python 3.12.4
beets version: beets version 2.2.0
Turning off plugins made problem go away (yes/no): no
It's interesting. I ran a query against my musiclibrary.db SELECT * FROM items WHERE path LIKE '/Volumes/Backup/Media/Music/Adele/[2015] 25 [Columbia] (FLAC 16-44kHz)/%'
and sure enough the items come back. So then I thought maybe I'm blind and there's something different in the path that the DB spits back and where the actual music is stored.
However, if I Shift+Cmd+G (on mac) to the same directory in path from the query above, it brings me directly to the folder with the music.
I'm also able to import AND remove newly imported albums with no issue.
Problem
I went to remove an album from my library yesterday and ran into the issue below. It seems to be persistent across many other albums as well.
Running this command in verbose (
-vv
) mode:$ beet -vv remove '/Volumes/Backup/Media/Music/Adele/[2015] 25 [Columbia] (FLAC 16-44kHz)'
Led to this problem:
Here's a link to the music files that trigger the bug (if relevant):
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: