Mopidy-jellyfin extensions can not display sound items

I have install mopidy-jellyfin and musicbox_webclient extensions. Mopidy can succeed connect jellyfin server and show file folder throught web,but not display music items detail.Folder is empt.Have any problem in config?Thanks!

vagrant@debian11:/etc/mopidy$ sudo mopidyctl config
Running “/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config” as user mopidy
ERROR [MainThread] mopidy.ext Setup of extension from entry point simple-webclient failed, ignoring extension.
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/mopidy/ext.py”, line 242, in load_extensions
_ = extension.dist_name
AttributeError: ‘Extension’ object has no attribute ‘dist_name’
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false

[logging]
verbosity = 0
format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
color = false
config_file =

[audio]
mixer = software
mixer_volume =
output = autoaudiosink
buffer_time =

[proxy]
scheme =
hostname =
port =
username =
password =

[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

[mpd]
enabled = true
hostname = ::
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
default_playlist_scheme = m3u

[jellyfin]
enabled = true
username = luping
user_id =
password = ********
token =
hostname = 192.168.137.31:8096
libraries =
albumartistsort = False
port =
client_cert =
client_key =
album_format = {ProductionYear} - {Name}
max_bitrate =
watched_status = false

[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[http]
enabled = true
hostname = ::
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy

[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir =

[softwaremixer]
enabled = true

[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000

It’s not clear, are you missing the music file details or are you missing the music files themselves? It sounds like this is using the browse interface, does the library or search interfaces work? A log file while you are browsing would be useful.

missing the music files themselves and search interfaces is ok

I don’t use Mopidy-Jellyfin but I gather the Jellyfin library thing needs to be of type “Music”. Is yours set to the correct type?

Other than that I can’t help, this is extension specific. So perhaps raise a support issue at GitHub - jellyfin/mopidy-jellyfin: Jellyfin Extension for Mopidy if nobody else on here answers.

I see, mopidy jellyfin cannot correctly recognize individual audio files and must be placed in a directory to browse correctly

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.