[Solved] Some folders show empty in 10.20.0+

General discussion about Universal Media Server (no support or requests)
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Some folders show empty in 11.0.0-a2

Post by mik_s »

If you have created your renderer conf from within the GUI then it will be saved in C:\ProgramData\UMS\renderers unless you have saved it into main installation directory (usually C:\Program Files (x86)\Universal Media Server\renderers)

Renaming the folder C:\ProgramData\UMS will clean all the settings (UMS.conf), database and custom renderers and make it easier to narrow down the problem. If you saved your Sangean conf into the C:\Program Files (x86)\Universal Media Server\renderers folder then move that somewhere else too.

Could you post new logs after that? I'm not sure if I will be able to see anything obvious in the communications between UMS and your renderer but the Devs might be able to see something.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
JDN165
Posts: 68
Joined: Wed Apr 04, 2018 6:47 pm

Re: Some folders show empty in 11.0.0-a2

Post by JDN165 »

I created the Sangean renderer by using an other renderer as a template, and changed some settings in the file. The renderer file itself is always in the C:\Program Files (x86)\Universal Media Server\renderers folder. After every new (clean) installation, I copy this file to that folder. This has never been a problem, the renderer was always detected and worked fine (until 10.19.0 at least).

When I did a clean install of 11.0.0-a2 as you requested, the C:\ProgramData\UMS folder was new created by the setup, so the UMS.conf file in this folder was also new created when 11.0.0-2 was launched the first time. My Sangean renderer file was not copied at first, which resulted in an error message in the log (something like "Renderer not recognized"). After I copied the Sangean renderer file to the C:\Program Files (x86)\Universal Media Server\renderers folder, the renderer was recognized in 11.0.0-a2.

I will do the following:
- Uninstall 10.19.0
- Remove all remaining folders after the uninstall
- Install 11.0.0-2
- I will not copy the Sangean renderer file to C:\Program Files (x86)\Universal Media Server\renderers
- I will not change anything in the configuration after the installation
- After installation I will restart UMS in Trace-mode so the trace log will be created
- On the Sangean I will select a folder with audio files that will result in a "No results found" message
- I will upload this log

This is what you're requesting if I'm right?
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Some folders show empty in 11.0.0-a2

Post by mik_s »

Yes sounds good. This helps to eliminate problems with your conf or if there is a bug in UMS that is causing it.
This version had an overhaul of the part that deals with network communications that fixed a lot of issues they have had in the past but there could still be some bugs there.

Don't worry about the Renderer not recognized message, its not an error just UMS does not know what it is but you should still be able to browse your media on it.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
JDN165
Posts: 68
Joined: Wed Apr 04, 2018 6:47 pm

Re: Some folders show empty in 11.0.0-a2

Post by JDN165 »

Ok, I will try to find some time for this in the next days. Might be after the weekend.
All this installing / uninstalling is rather time consuming. But of course I'm willing to do all this to get the issue resolved.
JDN165
Posts: 68
Joined: Wed Apr 04, 2018 6:47 pm

Re: Some folders show empty in 11.0.0-a2

Post by JDN165 »

Sooner than expected I could run the required test once again, with new log files.
I did exactly what I wrote in my previous post (below "I will do the following" : the eight steps).
I've added one additional step to specify my shared folder, so I could select an "empty" folder (that is not empty).

Additional information:
  • I did not copy the Sangean renderer config file to the folder C:\Program Files (x86)\Universal Media Server\renderers folder, the first thing I normally do after a clean install.
  • The Sangean multimedia player has IP address 192.168.1.75
  • After starting the Trace Log, I browsed to music folder "Cryptogam Illusion" (Flac files), that resulted in "No result found" on the Sangean.
  • Then I browsed to music folder "Brilliant Streams" (MP3 files), that also resulted in "No result found".
After the test I uninstalled 11.0.0-2 and reinstalled 10.19.0, and I could browse both folders again (with content).

I hope with this information someone is able to track down the problem.
Attachments
ums_dbg_2022-06-09-20-18.zip
(404.23 KiB) Downloaded 185 times
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Some folders show empty in 11.0.0-a2

Post by mik_s »

Thanks I think that will be helpful. I don't exactly know what to look for but it should be somewhere here

This is UMS recieving a request for the file list

Code: Select all

TRACE 2022-06-09 20:17:54.286 [jupnp-netty-worker-3] net.pms.network.mediaserver.nettyserver.RequestHandlerV2 Received a browse request from Sangean WFT-3 [Unknown renderer] (192.168.1.75:59963):
================================== HTTPSERVER REQUEST BEGIN =====================================
POST /dev/8c9af8ae-5fd0-4b1a-82c4-b859cfabd81e/svc/upnp-org/ContentDirectory/action HTTP/1.1

HEADER:
  Host: 192.168.1.45:5001
  User-Agent: FSL DLNADOC/1.50 UPnP Stack/1.0
  SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
  Content-Type: text/xml; charset="utf-8"
  Content-Length: 522

CONTENT:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <s:Body>
    <u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
      <ObjectID>270</ObjectID>
      <BrowseFlag>BrowseDirectChildren</BrowseFlag>
      <Filter>res,res@protection,upnp:searchClass,res@microsoft:codec,res@duration</Filter>
      <StartingIndex>0</StartingIndex>
      <RequestedCount>100</RequestedCount>
      <SortCriteria/>
    </u:Browse>
  </s:Body>
</s:Envelope>
================================== HTTPSERVER REQUEST END =======================================
UMS does a bit of analysis on the files and sends back the result to the renderer

Code: Select all

TRACE 2022-06-09 20:17:55.022 [jupnp-netty-worker-3] net.pms.network.mediaserver.nettyserver.RequestV2 Response sent to Sangean WFT-3 [Unknown renderer]:
================================== HTTPSERVER RESPONSE BEGIN ====================================
HTTP/1.1 200 OK

HEADER:
  Content-Type: text/xml; charset="utf-8"
  Server: Windows_10-amd64-10.0, UPnP/1.0 DLNADOC/1.50, UMS/11.0.0-a2
  Content-Length: 15002

CONTENT:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <s:Body>
        <u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
            <Result>&lt;DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:sec="http://www.sec.co.kr/" xmlns:pv="http://www.pv.com/pvns/"&gt;&lt;container id="396" childCount="4" parentID="270" restricted="1"&gt;&lt;dc:title&gt;#--TRANSCODE--#&lt;/dc:title&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/396/thumbnail0000JPEG_SM_%23--TRANSCODE--%23.jpg&lt;/res&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/396/thumbnail0000JPEG_TN_%23--TRANSCODE--%23.jpg&lt;/res&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_LRG;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/396/thumbnail0000PNG_LRG_%23--TRANSCODE--%23.png&lt;/res&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_TN;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/396/thumbnail0000PNG_TN_%23--TRANSCODE--%23.png&lt;/res&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_SM" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/396/thumbnail0000JPEG_SM_%23--TRANSCODE--%23.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/396/thumbnail0000JPEG_TN_%23--TRANSCODE--%23.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_LRG" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/396/thumbnail0000PNG_LRG_%23--TRANSCODE--%23.png&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/396/thumbnail0000PNG_TN_%23--TRANSCODE--%23.png&lt;/upnp:albumArtURI&gt;&lt;upnp:class&gt;object.container.storageFolder&lt;/upnp:class&gt;&lt;/container&gt;&lt;item id="398" parentID="270" restricted="1"&gt;&lt;dc:title&gt;Highland&lt;/dc:title&gt;&lt;upnp:album&gt;Brilliant Streams&lt;/upnp:album&gt;&lt;upnp:artist&gt;Asturias&lt;/upnp:artist&gt;&lt;dc:creator&gt;Asturias&lt;/dc:creator&gt;&lt;upnp:genre&gt;Progressive Rock&lt;/upnp:genre&gt;&lt;dc:date&gt;1990&lt;/dc:date&gt;&lt;upnp:originalTrackNumber&gt;1&lt;/upnp:originalTrackNumber&gt;&lt;upnp:playbackCount&gt;0&lt;/upnp:playbackCount&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01" bitrate="320000" duration="0:06:33.534" sampleFrequency="44100" nrAudioChannels="2" bitsPerSample="16" size="15861632"&gt;http://192.168.1.45:5001/get/398/01+-+Highland.mp3&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_RES_500_437;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/398/thumbnail0000JPEG_RES500x437_01+-+Highland.mp3.jpg&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/398/thumbnail0000JPEG_SM_01+-+Highland.mp3.jpg&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/398/thumbnail0000JPEG_TN_01+-+Highland.mp3.jpg&lt;/res&gt;&lt;res resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_LRG;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/398/thumbnail0000PNG_LRG_01+-+Highland.mp3.png&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/398/thumbnail0000PNG_TN_01+-+Highland.mp3.png&lt;/res&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_SM" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/398/thumbnail0000JPEG_SM_01+-+Highland.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/398/thumbnail0000JPEG_TN_01+-+Highland.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_LRG" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/398/thumbnail0000PNG_LRG_01+-+Highland.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/398/thumbnail0000PNG_TN_01+-+Highland.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:class&gt;object.item.audioItem.musicTrack&lt;/upnp:class&gt;&lt;/item&gt;&lt;item id="400" parentID="270" restricted="1"&gt;&lt;dc:title&gt;Nostalgia&lt;/dc:title&gt;&lt;upnp:album&gt;Brilliant Streams&lt;/upnp:album&gt;&lt;upnp:artist&gt;Asturias&lt;/upnp:artist&gt;&lt;dc:creator&gt;Asturias&lt;/dc:creator&gt;&lt;upnp:genre&gt;Progressive Rock&lt;/upnp:genre&gt;&lt;dc:date&gt;1990&lt;/dc:date&gt;&lt;upnp:originalTrackNumber&gt;2&lt;/upnp:originalTrackNumber&gt;&lt;upnp:playbackCount&gt;0&lt;/upnp:playbackCount&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01" bitrate="320000" duration="0:05:54.716" sampleFrequency="44100" nrAudioChannels="2" bitsPerSample="16" size="14309248"&gt;http://192.168.1.45:5001/get/400/02+-+Nostalgia.mp3&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_RES_500_437;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/400/thumbnail0000JPEG_RES500x437_02+-+Nostalgia.mp3.jpg&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/400/thumbnail0000JPEG_SM_02+-+Nostalgia.mp3.jpg&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/400/thumbnail0000JPEG_TN_02+-+Nostalgia.mp3.jpg&lt;/res&gt;&lt;res resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_LRG;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/400/thumbnail0000PNG_LRG_02+-+Nostalgia.mp3.png&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/400/thumbnail0000PNG_TN_02+-+Nostalgia.mp3.png&lt;/res&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_SM" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/400/thumbnail0000JPEG_SM_02+-+Nostalgia.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/400/thumbnail0000JPEG_TN_02+-+Nostalgia.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_LRG" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/400/thumbnail0000PNG_LRG_02+-+Nostalgia.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/400/thumbnail0000PNG_TN_02+-+Nostalgia.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:class&gt;object.item.audioItem.musicTrack&lt;/upnp:class&gt;&lt;/item&gt;&lt;item id="402" parentID="270" restricted="1"&gt;&lt;dc:title&gt;Rogus&lt;/dc:title&gt;&lt;upnp:album&gt;Brilliant Streams&lt;/upnp:album&gt;&lt;upnp:artist&gt;Asturias&lt;/upnp:artist&gt;&lt;dc:creator&gt;Asturias&lt;/dc:creator&gt;&lt;upnp:genre&gt;Progressive Rock&lt;/upnp:genre&gt;&lt;dc:date&gt;1990&lt;/dc:date&gt;&lt;upnp:originalTrackNumber&gt;3&lt;/upnp:originalTrackNumber&gt;&lt;upnp:playbackCount&gt;0&lt;/upnp:playbackCount&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01" bitrate="320000" duration="0:06:41.946" sampleFrequency="44100" nrAudioChannels="2" bitsPerSample="16" size="16199552"&gt;http://192.168.1.45:5001/get/402/03+-+Rogus.mp3&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_RES_500_437;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/402/thumbnail0000JPEG_RES500x437_03+-+Rogus.mp3.jpg&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/402/thumbnail0000JPEG_SM_03+-+Rogus.mp3.jpg&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/402/thumbnail0000JPEG_TN_03+-+Rogus.mp3.jpg&lt;/res&gt;&lt;res resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_LRG;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/402/thumbnail0000PNG_LRG_03+-+Rogus.mp3.png&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/402/thumbnail0000PNG_TN_03+-+Rogus.mp3.png&lt;/res&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_SM" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/402/thumbnail0000JPEG_SM_03+-+Rogus.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/402/thumbnail0000JPEG_TN_03+-+Rogus.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_LRG" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/402/thumbnail0000PNG_LRG_03+-+Rogus.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/402/thumbnail0000PNG_TN_03+-+Rogus.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:class&gt;object.item.audioItem.musicTrack&lt;/upnp:class&gt;&lt;/item&gt;&lt;item id="404" parentID="270" restricted="1"&gt;&lt;dc:title&gt;Brilliant Streams&lt;/dc:title&gt;&lt;upnp:album&gt;Brilliant Streams&lt;/upnp:album&gt;&lt;upnp:artist&gt;Asturias&lt;/upnp:artist&gt;&lt;dc:creator&gt;Asturias&lt;/dc:creator&gt;&lt;upnp:genre&gt;Progressive Rock&lt;/upnp:genre&gt;&lt;dc:date&gt;1990&lt;/dc:date&gt;&lt;upnp:originalTrackNumber&gt;4&lt;/upnp:originalTrackNumber&gt;&lt;upnp:playbackCount&gt;0&lt;/upnp:playbackCount&gt;&lt;res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01" bitrate="320000" duration="0:22:42.155" sampleFrequency="44100" nrAudioChannels="2" bitsPerSample="16" size="54607744"&gt;http://192.168.1.45:5001/get/404/04+-+Brilliant+Streams.mp3&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_RES_500_437;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/404/thumbnail0000JPEG_RES500x437_04+-+Brilliant+Streams.mp3.jpg&lt;/res&gt;&lt;res size="57840" resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/404/thumbnail0000JPEG_SM_04+-+Brilliant+Streams.mp3.jpg&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/404/thumbnail0000JPEG_TN_04+-+Brilliant+Streams.mp3.jpg&lt;/res&gt;&lt;res resolution="500x437" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_LRG;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/404/thumbnail0000PNG_LRG_04+-+Brilliant+Streams.mp3.png&lt;/res&gt;&lt;res resolution="160x140" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" protocolInfo="http-get:*:image/png:DLNA.ORG_PN=PNG_TN;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00900000000000000000000000000000"&gt;http://192.168.1.45:5001/get/404/thumbnail0000PNG_TN_04+-+Brilliant+Streams.mp3.png&lt;/res&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_SM" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/404/thumbnail0000JPEG_SM_04+-+Brilliant+Streams.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="JPEG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/404/thumbnail0000JPEG_TN_04+-+Brilliant+Streams.mp3.jpg&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_LRG" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/404/thumbnail0000PNG_LRG_04+-+Brilliant+Streams.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:albumArtURI dlna:profileID="PNG_TN" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"&gt;http://192.168.1.45:5001/get/404/thumbnail0000PNG_TN_04+-+Brilliant+Streams.mp3.png&lt;/upnp:albumArtURI&gt;&lt;upnp:class&gt;object.item.audioItem.musicTrack&lt;/upnp:class&gt;&lt;/item&gt;&lt;/DIDL-Lite&gt;</Result>
            <NumberReturned>5</NumberReturned>
            <TotalMatches>5</TotalMatches>
            <UpdateID>22</UpdateID>
        </u:BrowseResponse>
    </s:Body>
</s:Envelope>
================================== HTTPSERVER RESPONSE END ======================================
By the looks of it UMS is sending a list of all the MP3s in that directory. Something in here might be wrong causing the renderer to not accept it.

I notied some warning errors in the log too that I am unfamilier with, I'm not sure they have anything to do with this though as none mentions the IP of that renderer.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
JDN165
Posts: 68
Joined: Wed Apr 04, 2018 6:47 pm

Re: Some folders show empty in 11.0.0-a2

Post by JDN165 »

Perhaps it might be an idea if I upload a log of the same action (browsing the same folders) in 10.19.0, so the logs can be compared somehow?
Because in 10.19.0 I have no problem at all with the browsing and playing of audio files.
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Some folders show empty in 11.0.0-a2

Post by mik_s »

Good idea, worth a try.
Does it also happen in version 10.21.1? give that a try too as it may not have to do with the big changes in V11

There is a possibility that the cause of this is a bug that misidentifies audio media as video so is sending the wrong information to the renderer. There is a fix for that in V11.1.0 but don't know when that is released to everyone, at the moment it is on early release for patreons.

The devs now know about this so hopefully they can find the problem. I posted on GitHub if you want to check it.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
JDN165
Posts: 68
Joined: Wed Apr 04, 2018 6:47 pm

Re: Some folders show empty in 11.0.0-a2

Post by JDN165 »

Interesting development:

Your suggestion to test this also with 10.21.1 was a good one.
I repeated all of my previous tests, the same way, and it's obvious that the same problem is already in 10.21.1.
So, I went back to 10.20.0 (clean install, no settings changed), and... the problem is also in this version.
To be sure I went back again to 10.19.0 (also clean install, no settings changed), and everything works fine here.

So, the conclusion for now is that the problem described in this topic is not introduced in 11.0.0-a2, but the problem is introduced in 10.20.0.
(the title of this topic is of course no longer correct, but I can't change it)

I uploaded the trace logs of 10.19.0, 10.20.0 and 10.21.1, where the first one is from a version where I can browse and play a random selected folder, and the two other logs are from versions where the same folder results in a "No results found" message on my Sangean music player (the renderer).

Hope this new information will shine some light on the issue.
Attachments
ums_dbg_2022-06-12-14-07__10.19.0.zip
The music folder can be browsed and played
(126.83 KiB) Downloaded 181 times
ums_dbg_2022-06-12-14-27__10.20.0.zip
The music folder results in a "No results found" message
(131.47 KiB) Downloaded 188 times
ums_dbg_2022-06-12-13-52__10.21.1.zip
The music folder results in a "No results found" message
(145.26 KiB) Downloaded 176 times
User avatar
mik_s
Moderator
Posts: 1114
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Some folders show empty in 10.20.0+

Post by mik_s »

Thanks. That will help narrow down what has changed between 10.19.0 and 10.20.0. I'll change the topic title too.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Post Reply