Skip to content

Add language support for M3U playlists #7355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged

Add language support for M3U playlists #7355

merged 1 commit into from
Apr 25, 2025

Conversation

Alhadis
Copy link
Collaborator

@Alhadis Alhadis commented Apr 25, 2025

Description

This PR adds support for M3U playlists, a widespread format for queueing media for playback, specifying the location of streaming endpoints for online radio, and so forth. The M3U format was created by the Fraunhofer Society for their WinPlay3 software, an early MP3 player for Windows. Since then, it's become a de facto standard for defining media playlists.

Checklist

  • I am adding a new language.
    • The extension of the new language is used in hundreds of repositories on GitHub:
    • I have included real-world usage samples for each extension:
    • I have included a syntax highlighting grammar
      One that I wrote yesterday and added to the usual pile of grammars in language-etc.
    • I have added a colour:
      • Hex value: #179C7D
      • Rationale: The colour was taken from the logo of Fraunhofer, the mob who originally created the M3U format.
    • I have updated the heuristics to distinguish my language from others using the same extension.

@Alhadis Alhadis requested a review from a team as a code owner April 25, 2025 13:43
@Alhadis Alhadis added this pull request to the merge queue Apr 25, 2025
Merged via the queue into main with commit 43e27e6 Apr 25, 2025
9 checks passed
@Alhadis Alhadis deleted the m3u-playlists branch April 25, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants