View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016929 | MMW v4 | DLNA/UPnP | public | 2020-09-15 14:10 | 2020-11-08 00:26 |
Reporter | lowlander | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1 | ||||
Target Version | 4.1.31 | Fixed in Version | 4.1.31 | ||
Summary | 0016929: UPNP Search shows empty results for Albums and Artists | ||||
Description | When doing an UPnP Search of the MM5 Media Server there are no results shown when selecting to view Albums or Artists. Tracks does show results , but can fail to show results in a timely fashion when switching between Albums, Artists and Tracks. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=26&t=97356 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1915 | ||||
related to | 0016584 | closed | Ludek | MMW v4 | UPnP Search: UPnP search do not return correct results |
related to | 0017024 | closed | Ludek | MMW 5 | UPNP Search shows empty results for Albums and Artists |
related to | 0017051 | closed | Ludek | MMW 5 | Find more from same on CD not in library does not work right when there is a custom collection |
|
I can't replicate, but it is interesting that if I click on search icon whe Albums/Artist are selected results are shown almost immediately. |
|
I hope that MMW debug log is usable, I also noticed that he uses TP-Link USB Adapter on PC so Double WiFi connection if used on same router can create bottleneck and slow don search. |
|
1) PERFORMANCE 9R5I4HTRY3 - I can see that Request: id:0,filter:*,search:(upnp:class = "object.container.album.musicAlbum") and (dc:title contains "Elton John" or dc:creator contains "Elton John" or upnp:artist contains "Elton John" or upnp:genre contains "Elton John" ), Items: 0-20 Response: <DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sec="http://www.sec.co.kr/dlna/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"></DIDL-Lite> It means no items returned from MMW. If there should be some albums appear, maybe be user should provide MMW database to analyze for Ludek. J8588XJ299 Request: id:0,filter:*,search:(upnp:class = "object.container.person.musicArtist") and (dc:title contains "Elton John" or upnp:genre contains "Elton John" ), Items: 0-20 (Timeout of 19 seconds while waiting for HTTP request) Connection error or no response received It means that a) Connection issues or b) Processing of result takes too much time on MMW side. 2) UI From my testing MMA has an issue in Tab views to show (LOADING/NO_ITEMS)state correctly. So a user doesn't know whether MMA is still loading or a result is empty. It's caused by tabs, which cover the "empty/loading" view. This UI issue is already fixed in MMA 2.0. In MMA 1.4.x tabs are implemented in the old way and it will take some time to solve this issue. So I can try to fix it also to 1.4.2, but I would like to postpone further testing to version 2.0.X, which should be tested in all ways and we can implement required improvements immediately. |
|
Re 2) UI Fixed in build 1.4.2.939 |
|
No all collections are selected. I have made setup on my PC and was able to replicate bug Even MMA ended in failed connection. Full MMW Log File uploaded on FTP. |
|
|
|
Fixed in 4.1.31.1915 and merged to 5.0.0.2271 as 0017024 The issue really was that MM4/MM5 was not searching the default 'Music' collection for the album/artist items, but the 'Recently Added' custom collection instead -- this also confirms the user's workaround of changing the value of 'recently added' to a ridiculously large 1500 (days) |
|
Verified 2273 and with requested build of 1915 from user. |