Opened 12 years ago
Closed 4 years ago
#8702 closed bug (fixed)
Audio Ogg files are mistakenly marked as Video Ogg files
Reported by: | Giova84 | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | Preferences/FileTypes | Version: | R1/Development |
Keywords: | audio ogg files mistakenly marked as video ogg files | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Go here: http://www.01audio-video.com/telecharger_ogg_pop.htm and downloads one audio/ogg files listed in the page. Once the file is on the disk, inside Tracker, this file will be marked as video/ogg instead of audio/ogg. The same occurs with this app: http://haikuware.com/remository/view-details/multimedia/audio/mp3-endoding-utilities/cd-to-ogg-ripper : to solve i have used "settype -t audio/ogg foo.ogg"
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 10 years ago
The rule could be changed to 0.50 ("OggS") [28:64]("\x01vorbis")
for audio files, and the priority raised above the video one. However this would only handle Vorbis.The RFC for Ogg mime types define a few other formats and the strings to look for (section 4): http://tools.ietf.org/html/rfc5334
comment:3 by , 4 years ago
Milestone: | R1 → R1/beta3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev54425.
I believe there is no way to easily detect if an ogg file is audio or video. That could be a reason.