Mailing List Archive

Problem with template tag
I noticed that most (all?) my <template> tags stopped working. Did I
miss some change that leads to this?

take this for example, nothing gets shown:
<textarea name="description" from="buttontext">
<template>%YEARSTARS% %DESCRIPTION% %|(LENMINS|)%</template>
</textarea>

thanks for the help.

Cheers, Elkin
_______________________________________________
mythtv-theming mailing list
mythtv-theming@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-theming
Re: Problem with template tag [ In reply to ]
On Sunday 26 Sep 2010 15:13:51 Elkin Fricke wrote:
> I noticed that most (all?) my <template> tags stopped working. Did I
> miss some change that leads to this?
>
> take this for example, nothing gets shown:
> <textarea name="description" from="buttontext">
> <template>%YEARSTARS% %DESCRIPTION% %|(LENMINS|)%</template>
> </textarea>

Which version of trunk? mythfrontend --version

The regexp was broken for ~4 hours a week ago and that would explain what you
are seeing. Affected revisions 26412 to 26417
--
Stuart Morgan
_______________________________________________
mythtv-theming mailing list
mythtv-theming@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-theming
Re: Problem with template tag [ In reply to ]
On Sun, Sep 26, 2010 at 4:30 PM, Stuart Morgan <stuart@tase.co.uk> wrote:
> On Sunday 26 Sep 2010 15:13:51 Elkin Fricke wrote:
>> I noticed that most (all?) my <template> tags stopped working. Did I
>> miss some change that leads to this?
>>
>> take this for example, nothing gets shown:
>> <textarea name="description" from="buttontext">
>> <template>%YEARSTARS% %DESCRIPTION% %|(LENMINS|)%</template>
>> </textarea>
>
> Which version of trunk? mythfrontend --version
>
> The regexp was broken for ~4 hours a week ago and that would explain what you
> are seeing. Affected revisions 26412 to 26417
> --


Please attach all output as a file in bug reports.
MythTV Version : 26520
MythTV Branch : trunk
Network Protocol : 63
Library API : 0.23.20100917-1
QT Version : 4.6.2
Options compiled in:
linux debug using_alsa using_jack using_oss using_pulse
using_pulseoutput using_backend using_bindings_perl
using_bindings_python using_dvb using_firewire using_frontend
using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu
using_lirc using_mheg using_opengl_video using_opengl_vsync
using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv
using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl
using_bindings_python using_mythtranscode using_opengl using_vdpau
using_ffmpeg_threads using_live using_mheg
_______________________________________________
mythtv-theming mailing list
mythtv-theming@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-theming
Re: Problem with template tag [ In reply to ]
Ok, thanks Elkin, I see the bug, mea culpa. Should be fixed in a couple of
minutes.
--
Stuart Morgan
_______________________________________________
mythtv-theming mailing list
mythtv-theming@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-theming
Re: Problem with template tag [ In reply to ]
On Sun, Sep 26, 2010 at 4:49 PM, Stuart Morgan <stuart@tase.co.uk> wrote:
>
> Ok, thanks Elkin, I see the bug, mea culpa. Should be fixed in a couple of
> minutes.

Hi Stuart, I seem to still have some issues. The following does not
seem to work:

<textarea name="titlesubtitle">
<template>%TITLESUBTITLE%% (|LENMINS|)%</template>
</textarea>

Desired outcome would be:

Big Ideas - "Ayaan Hirsi Ali on Islam" (52 Minuten)

but I get:

Big Ideas - "Ayaan Hirsi Ali on Islam" (52 Minuten

The ) at the end missing.

mythfrontend complains with:

QString::arg: Argument missing: (52 Minuten, )

My current setup:
mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : 26557
MythTV Branch : trunk
Network Protocol : 63
Library API : 0.23.20100917-1
QT Version : 4.7.0
Options compiled in:
linux debug using_alsa using_jack using_oss using_pulse
using_pulseoutput using_backend using_bindings_perl
using_bindings_python using_dvb using_firewire using_frontend
using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu
using_lirc using_mheg using_opengl_video using_opengl_vsync
using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv
using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl
using_bindings_python using_mythtranscode using_opengl using_vdpau
using_ffmpeg_threads using_live using_mheg
_______________________________________________
mythtv-theming mailing list
mythtv-theming@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-theming
Re: Problem with template tag [ In reply to ]
On Tuesday 28 Sep 2010 18:36:49 Elkin Fricke wrote:
> On Sun, Sep 26, 2010 at 4:49 PM, Stuart Morgan <stuart@tase.co.uk> wrote:
> > Ok, thanks Elkin, I see the bug, mea culpa. Should be fixed in a couple
> > of minutes.
>
> Hi Stuart, I seem to still have some issues. The following does not
> seem to work:

Fix committed.

--
Stuart Morgan
_______________________________________________
mythtv-theming mailing list
mythtv-theming@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-theming