I don’t use Volumio as a server myself but I have seen quite a lot of posts recently referring to Library “bugs” with V>1.5. Check out some of the recent topics as you might find something useful.
This time I found the workaround. By enabling the library tab (second tab), I can access my music. So it is found indeed. But it doesn’t appears in the first tab like it was before in the “UPNP” item, just under “Webradio” item. That’s a shame because it was the way my NAS displayed it it was also interesting to have this view.
Let me just clarify the problem. You say on latest version the browser window doesn’t show upnp as before so as a result you don’t see the NAS drive serving up the music ? I will make my own test too. What NAS Drive and server software do you use ?
I think we may need VOLUMIO team to describe what the function for media indexing is. I would understand if one is creating an index of files then you have the intention to serve the files and the index gives quick access to these files. Can one of Volumio team please clarify the intention of this option ?
The option of UPNP/DLNA media indexing is clear (because I used it before): it allows the volumio device to scan your network and find music on your UPNP music server (mine is a synology D414j). Then you can use it as any other music. I use it so I can play it directly from the UI. The sound signal is coming from my DAC, connected via USB to my Raspberry.
Before, I had, in the browse menu, a UPNP item to navigate to the (cached) NAS directory. Now it’s gone.
UPDATE since my previous post:
My library contains more than 6000 music (FLAC of my CD). It was showing in the library tab (not in the browse tab) when I was indexing it. Now that the index is complete it doesn’t shows up. It’s like the UI try to load something then it times out and display an empty library. While the page is loading a process called php5-fpm takes a lot of CPU.
UPDATE 2 : when I use the search box of the Browse menu, I can find music. But of course, it can’t be used as the regular music browsing interface!
I warm up the old thread. I also experienced the same problem.
Therefore, I did a bit of research. It turned out that this is a problem WebUI.
To overcome this, I inserted to /var/www/js/volumio.api.js after line 283 following lines:
} else if (inputArr[i].directory == 'UPNP') {
// This is the UPNP root folder
content += '"><div class="db-icon db-folder db-browse"><i class="fa fa-code-fork icon-root sx"></i></div><div class="db-action"><a class="btn" href="#notarget" title="Actions" data-toggle="context" data-target="#context-menu-root"><i class="fa fa-reorder"></i></a></div><div class="db-entry db-folder db-browse">';
I hope this will help you