Kodi Community Forum

Full Version: Kodi not delivering art via upnp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there,

I've had the problem that kodi is not delivering art to my upnp clients. The problem first occurred when i upgraded to helix, and it now persists after upgrading to isengard (15.1).
I'm running with the headless patch provided here and everything is running fine, except I don't see any art on my upnp clients whereas on the webservice all pictures are displayed correctly.

What my log says with debug logging enabled:
Quote:21:21:19 T:139919624234752 DEBUG: Received request to serve '9BD6C0F8F6B3E2E4FEF716B4C17CC006/79349-28.jpg' = 'image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f79349-28.jpg/'
21:21:19 T:139919624234752 WARNING: Platinum [platinum.media.server.file.delegate]: NPT_CHECK failed, result=-20005 (NPT_ERROR_NO_SUCH_ITEM) [(ServeFile(request, context, response, NPT_FilePath::Create(m_FileRoot, file_path)))]
21:21:19 T:139919624234752 INFO: Platinum [platinum.core.http.servertask]: PLT_HttpServerSocketTask::Write
HTTP/1.1 404 Not Found
Content-Disposition: inline; filename=""
Date: Fri, 16 Oct 2015 19:21:19 GMT
Content-Length: 132
Content-Type: text/html
Server: UPnP/1.0 DLNADOC/1.50 Kodi

I would appreciate any insight into this. I'd love to get this fixed without having to re-scan the entire library.
Thanks in advance!
Hi

I'm facing the exact same behaviour with kodi-headless within docker - exactly the same warnings from platinum.media.server.file.delegate which can't find the images
I compared the logs with native KODI on openELEC where art over UPnP works fine to get a clue where the UPnP server get the images from because i thought it has something to do with the Thumbnails folder under userdata

interesting thing on headless kodi is that like you mentioned the webservice shows all the art - also fills up the Thumbnail folder but never uses it - with a refresh the images are again taken from internet


following log is from working UPnP art on native KODI and i found it interesting that despite of the webservice it seems UPnP server isn't using Thumbnails folder

Quote:INFO: Platinum [platinum.core.http.server]: PLT_HttpServer::SetupResponse GET request from 172.27.1.103:44168 for "http://172.27.0.107:1645/%25/1C3ED1EE3F5BA381A3EB0A87180ECCEA/gu0CNamrj0u6FwnPjYyUdmJvFbW.jpg"
GET /%25/1C3ED1EE3F5BA381A3EB0A87180ECCEA/gu0CNamrj0u6FwnPjYyUdmJvFbW.jpg HTTP/1.1
User-Agent: BubbleUPnP UPnP/1.1
Host: 172.27.0.107:1645
Connection: Keep-Alive
Accept-Encoding: gzip
INFO: Platinum [platinum.media.server.file.delegate]: PLT_FileMediaServerDelegate:TonguerocessFileRequest:
GET /%25/1C3ED1EE3F5BA381A3EB0A87180ECCEA/gu0CNamrj0u6FwnPjYyUdmJvFbW.jpg HTTP/1.1
User-Agent: BubbleUPnP UPnP/1.1
Host: 172.27.0.107:1645
Connection: Keep-Alive
Accept-Encoding: gzip
DEBUG: Received request to serve '1C3ED1EE3F5BA381A3EB0A87180ECCEA/gu0CNamrj0u6FwnPjYyUdmJvFbW.jpg' = 'image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2fgu0CNamrj0u6FwnPjYyUdmJvFbW.jpg/'
did you found anything helpful - i can't understand where headless kodi tries to get the images and why it can find them