Your message dated Tue, 24 Mar 2020 22:03:54 +0100 with message-id <CA+7wUswzMkFdbaW3YajycYMJGV-wb=muEXAsmJdFZNDcUYVW=w...@mail.gmail.com> and subject line Re: Bug#954887: Acknowledgement (Returning UPnP response with 200 items out of 246 total matches) has caused the Debian Bug report #954887, regarding Returning UPnP response with 200 items out of 246 total matches to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 954887: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954887 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: vlc Version: 3.0.8-0+deb10u1 It seems that VLC cannot display all the Movies from my kodi installation (over UPnP). For some reason I see in the debug log of kodi that only a portion of the files are being send, it looks as if this is chunked into section of 200 movies, the remaining should be requested. Log from kodi: LibreELEC # grep UPnP /storage/.kodi/temp/kodi.log | grep -v videodb 2020-03-24 21:35:20.840 T:1484030848 DEBUG: UPnP Translated id to 'virtualpath://upnproot/' 2020-03-24 21:35:20.841 T:1484030848 INFO: UPnP: Received Browse DirectChildren request for object '0', with sort criteria 2020-03-24 21:35:20.843 T:1484030848 DEBUG: Building UPnP response with filter '*', starting @ 0 with 5000 requested 2020-03-24 21:35:20.843 T:1484030848 DEBUG: UPnP: Building didl for object 'musicdb://' 2020-03-24 21:35:20.844 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/' 2020-03-24 21:35:20.844 T:1484030848 DEBUG: Returning UPnP response with 2 items out of 2 total matches 2020-03-24 21:35:31.209 T:1484030848 DEBUG: UPnP Translated id to 'library://video/' 2020-03-24 21:35:31.210 T:1484030848 INFO: UPnP: Received Browse DirectChildren request for object 'library://video/', with sort criteria 2020-03-24 21:35:31.231 T:1484030848 DEBUG: Building UPnP response with filter '*', starting @ 0 with 5000 requested 2020-03-24 21:35:31.281 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/' 2020-03-24 21:35:31.301 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/musicvideos/' 2020-03-24 21:35:31.313 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/files.xml/' 2020-03-24 21:35:31.326 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/playlists.xml/' 2020-03-24 21:35:31.327 T:1484030848 DEBUG: Returning UPnP response with 4 items out of 4 total matches 2020-03-24 21:35:47.962 T:1484030848 DEBUG: UPnP Translated id to 'library://video/movies/' 2020-03-24 21:35:47.962 T:1484030848 INFO: UPnP: Received Browse DirectChildren request for object 'library://video/movies/', with sort criteria 2020-03-24 21:35:47.990 T:1484030848 DEBUG: Building UPnP response with filter '*', starting @ 0 with 5000 requested 2020-03-24 21:35:48.037 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/recentlyaddedmovies.xml/' 2020-03-24 21:35:48.054 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/genres.xml/' 2020-03-24 21:35:48.066 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/titles.xml/' 2020-03-24 21:35:48.079 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/years.xml/' 2020-03-24 21:35:48.091 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/actors.xml/' 2020-03-24 21:35:48.103 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/directors.xml/' 2020-03-24 21:35:48.116 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/studios.xml/' 2020-03-24 21:35:48.128 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/sets.xml/' 2020-03-24 21:35:48.140 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/country.xml/' 2020-03-24 21:35:48.152 T:1484030848 DEBUG: UPnP: Building didl for object 'library://video/movies/tags.xml/' 2020-03-24 21:35:48.153 T:1484030848 DEBUG: Returning UPnP response with 10 items out of 10 total matches 2020-03-24 21:35:54.498 T:1484030848 DEBUG: UPnP Translated id to 'library://video/movies/titles.xml/' 2020-03-24 21:35:54.498 T:1484030848 INFO: UPnP: Received Browse DirectChildren request for object 'library://video/movies/titles.xml/', with sort criteria 2020-03-24 21:35:54.722 T:1484030848 DEBUG: Building UPnP response with filter '*', starting @ 0 with 5000 requested 2020-03-24 21:35:55.648 T:1484030848 DEBUG: Returning UPnP response with 200 items out of 246 total matches
--- End Message ---
--- Begin Message ---Turns out this is a server side limitation in kodi+LibreELEC: LibreELEC # cat /storage/.kodi/userdata/upnpserver.xml <upnpserver> <UUID>e6ed9e0b-0580-e62c-4fc0-3a7e789f7575</UUID> <Port>1973</Port> <MaxReturnedItems>200</MaxReturnedItems> <UUIDRenderer></UUIDRenderer> <PortRenderer>0</PortRenderer> </upnpserver> Simply changing 200 into 400 fixed the symptoms.
--- End Message ---

