14

I want to convert my entire music library to ogg format from mp3. while keeping the folder/file format I have under music and keep the tags that are on them.

Drew
  • 601

2 Answers2

20

There is a good soundconverter called "soundconverter" in the Softwarecenter. I made the test, tags are maintained when converting from .mp3 to .ogg.

You can install it with the following command in a terminal.

sudo apt install soundconverter
0

For command line usage there is a nice package dir2ogg.

queeg
  • 265