[searches] in config.ini?

Posted by: loren

[searches] in config.ini? - 09/02/2002 11:01

does anyone know what the:

[searches]
amount=0

flag in config.ini is for?
Posted by: adavidw

Re: [searches] in config.ini? - 09/02/2002 11:58

The [searches] section is where the number of saved searches you've defined in emplode go. For example, mine looks like this:

[searches]
amount=1

and then there are separate sections for the actual search, like on mine:

[search0]
expression=play_count>10
type=advanced
name=playcount
Posted by: tfabris

Re: [searches] in config.ini? - 10/02/2002 01:21

Wow, that's nice. I didn't realize emplode would be storing those on the player. I thought they would go into the local system registry. But if you think about it, it makes more sense to store them per-player.

Anyone want to make sure that gets into the documentation at riocar.org?
Posted by: loren

Re: [searches] in config.ini? - 10/02/2002 11:28

fancy! i didn't realize that either. Thanks for the explanation.
Posted by: loren

Re: [searches] in config.ini? - 10/02/2002 11:57

Oh man... i started to add that info to the dev section, then i realized just how many new fields need to be added. Maybe i'll get to that tonight when i have some more time.