[mythtv-commits] Ticket #12202: UPnP : Fix recordings thumbnail images broken in some clients

MythTV noreply at mythtv.org
Tue Jul 22 14:31:57 UTC 2014


#12202: UPnP : Fix recordings thumbnail images broken in some clients
-----------------------------+-----------------------------
 Reporter:  ludvik.tesar@…   |          Owner:  stuartm
     Type:  Patch - Bug Fix  |         Status:  closed
 Priority:  minor            |      Milestone:  unknown
Component:  MythTV - UPnP    |        Version:  Unspecified
 Severity:  medium           |     Resolution:  fixed
 Keywords:                   |  Ticket locked:  0
-----------------------------+-----------------------------

Comment (by ludvik.tesar@…):

 Hi Stuart,

 I am sorry, I have overlooked one error which you have unfortunately
 copied into the changeset
 [changeset:"84705913ebfe904d6cb85a3b192b6eacfe6537e3/mythtv"]

 In line 456 in upnpcdstv.cpp there is :

   sProtocol = QString( "http-get:*:image/png:DLNA.ORG_PN=JPG_TN");

 which should obviously be :

   sProtocol = QString( "http-get:*:image/jpeg:DLNA.ORG_PN=JPG_TN");

 I am not sure how JPG_TN,image/jpg is interchangeable with
 JPEG_TN,image/jpeg. At the moment, in my live system, I am using the
 version with both "e"'s "http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN" and it
 works, but I will change it to whatever you decide to use, just to test
 it.

 Sorry again for the confusion, I hope it is easy to fix in existing
 changeset.

 I am not sure whether you get this comment, could you just drop the e-mail
 to me?

 Thanks,
 Ludvik

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12202#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list