M
M
miki1312014-06-21 20:46:53
cmd/bat
miki131, 2014-06-21 20:46:53

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');
});

Tried ffmpeg but it often throws an error.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
miki131, 2014-06-23
@miki131

Decided to use id3v2.sourceforge.net
id3 -2 -l "New album" "filename.mp3"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question