Hi, I have just completed an installation of mopidy from scratch on a buster PI. I added mopidy-mpd and mopidy-local as both appear to be needed to get a working solution. Running Mopidy as a service, and after scanning the files with local scan, I can see that the images have been created in /var/lib/mopidy/local/images and the URIs are in the database library.db for the albums.
But, when I request track data via the MPD interface, the X-AlbumImage field is not being returned. This was i presume previously provided through the local-images extension, but this is now deprecated in favour of mopidy-local.
Can anyone point me in the right direction to enable the album image information to be returned for tracks via the mpd interface. thanks
Deps:
Running “/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf deps” as user mopidy
Executable: /usr/bin/mopidy
Platform: Linux-5.10.60-v7±armv7l-with-debian-10.10
Python: CPython 3.7.3 from /usr/lib/python3.7
Mopidy: 3.2.0 from /usr/lib/python3/dist-packages
Mopidy-ALSAMixer: 2.0.1 from /usr/lib/python3/dist-packages
Mopidy-MPD: 3.1.0 from /usr/lib/python3/dist-packages
Mopidy-Local: 3.2.1 from /usr/lib/python3/dist-packages
GStreamer: 1.14.4.0 from /usr/lib/python3/dist-packages/gi
Detailed information:
Python wrapper: python-gi 3.30.4
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
alsasink
osssink
oss4sink
pulsesink
id3demux
id3v2mux
lamemp3enc
mpegaudioparse
mpg123audiodec
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
flump3dec
mad
config:
For information about configuration values that can be set in this file see:
Configuration — Mopidy 3.2.0 documentation
Run sudo mopidyctl config
to see the current effective config, based on
both defaults and this configuration file.
[mpd]
hostname = ::
[http]
hostname = ::
[audio]
output = alsasink
mixer = alsamixer
[alsamixer]
control = Digital
min_volume = 0
max_volume = 100
volume_scale = cubic
[file]
media_dirs = /home/pi/Music
[local]
media_dir = /home/pi/Music
library = images
excluded_file_extensions =
.cue
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
.db
.ini
[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = /var/log/mopidy/mopidy-debug.log
config_file = /etc/mopidy/logging.conf