Bug 5193 - Enhancing mimetype for M3U playlists (audio/m3u)
Summary: Enhancing mimetype for M3U playlists (audio/m3u)
Status: RESOLVED INVALID
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 21:34 UTC by d.h.j.takken
Modified: 2008-02-06 09:57 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description d.h.j.takken 2005-11-29 21:34:40 UTC
The mimetype audio/m3u is missing in the database. This mimetype is used for 
streaming mp3/ogg/... content.
Comment 1 ikari 2005-12-22 09:28:42 UTC
As far as I can see, M3U playlists are supported through the audio/x-mpegurl 
mimetype (in shared-mime-info-0.16). Maybe some aliases are missing.

However, I think more important is that <sub-class-of type="text/plain"/> is 
missing. Because of that, Nautilus doesn't want to associate audio/x-mpegurl 
mimetype to .m3u files that do not contain the #EXTM3U string (Ubuntu 5.10 
Breezy).

Another detail, "MP3 audio (stream)" is not properly describing .m3u files, 
because they may also be playlists, not only streaming. Why not just "M3U 
playlist"?
Comment 2 ikari 2005-12-22 09:45:13 UTC
About Nautilus bug:

Try opening any text file with an .m3u extension in GNOME. The #EXTM3U string is 
not required, and as far as I know, M3U files are always plain text.
Comment 3 Bastien Nocera 2006-07-09 03:51:09 UTC
Could you please point to a server that would be using "audio/m3u" as a
mime-type, in the wild?
Comment 4 Benjamin Close 2008-01-11 02:36:57 UTC
Bugzilla Upgrade Mass Bug Change

NEEDSINFO state was removed in Bugzilla 3.x, reopening any bugs previously listed as NEEDSINFO.

  - benjsc
    fd.o Wrangler
Comment 5 Daniel Leidert 2008-02-06 09:55:50 UTC
(In reply to comment #2)
> The #EXTM3U string is not required,

Seems to be true for the simple playlist. But there is IMHO no chance to detect simple playlists with a pattern. I guess the global pattern .m3u will catch them perfectly. But the #EXTM3U string is mandatory for the extended playlist format.

> and as far as I know, M3U files are always plain text.

True. But the database already defines .m3u to be a sub-class of text/plain.

(In reply to comment #3)
> Could you please point to a server that would be using "audio/m3u" as a
> mime-type, in the wild?

Even two years after the request I cannot find any reference nor an RfC.

IMO this report can be closed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.