Public bug reported:

Binary package hint: tracker

Ubuntu release: hardy
Source package: tracker
Version: 0.6.6-0ubuntu2 

** Current Behavion **
Extracting metadata from MP3 files `tracker-extract` uses "audio/mpeg" mime type

** Expected Behavior **
`tracker-extract` should use "audio/mp3"

** Reason **
With "audio/mpeg" a lot of metadata are ignored. Here is an example manually 
invoking `tracker-extract` on command line

$ tracker-extract Sex\ Pistols/Never\ Mind\ the\ Bollocks\,\ Here\'s\ the\ Sex\ 
Pistols/01\ -\ Holidays\ in\ the\ Sun.mp3 audio/mpeg
Audio:Bitrate=128;
Audio:Samplerate=44100;
Video:Title=Holidays in the Sun;
Audio:Channels=Stereo;
Audio:Codec=MPEG 1 Audio, Layer 3 (MP3);

$ tracker-extract Sex\ Pistols/Never\ Mind\ the\ Bollocks\,\ Here\'s\ the\ Sex\ 
Pistols/01\ -\ Holidays\ in\ the\ Sun.mp3 audio/mp3
Audio.ReleaseDate=1977T;
Audio.Album=Never Mind the Bollocks, Here's the Sex PistolsT;
Audio.Genre=SconosciutoU;
Audio.CodecVersion=1;
Audio.Artist=Sex PistolsT;
Audio.Channels=2;
Audio.Title=Holidays in the SunT;
Audio.Samplerate=44100;
Audio.Bitrate=128;
Audio.Codec=MPEG;
Audio.Duration=202;

** Affects: tracker (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Wrong mime type for MP3 extracting metadata
https://bugs.launchpad.net/bugs/202787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to