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
Upstream there is the plugin copyartifacts (which is currently unmaintained).
To replace it (somehow, I think), one should / could use extrafiles plugin.
But, here, with this container, if one adds extrafiles to the config, although the config gets correctly parsed, when in operation, errors occur.
Check for instance the locked issue reported here: #95
How could one solve this?
Expected Behavior
When using the extrafiles plugin, within the apropriate plugins vector inside the plugins config.yaml for beets, all media files, laying inside the scanned directory that are related with the music files, should be moved into the music library as well as the now cataloged music files.
Steps To Reproduce
Within the config directory
Add extrafiles plugin into the config.yaml plugin stanza/vector
Run the docker container as usual
Only the music files are moved onto the library
The other files will be left behind + errors will be spit out to the terminal related with the extrafiles beets plugin.
(Please check the aforementioned locked issue, beets.mediafile is deprecated; use mediafile instead #95 )
Environment
- OS:
- How docker service was installed:
This is a ProxMox virtual (docker machine). And the underlying system is, according to:
ˋˋˋ
$ uname -a
Linux docker 6.1.0-42-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.159-1 (2025-12-30) x86_64 GNU/Linux
ˋˋˋ
Is there an existing issue for this?
Current Behavior
Upstream there is the plugin copyartifacts (which is currently unmaintained).
To replace it (somehow, I think), one should / could use extrafiles plugin.
But, here, with this container, if one adds extrafiles to the config, although the config gets correctly parsed, when in operation, errors occur.
Check for instance the locked issue reported here: #95
How could one solve this?
Expected Behavior
When using the extrafiles plugin, within the apropriate plugins vector inside the plugins config.yaml for beets, all media files, laying inside the scanned directory that are related with the music files, should be moved into the music library as well as the now cataloged music files.
Steps To Reproduce
(Please check the aforementioned locked issue, beets.mediafile is deprecated; use mediafile instead #95 )
Environment
CPU architecture
x86-64
Docker creation
ˋˋˋ services: beets: image: lscr.io/linuxserver/beets:latest container_name: beets environment: - PUID=1000 - PGID=1000 - TZ=Europe/Lisbon volumes: - /home/xris/beets-docker-container/config/config:/config - /mount_binds/disco-2T/importada:/music - /mount_binds/disco-2T/reimportar:/downloads ports: - 8337:8337 restart: unless-stopped ˋˋˋContainer logs