summaryrefslogtreecommitdiff
path: root/readme.md
blob: fde427bfd1fc2fd6dde489189f36b9ba925091ee (plain)
1
2
3
4
5
6
7
#### problems
- metadata keys shouldnt be fullpaths but relative ones (imagine downloading this dataset);
- key-pair in metadata doesnt guarantee existence of audiofile;
- instead of writing ffmpeg commands to file maybe better to run them in go;
- change metadata format from json to csv for lower memory consumption;
- add config file; move constance to config file;
- ffmpeg call should be unique;