question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add comments to a generated playlist

See original GitHub issue

RFC 8216 allows for comments to be included in a manifest. They are any line that starts with a # and does not then have EXT as the following three characters. (section 4.1, paragraph 3)

Options

    • (media playlist) Have all comments as a block immediately preceding the media segments.
    • (master playlist) Have all comments as a block immediately preceding the renditions.
  1. (both playlists) Attempt to introduce some ordering to the tags, allowing for comments between tags, and around media segments, renditions and variants.

Option (1) looks to be the easiest, however, (2) allows for more flexibility.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
brendonmosscommented, Jan 29, 2021

I’m needing to add some custom tags to the master m3u8, comments seems to be the best possible way to achieve this based on the flexibility in the RFC when not prefixed with EXT.

I am not too interested in maintaining a fork long term so ideally merging back in would be my preference else I can explore some manipulation to the output after building the manifest up and continue to use this package as it is right now.

let me know if you’re willing to review merge requests for changes around adding in Option 1 functionality. Thanks.

0reactions
carlantoncommented, Feb 20, 2021

fixed in #35

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding comments to a playlist. - The Spotify Community
Hey my idea to implement into spotify is; Being able to add comments to a play list, and being able to respond to...
Read more >
How to add wpDiscuz comments on a Sonnar playlist
How can the wpDiscuz plug-in work and show comments on a Sonaar playlist as it does on a WP page?
Read more >
Any way to add comments or notation to Piano Roll or Playlist?
Yes, it would be handy to be able to add comments/notes to the Playlist and Piano Roll. Markers are handy for that, but...
Read more >
What does it mean when someone's Spotify playlist says ...
3 comments sorted by Best ... Add a Comment ... But it could be as simple as the playlist creator typing "Created via...
Read more >
Create, edit, and delete Smart Playlists in Music on Mac
The Smart Playlist dialog: In the top-left corner, select Match, then. Tip: Select All Playlists in the sidebar (below Playlists) to show all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found