Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: possible to use local freedb? (Read 1663 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

possible to use local freedb?

Hi!
Is it possible to use a local copy of freedb?
How?

Thanks
florian

 

possible to use local freedb?

Reply #1
You mean with foo_freedb? No, because that would mean implementing fuzzy matching in the plugin (with plain "discid matching" your match count would be close to zero).

I'm guessing that brute force searching through whole database would be terribly slow, so some hashtables would be required (and of course utility that scans database and generates those hashtables, updates them each time user updates database).   

But you can always try to build and configure your local freedb server (should compile under Cygwin)...