Post Reply 
Folders display but files don't - SOLVED
12-07-2023, 07:50 (This post was last modified: 12-07-2023 07:51 by simbun.)
Post: #4
RE: Folders display but files don't - SOLVED
(12-07-2023 04:49)JLGF1 Wrote:  
(11-07-2023 10:48)simbun Wrote:  it doesn't appear to be a UPnP browser.

You lost me there.

Of course, NMP has to be pointed to at least one source in order to index files just like (I guess?) any other UPnP controller/renderer.

A traditional UPnP control point doesn't index the files at all, that's why there's no initial delay and why the browse tree looks identical in whatever control point you use e.g.:
Code:
n albums
n items
n playlists
...

A UPnP control point discovers the media server using UPnP (so no configuration is needed) and then direct communication between the control point and media server begin.
Very loosely speaking, the media server sends the control point metadata (in xml) about the objects that make up the first screen, then in response to a user selection the control point feeds that back to the media server and it replies with additional metadata for the following screen, and this continues until the user makes a track selection at which point the control point tells the renderer to play the track from the media server.

With Neutron there's not really any need for a UPnP media server at all, you could just point it to a network share, and that's why the browse tree is different:
Code:
Playlists
Artists
Albums
...

It's possible that if you don't ask for any DSP Neutron may instruct the renderer to source the tracks from the media server, but it's more than likely originating from the phone, which isn't ideal.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Folders display but files don't - SOLVED - simbun - 12-07-2023 07:50

Forum Jump:


User(s) browsing this thread: 1 Guest(s)