[mythtv-commits] Ticket #11865: Patch: Services API GetChannelIcon doesn't respect Storage Group: ChannelIcons

MythTV noreply at mythtv.org
Thu Sep 19 00:46:35 UTC 2013


#11865: Patch: Services API GetChannelIcon doesn't respect Storage Group:
ChannelIcons
-------------------------------------------------+-------------------------
     Reporter:  Bill Meek <keemlib@…>            |      Owner:
         Type:  Patch - Bug Fix                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Services API - Backend  |    Version:  Master Head
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 If <backend>:6544/Channel/GetChannelIcon?ChanId=n is used,
 and the backend has been configured to use the ChannelIcons
 StorageGroup and the user has correctly used used file names
 for their icons (not full path names,) then the backend log
 will look like:

 {{{
 2013-09-17 18:55:40.199823 N [3204/8242] ProcessRequest
 mainserver.cpp:5326 (HandleSetVerbose) - Verbose mask changed, new mask
 is:  general upnp
 2013-09-17 18:55:53.850059 I [3204/8227] HttpServer60 httprequest.cpp:1366
 (ExtractMethodFromURL) - ExtractMethodFromURL(end) : GetChannelIcon :
 /Guide
 2013-09-17 18:55:53.850097 I [3204/8227] HttpServer60 servicehost.cpp:294
 (ProcessRequest) - ServiceHost::ProcessRequest: GetChannelIcon : GET
 /Guide/GetChannelIcon?ChanId=1051 HTTP/1.1
 2013-09-17 18:55:53.850265 I [3204/8227] HttpServer60 httprequest.cpp:764
 (FormatFileResponse) - HTTPRequest::FormatFileResponse() - cannot find
 file
 2013-09-17 18:55:53.850313 I [3204/8227] HttpServer60 httprequest.cpp:244
 (SendResponse) - HTTPRequest::SendResponse(xml/html) () :404 Not Found ->
 192.168.1.200: 2

 }}}

 The patch allows the use of the ChannelIcons StorageGroup for
 users with and without full path names in their mythconverg
 channel table.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11865>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list