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.