I think None will default the variable, which _should_ be False for
booleans. Maybe someone with more Python knowledge can answer that.

On Wed, Jul 9, 2008 at 5:18 PM, Elizabeth Dodd <[EMAIL PROTECTED]> wrote:
> On Wed, 9 Jul 2008, Justin Wetherell wrote:
>> OK, I just looked at the code and it seems like I did do a separate
>> flag for priorities, it is called conflict resolution.
>>
>> I added the following code a long time ago.
>> TV_RECORD_DUPLICATE_DETECTION
>> TV_RECORD_ONLY_NEW_DETECTION
>> TV_RECORD_CONFLICT_RESOLUTION
>>
>> TV_RECORD_DUPLICATE_DETECTION will check to see if the episode has
>> been recorded before, it will not tape repeated episodes.
>>
>> TV_RECORD_ONLY_NEW_DETECTION will check the date of the episode, if
>> it's original air date is today or in the future it will record.
>>
>> TV_RECORD_CONFLICT_RESOLUTION will schedule recordings based on
>> priority and will try to reschedule recordings at different times if
>> there is a conflict.
>
> Thanks Justin
> I had
> # This will enable duplicate recording detection
> TV_RECORD_DUPLICATE_DETECTION = True
>
> # This will enable only new episodes to be recorded
> TV_RECORD_ONLY_NEW_DETECTION = True
> TV_RECORD_CONFLICT_RESOLUTION = None
>
>
> so I've just changed that last None to True
> I wonder about the inconsistency of True vs None
> elsewhere we have True vs False
> If someone put False where None was expected anywhere in local_conf.py
> does it still work?
>
> --
> Marriage is the sole cause of divorce.
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to