[mythtv-commits] Ticket #11311: Double or trailing spacing in title prevents display in 'Watch Recordings'

MythTV noreply at mythtv.org
Thu Dec 27 04:24:30 UTC 2012


#11311: Double or trailing spacing in title prevents display in 'Watch Recordings'
------------------------+--------------------------------------
 Reporter:  jcube00@…   |           Type:  Bug Report - General
   Status:  new         |       Priority:  minor
Milestone:  unknown     |      Component:  MythTV - General
  Version:  0.26-fixes  |       Severity:  medium
 Keywords:              |  Ticket locked:  0
------------------------+--------------------------------------
 If a recorded show title contains either
 a. a double space character anywhere in the title
 b. a single trailing space at the end of the title
 then, the display group  will show no recordings for that title and the
 error 'There are no recordings in your current view' is incorrectly
 positioned over the top of the list.

 The following SQL selects all the recordings in my list that trigger this
 bug

 {{{
 SELECT * FROM `recorded` WHERE `title` LIKE '%  %' OR `title` LIKE '% '
 }}}

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


More information about the mythtv-commits mailing list