BlitterStudio / MB_SubSonic

MusicBee SubSonic plugin
GNU General Public License v3.0
115 stars 13 forks source link

Library not showing in subsonic node and autodj not working #69

Closed ArtiskOnGit closed 1 year ago

ArtiskOnGit commented 1 year ago

Describe the bug The first part of the bug seems vers similar to #8 , when I click on the subsonic Node, tracks don't appear. I think it the same bug that causes auto-dj not to show the tracks of my subsonic folder. To Reproduce Steps to reproduce the behavior:

  1. Have a airsonic-advanced server running
  2. Click on the subsonic node

Expected behavior I think that tracks should show up when I click on the subsonic node and load up in auto dj.

Screenshots

image

Desktop (please complete the following information):

midwan commented 1 year ago

@ArtiskOnGit Do you have sub-folders under the root node? It's not visible in your screenshot above. If you do, do you see the contents of those if you click on them? In other words, is it only the root node that shows no tracks?

ArtiskOnGit commented 1 year ago

Yes, I see the sub folders and their content when I click on them

midwan commented 1 year ago

@ArtiskOnGit For now, that's the expected behavior - it doesn't recursively scan through the subfolders to show all contents (it used to do that, but it was problematic and slow).

ArtiskOnGit commented 1 year ago

Okay no problem, thanks or your help