[mythtv-commits] Ticket #12320: Services API GetSetting is Case Sensitive

MythTV noreply at mythtv.org
Sat Jan 23 14:14:14 UTC 2016


#12320: Services API GetSetting is Case Sensitive
---------------------------------------------+----------------------------
 Reporter:  drew@…                           |          Owner:  bmeek
     Type:  Bug Report - General             |         Status:  infoneeded
 Priority:  minor                            |      Milestone:  unknown
Component:  MythTV - Services API - Backend  |        Version:  0.27.4
 Severity:  medium                           |     Resolution:
 Keywords:  services api                     |  Ticket locked:  0
---------------------------------------------+----------------------------

Comment (by drew@…):

 {{{
 mysql> SELECT DISTINCT hostname FROM settings;
 +-----------------+
 | hostname        |
 +-----------------+
 | Backend         |
 | NULL            |
 | HTPC1           |
 | BedroomPi       |
 | DeskPi          |
 | LivingRoom      |
 | localhost       |
 | LoftRPI2        |
 | xbian           |
 +-----------------+
 9 rows in set (0.03 sec)

 $ hostname
 Backend

 $ curl 10.0.0.254:6544/Myth/GetHostName
 <?xml version="1.0" encoding="UTF-8"?><String>Backend</String>

 }}}

 This doesn't show the "htpc" lower-case version because I have since
 removed that client and its associated settings.

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


More information about the mythtv-commits mailing list