Answer the question
In order to leave comments, you need to log in
How to change file properties via command line?
There was a task: to go through all the MP3 files in the folder and change the Album property
. We need some kind of exe file that I could run with Node JS
For example
child = exec('tool.exe -a New album',
function (error, stdout, stderr) {
console.log('success');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question