Re: Exclusion lists (Was Re: PlkrData Alpha Up)

2002-11-20 Thread Robert O'Connor
> >Probably a exclusion INI entry would have easier maintainabilty vis-a-vis > >a blob of binary > >data. > >Yes, there would be a few lines added to the Python parser in the > >ExclusionList.py file to add > >the entries to the exclusions. The Desktop would read/write to the INI > >instead of a

Re: Exclusion lists (Was Re: PlkrData Alpha Up)

2002-11-20 Thread David A. Desrosiers
> Okay, is this a proposal or merely a discussion? I ask because if the > former, what I'd like to do is have PlkrData move the exclusion from > whichever source (INI or file) it is on the source, to the INI on the > destination. ..as long as you don't break existing functionality, i.e.

Re: Exclusion lists (Was Re: PlkrData Alpha Up)

2002-11-20 Thread Fringe Ryder
At 02:37 PM 11/20/2002 +, Robert O'Connor wrote: > Therefore, it was put forward, to include exclusions > >as numbered keys, > >using the existing method of an exclusion list entry. For example: > >exclusion_item1=0:-:.*\.mp3$ > >exclusion_item2=0:-:http://.*www.x10.com/.* > >The parser would

Exclusion lists (Was Re: PlkrData Alpha Up)

2002-11-20 Thread Robert O'Connor
> Therefore, it was put forward, to include exclusions > >as numbered keys, > >using the existing method of an exclusion list entry. For example: > >exclusion_item1=0:-:.*\.mp3$ > >exclusion_item2=0:-:http://.*www.x10.com/.* > >The parser would then loop through a section, looking to see if there