-
-
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
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
ˋˋˋ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
Please refer to:
http://0x0.st/PPX-.txtMetadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done