Creating a Smart Playlist via .NET code
I'm looking to synchronize media libraries from other programs to Windows Media Player via .NET (specifically C#) code. The other programs allow for Smart Playlists and I would like to preserve that in Windows Media Player (WMP) now that it is capable of it as well. From what I can tell it's only possible to create the Smart Playlist t...