Hi, I'm new here.
I know something about javascript ... but here i just can not get any further. I would like to export the quality analysis of my collection. Here I fail at this point:
var files = results.analysis.files;
for (var idx = 0; idx < files.length; ++idx) {
//var filename = "D:\\path\\file.mp3"; var filename = files[idx];
// Filename as String var tmp = filename.lastIndexOf("\\");
If I manually set a string this will work.
Now it fails at lastIndexOf.
I hope I can still be helped.
Thanks in advance
icqtoni