-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Using beet mbsync -p artist:"Iron Maiden" album:"Killers" inside container shows:
mbsync: Release ID c270fee9-894e-49c3-9d10-3f8455e3791d not found for album Iron Maiden - Killers
Expected Behavior
The MBID is available at musicbrainz.org:
https://musicbrainz.org/release/c270fee9-894e-49c3-9d10-3f8455e3791d
The album was correctly imported in the past and should be found with mbsync.
The error also affects other artists/albums.
Steps To Reproduce
Enter beet mbsync -p <any present artist/album>
Environment
- OS: Debian 12 (Bookworm)
- How docker service was installed: OpenMediaVaultCPU architecture
x86-64
Docker creation
services:
beets:
image: linuxserver/beets:latest
container_name: beets
environment:
- PUID=1004
- PGID=100
- TZ=Europe/Berlin
volumes:
- /var/docker/beets:/config
- /srv/dev-disk-by-uuid-***/music:/music
- /srv/dev-disk-by-uuid-***/download/music:/downloads
ports:
- 8337:8337
restart: unless-stopped
network_mode: bridgeContainer logs
beets | [migrations] started
beets | [migrations] no migrations found
beets | usermod: no changes
beets | ───────────────────────────────────────
beets |
beets | ██╗ ███████╗██╗ ██████╗
beets | ██║ ██╔════╝██║██╔═══██╗
beets | ██║ ███████╗██║██║ ██║
beets | ██║ ╚════██║██║██║ ██║
beets | ███████╗███████║██║╚██████╔╝
beets | ╚══════╝╚══════╝╚═╝ ╚═════╝
beets |
beets | Brought to you by linuxserver.io
beets | ───────────────────────────────────────
beets |
beets | To support LSIO projects visit:
beets | https://www.linuxserver.io/donate/
beets |
beets | ───────────────────────────────────────
beets | GID/UID
beets | ───────────────────────────────────────
beets |
beets | User UID: 1004
beets | User GID: 100
beets | ───────────────────────────────────────
beets | Linuxserver.io version: 2.5.1-ls293
beets | Build-date: 2025-10-14T23:07:37+00:00
beets | ───────────────────────────────────────
beets |
beets | [custom-init] No custom files found, skipping...
beets | * Serving Flask app 'beetsplug.web'
beets | * Debug mode: off
beets | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
beets | * Running on http://127.0.0.1:8337
beets | Press CTRL+C to quit
beets | Connection to localhost (127.0.0.1) 8337 port [tcp/*] succeeded!
beets | [ls.io-init] done.Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done