CC-5009:
Use Silan to silently update track length in the background -done
This commit is contained in:
parent
9a78c3f8e5
commit
479e69de12
4 changed files with 26 additions and 4 deletions
|
@ -55,6 +55,7 @@ try:
|
|||
data = {}
|
||||
data['cuein'] = str('{0:f}'.format(info['sound'][0][0]))
|
||||
data['cueout'] = str('{0:f}'.format(info['sound'][-1][1]))
|
||||
data['length'] = str('{0:f}'.format(info['file duration']))
|
||||
processed_data.append((f['id'], data))
|
||||
total += 1
|
||||
if total % 5 == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue