summaryrefslogtreecommitdiff
path: root/readme.md
blob: f5a623957be9cbcb6159776098f84356c31f515a (plain)
1
2
3
4
5
6
#### 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;