[mythtv-users] MythWeb Recording Schedule
Scott & Nicole Harris
snharris99 at live.com
Mon Jun 25 16:23:19 UTC 2012
>>>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>
Nope...
<legend>Filters</legend>
<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>
I'd say we have very different versions. Mine is the most current from the
Mythbuntu repos.
More information about the mythtv-users
mailing list