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 LoopPlaylist #30

Closed Kenshiro166 closed 3 years ago

Kenshiro166 commented 3 years ago

The library lacked a way to loop an entire playlist for our project. I have added an option like "Loop", except it loops the playlist itself instead of looping a single video. It refers to MPV's loop-playlist option.

Kenshiro166 commented 3 years ago

Will redo this pull request