-
Notifications
You must be signed in to change notification settings - Fork 79
Filtering streamItems #21
Copy link
Copy link
Open
Description
I need to create several m3u8 files that requires different orderings and filterings of StreamItems of an existing m3u8.
I'm a little puzzled how to manipulate your internal data structure.
Do I create my individual playlists, e.g.
var newPlaylist = m3u8.M3U.create()
newPlaylist.addStreamItem(..
But how do I filter m3u.items.StreamItem by a name that I want to include into my new playlist?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels