monitor matching is based on diffusion

This commit is contained in:
bkfox
2015-08-20 01:28:08 +02:00
parent 7806b945fa
commit 2ebf4a416d
5 changed files with 41 additions and 30 deletions

View File

@ -175,7 +175,7 @@ models = {
, 'frequency': int }
, { 'rerun': int } # FIXME: redo
)
, 'soundfile': Model( models.SoundFile
, 'sound': Model( models.Sound
, { 'parent_id': int, 'date': DateTime, 'file': str
, 'duration': Time}
, { 'fragment': bool, 'embed': str, 'removed': bool }