[mythtv-commits] Ticket #12003: Episode info not usable in templates in themes

MythTV noreply at mythtv.org
Sun Oct 4 19:59:03 UTC 2015


#12003: Episode info not usable in templates in themes
--------------------------+------------------------------------------------
 Reporter:  thomas@…      |          Owner:  Jonatan Lindblad <jlindblad@…>
     Type:  Patch - Bug   |         Status:  closed
  Fix                     |
 Priority:  minor         |      Milestone:  0.27.6
Component:  Themes        |        Version:  Unspecified
 Severity:  medium        |     Resolution:  fixed
 Keywords:                |  Ticket locked:  0
--------------------------+------------------------------------------------
Changes (by Karl Dietz <dekarl@…>):

 * status:  infoneeded_new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"e5e095bcb6d03f1edd107c04a8cd14c90145c079/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="e5e095bcb6d03f1edd107c04a8cd14c90145c079"
 Fiddle with the theme template regular expression for #12003

 It appears that \w worked for a long time. But does not match #
 so it was changed to \S which matches everything but white space.

 Now try with \w and explicit #.

 The regexp is tested with online tools.
 (I couldn't get QRegExp-Editor to build and refactoring to suit unit
 tests didn't look easy)

 Fixes #12003

 (cherry picked from commit bb6fe50f70e47b836bcc9752af32996fd114a15e)
 }}}

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


More information about the mythtv-commits mailing list