bundles/voc-loudness-monitor: inital commit of sources units
This commit is contained in:
parent
b486548d63
commit
8abfe74c2b
4 changed files with 118 additions and 0 deletions
9
bundles/voc-loudness-monitor/metadata.py
Normal file
9
bundles/voc-loudness-monitor/metadata.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
@metadata_processor
|
||||
def add_voc_user(metadata):
|
||||
return {
|
||||
'users': {
|
||||
'voc': {
|
||||
'home': '/opt/voc-loudness-monitor',
|
||||
},
|
||||
},
|
||||
}, DEFAULTS, DONE
|
Loading…
Add table
Add a link
Reference in a new issue