Opened 12 years ago

Closed 12 years ago

#11311 closed Bug Report - General (Invalid)

Double or trailing spacing in title prevents display in 'Watch Recordings'

Reported by: jcube00@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If a recorded show title contains either

  1. a double space character anywhere in the title
  2. 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 '% '

Attachments (1)

Screenshot - MythTV Frontend.png (47.1 KB) - added by jcube00@… 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by jcube00@…

comment:1 Changed 12 years ago by stuartm

Resolution: Invalid
Status: newclosed

This was fixed four weeks ago.

Note: See TracTickets for help on using tickets.