rattboi / mopidy-subsonic

Mopidy backend extension for playing music from Subsonic Music Streamer
MIT License
17 stars 14 forks source link

Browsing Subsonic items using HTTP interface #5

Open ianmxyz opened 10 years ago

ianmxyz commented 10 years ago

I was wondering whether this functionality should be present, but when I use this plugin I can only see playlists, within a mopidy http interface, but am unable to browse content. Is this as it should be at the moment?

rattboi commented 10 years ago

No, that doesn't sound right. I have only really tested this using ncmpcpp as my client, so it's very possible that the http interface isn't working. Can you give me more specifics about which http interface you're using?

ianmxyz commented 10 years ago

I'm using woutervanwijk/Mopidy-Webclient but I understand the browsing issue is a problem with Mopidy-HTTP in fact.

adamcik commented 10 years ago

Browsing is a new API new we introduced in 0.18, https://docs.mopidy.com/en/latest/api/core/#mopidy.core.LibraryController.browse Should be fairly simple to integrate into the extension :-)