sa3paleasm / nautilus-sound-converter

Automatically exported from code.google.com/p/nautilus-sound-converter
GNU General Public License v2.0
0 stars 0 forks source link

audio files metadata aren't created in the new files #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Convert an audio file which has metadata.

What is the expected output? What do you see instead?
New file is created with original files metadat.

Original issue reported on code.google.com by bdpep...@gmail.com on 31 Mar 2008 at 10:55

GoogleCodeExporter commented 8 years ago
Converting ogg->mp3 does preserve the metadata tags currently.  Other format 
changes
(for ex. flac->ogg) currently don't.

Original comment by bdpep...@gmail.com on 11 Apr 2008 at 9:24

GoogleCodeExporter commented 8 years ago
Converting from:
 * mp3->new format works with gstreamer-plugins-ugly >= 0.10.8
 * ogg->new format works.
 * aac->new format works.

The only one that really still fails is flac->new format (which ironically is 
the one
I care about most)

Original comment by bdpep...@gmail.com on 24 May 2008 at 8:38

GoogleCodeExporter commented 8 years ago
Looks like the flac tag don't work due to this bug:
http://bugzilla.gnome.org/show_bug.cgi?id=413841

Original comment by bdpep...@gmail.com on 25 May 2008 at 1:26

GoogleCodeExporter commented 8 years ago
Closing bug, the fix for flac tags needs to be done upstream in 
gst-plugins-good.
http://bugzilla.gnome.org/show_bug.cgi?id=413841

Original comment by bdpep...@gmail.com on 4 Aug 2008 at 9:30