Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
ffa676f5
Commit
ffa676f5
authored
May 19, 2017
by
Mario Di Raimondo
Committed by
Max Kellermann
May 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist/m3u: support for mime-type `audio-mpegurl` for M3U playlists
parent
6d023c4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
NEWS
NEWS
+2
-0
ExtM3uPlaylistPlugin.cxx
src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
+1
-0
M3uPlaylistPlugin.cxx
src/playlist/plugins/M3uPlaylistPlugin.cxx
+1
-0
No files found.
NEWS
View file @
ffa676f5
ver 0.20.8 (not yet released)
* output
- osx: fix build failure due to missing "noexcept"
* playlist
- m3u: support MIME type `audio/mpegurl`
* fix build failure with GCC 4.x
ver 0.20.7 (2017/05/15)
...
...
src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
View file @
ffa676f5
...
...
@@ -146,6 +146,7 @@ static const char *const extm3u_suffixes[] = {
static
const
char
*
const
extm3u_mime_types
[]
=
{
"audio/x-mpegurl"
,
"audio/mpegurl"
,
nullptr
};
...
...
src/playlist/plugins/M3uPlaylistPlugin.cxx
View file @
ffa676f5
...
...
@@ -66,6 +66,7 @@ static const char *const m3u_suffixes[] = {
static
const
char
*
const
m3u_mime_types
[]
=
{
"audio/x-mpegurl"
,
"audio/mpegurl"
,
nullptr
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment