hudec117 / Mpv.NET-lib-

.NET embeddable video/media player based on mpv for WinForms and WPF
MIT License
138 stars 36 forks source link

Added LoadPlaylist #31

Closed Kenshiro166 closed 3 years ago

Kenshiro166 commented 3 years ago

There was no intuitive way of loading a collection of video paths as a single playlist before playing everything. I've created a LoadPlaylist methods which takes any IEnumerable of strings as video paths to play in order of enumeration.

Kenshiro166 commented 3 years ago

My bad, this pull request also has the changes from #30. Will redo without them.