remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

A better cron script #22

Closed madjar closed 12 years ago

madjar commented 12 years ago

@remram44 had great plans for the cron script (see #2). He put some infrastructure for this in the Indexer class, but I'm not sure what he had in mind (I'm not sure what SEARCH_ON_USER means, for example).

I've made a kludge cron.py for now, but @remram44 should implement his idea when he has time.

remram44 commented 12 years ago

This also means parallelized scanning (and maybe indexing?)

remram44 commented 12 years ago

This is detailed in #27.