Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11200 closed Bug Report - General (fixed)

Multiple spaces in recording title makes recording inaccessible

Reported by: Kenni Lund [kenni a kelu dot dk] Owned by: stuartm
Priority: minor Milestone: 0.26.1
Component: MythTV - User Interface Library Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When a recording has multiple spaces next to each other in its title;

mysql> select title from recorded where title LIKE "Undercover%"\G;
*************************** 1. row ***************************
title: Undercover chef -  danske diakonplejehjem
1 row in set (0.00 sec)

..then the recording will be inaccessible from the default recordings view, as the two spaces are truncated into one:
http://postimage.org/image/p57ovzlax/

But it can still be seen through a custom search and the "Show Searches" group view:
http://postimage.org/image/62loz0xhx/

This seems to be independent of the theme, I've tested Arclight, Mythbuntu and Steppes.

MythTV 0.26-fixes version: v0.26.0-14-g280e7ef

Change History (3)

comment:1 Changed 11 years ago by Stuart Morgan <smorgan@…>

Resolution: fixed
Status: newclosed

In b47711179612a12d8e4f888c426cb5b268893797/mythtv:

Don't strip unnecessary white space from title when creating the title list. Fixes #11200

comment:2 Changed 11 years ago by stuartm

Milestone: unknown0.26.1

comment:3 Changed 11 years ago by Stuart Morgan <smorgan@…>

In 793814e81ae7f0b2e54df6adf9b64d43b0f52df3/mythtv:

Don't strip unnecessary white space from title when creating the title list. Fixes #11200
(cherry picked from commit b47711179612a12d8e4f888c426cb5b268893797)

Note: See TracTickets for help on using tickets.