ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

The search index is now rebuilt at startup if the number of entries is different. #159

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 15:52:56 on 2011-10-28

If the downloads search index gets out of step for whatever reason (crashes, users moving files around, bugs, etc..), there is currently no method to detect this and re-build the index if required.

It would be worthwhile adding a check on startup to make sure that the number of downloads and the number of download search entries are the same, and re-building the index if not.


Imported from Bug 566 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 16:45:12 on 2011-10-28

Implemented in a77709c.