[mythtv-users] MythWeb Recording Schedule

Martin Moores moores.martin at gmail.com
Mon Jun 25 16:04:40 UTC 2012


On 25 June 2012 16:06, Scott & Nicole Harris <snharris99 at live.com> wrote:

>
>  Weird, I have 8 options under filters.  Don't know if this list varies
>> depending on the type of programme you are trying to record, can't say I
>> have noticed any differences.
>>
>
>  What programme is it?  Where in the world are you?  I can try and
>> replicate
>>
>
>  Martin
>>
>
> I'm in the USA.  It's all my programs, name one...The Big Bang Theory, The
> Office, NCIS...all of them.  Would it help if included sections of code
> from any files for you to compare?
>

I know nothing about the code, so can only post my observations.  I have
just selected a programme from the guide and in Firefox, gone to "view
source" (right click menu).

Line 641-659 is as follows:

                <fieldset>
                <legend>Filters</legend>
                                        <dt><label
for="recordfilter_$id">New episode:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_0" name="recordfilter_0" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">Identifiable episode:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_1" name="recordfilter_1" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">First showing:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_2" name="recordfilter_2" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">Prime time:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_3" name="recordfilter_3" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">Commercial free:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_4" name="recordfilter_4" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">High definition:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_5" name="recordfilter_5" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">This episode:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_6" name="recordfilter_6" value="1"></dd>
                                        <dt><label
for="recordfilter_$id">This series:</label></dt>
                        <dd><input type="checkbox" class="radio"
id="recordfilter_7" name="recordfilter_7" value="1"></dd>
                                </fieldset>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120625/861e0921/attachment.html>


More information about the mythtv-users mailing list