The plugin works great with flac files on my computer, but it does not seem to work for mp3 files.
I obtain the There was an error executing the id3 command message.
I see in the code that id3 is called with the -q flag, but I don't see that flag supported in my id3 implementation (id3 v1.1.2), so I suppose this is the problem.
Is there a way to make this plugin compatible with id3 v1.1.2 ?
Else, I suppose the merge request #5 would bypass the problem by supporting id3tool and id3v2. Is there something missing before we can accept the merge ?
The plugin works great with flac files on my computer, but it does not seem to work for mp3 files.
I obtain the
There was an error executing theid3commandmessage.I see in the code that
id3is called with the-qflag, but I don't see that flag supported in my id3 implementation (id3 v1.1.2), so I suppose this is the problem.Is there a way to make this plugin compatible with id3 v1.1.2 ?
Else, I suppose the merge request #5 would bypass the problem by supporting id3tool and id3v2. Is there something missing before we can accept the merge ?