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

MythTV noreply at mythtv.org
Sat Jan 3 05:45:28 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.5
Component:  Themes        |        Version:  Unspecified
 Severity:  medium        |     Resolution:  fixed
 Keywords:                |  Ticket locked:  0
--------------------------+------------------------------------------------

Comment (by Frank Phillips <fphillips81@…>):

 Here is qregexp-editor output, for reference.

 With \S:
 {{{
 % (|YEAR|)%"
 "--> Capture 1:  (|"
 "------> Pos:8"
 "--> Capture 2:  ("
 "------> Pos:8"
 "--> Capture 3: "
 "--> Capture 4: YEAR|)"
 "------> Pos:11"
 "--> Capture 5: "
 "--> Capture 6: "
 }}}

 With commit reverted (\w):
 {{{
 % (|YEAR|)%"
 "--> Capture 1:  (|"
 "------> Pos:8"
 "--> Capture 2:  ("
 "------> Pos:8"
 "--> Capture 3: "
 "--> Capture 4: YEAR"
 "------> Pos:11"
 "--> Capture 5: |)"
 "------> Pos:15"
 "--> Capture 6: )"
 "------> Pos:16"
 }}}

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


More information about the mythtv-commits mailing list