Bug 1630 - Add magic to detect pls playlists
Summary: Add magic to detect pls playlists
Status: RESOLVED DUPLICATE of bug 838
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 00:28 UTC by Bastien Nocera
Modified: 2004-10-19 21:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bastien Nocera 2004-10-14 00:28:14 UTC
Small patch here:
  <mime-type type="audio/x-scpls">
    <comment>MP3 ShoutCast playlist</comment>
    <comment xml:lang="no">MP3 ShoutCast-spilleliste</comment>
    <glob pattern="*.pls" />
+    <match offset="0" type="string" value="[playlist]" />
+    <match offset="0" type="string" value="[PLAYLIST]" />
  </mime-type>
Comment 1 Bastien Nocera 2004-10-20 14:02:20 UTC

*** This bug has been marked as a duplicate of 838 ***


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.