jellyfin / mopidy-jellyfin

Jellyfin Extension for Mopidy
https://jellyfin.org
Apache License 2.0
93 stars 16 forks source link

Only Playlists Detected by Clients #87

Closed Prn-Ice closed 3 years ago

Prn-Ice commented 4 years ago

Hi, on my clients, ncmpcpp, Iris only the playlists are detected in the media libraries. Albums, tracks, etc are not and can only be found by browsing the file view, is this default behavior.

mcarlton00 commented 4 years ago

What is your music library(libraries?) named? By default it just looks for "Music" when populating the library, however if it's named something else you'll have to define that in the config file.

Example config file line:

libraries = Library1, Library2 (Optional: will default to "Music" if left undefined)

Iris is also a weird case that doesn't use the library in a super straightforward way, and you'll need to go into it's settings page and change the artists URI to jellyfin:artists

Prn-Ice commented 4 years ago

I have two libraries, Music and Music Videos This is my jellyfin conf section

[jellyfin]
hostname = http://127.0.0.1:8096
username = havoc
password = 4rAms
libraries = Music
watched_status = True

I'll try your suggestion on iris artists

Prn-Ice commented 4 years ago

After, adding the jellyfin:artists uri, artists load fine, thanks.

mcarlton00 commented 4 years ago

Music videos currently won't work, and I don't have much of a plan to support them. It's just a lot more overhead involved to strip the audio out.

Is ncmpcpp working properly now as well? I can't think of any situation where it wouldn't be but Iris would.

mcarlton00 commented 3 years ago

Closing due to inactivity