Limit loudness analysis and output to MAZ clips only.
This commit is contained in:
parent
4cd511a0fb
commit
37ef6cb4bd
2
MosDb.py
2
MosDb.py
@ -134,6 +134,7 @@ class MosDb():
|
||||
WHERE mo.isDeleted=0 \
|
||||
AND ms.mosServer LIKE \"StudioA%\" \
|
||||
AND mg.objGroup=\"OA Material\" \
|
||||
AND mo.objSlug LIKE \"%maz%\" \
|
||||
AND mo.objPath <> \"\" \
|
||||
AND lu.objId is NULL")
|
||||
result = []
|
||||
@ -162,6 +163,7 @@ class MosDb():
|
||||
WHERE mo.isDeleted=0 \
|
||||
AND ms.mosServer LIKE \"StudioA%\" \
|
||||
AND mg.objGroup=\"OA Material\" \
|
||||
AND mo.objSlug LIKE \"%maz%\" \
|
||||
AND po.created >= strftime('%s', 'now', '" + delta + "', 'start of day', 'utc') \
|
||||
AND po.created < strftime('%s', 'now', '" + delta + "', '+1 day', 'start of day', 'utc') \
|
||||
ORDER BY po.created ASC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user