546
edits
mNo edit summary |
Epoximator (talk | contribs) |
||
Line 19: | Line 19: | ||
* anidb2 uses unique id(s) to support manual file<->song matching via the webinterface | * anidb2 uses unique id(s) to support manual file<->song matching via the webinterface | ||
alternatively: | |||
* avdump sends data to anidb2 udpapi | |||
* anidb2 udpapi stores all data | |||
* anidb2 cronjob sends <tt>fingerprint</tt> to matching slaves | |||
* matching slaves returns best matches: <tt>ofid,match value</tt> | |||
* anidb2 cronjob sends <tt>fingerprint,ofid</tt> to the server with the worst results (or none) for storage. | |||
:* this slave is now responsible for this fingerprint | |||
:* storage would be <tt>ofid,length,avg_fit,avg_dom,fp</tt> | |||
:* an identifier for the slave should be stored in ostfiletb for later administration of slaves/fingerprints | |||
* anidb2 cronjob adds new ostfile relations based on the results | |||
--[[User:Epoximator|Epoximator]] 08:39, 10 May 2007 (UTC) | |||
== Possible Extension == | == Possible Extension == |
edits