Can I set a WMP playlist with a string (path) array?

54 views Asked by At

Is there a way to created a WMP playlist using only the path names in C#?

I'm using Winforms, and have imported the WMPLib tool. I've already wrote code to extract all playable formats from the given directory and child-directories, but now I want to created a shuffled playlist using those string paths.

If this isn't possible, I think I'll use an autoplay feature using the saved list URLs, but it isn't as clean as creating a playlist.

0

There are 0 answers