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
  • 1
  • 6
  • 24
  • 2
    If you don't mind using the command line, see http://askubuntu.com/questions/147944/bulk-batch-convert-mp3-files-to-ogg-via-command-line – geirha Jul 28 '13 at 21:38
  • Close-voters: This is not a duplicate of that question; that question is considerably narrower. It could potentially be edited to make it broader, but it's not a good idea to dupe this to it until then (and we should probably hold off on doing that, too, to see what kind of answers appear here and if it makes sense to try to make these one question). – Eliah Kagan Jul 29 '13 at 00:18

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
Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
kleinempfaenger
  • 993
  • 6
  • 13
0

For command line usage there is a nice package dir2ogg.

queeg
  • 235