Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
12answers
1k views

Random playlist algorithm

I need to create a list of numbers from a range (for example from x to y) in a random order so that every order has an equal chance. I need this for a music player I write in C#, to create play lists ...
1
vote
0answers
1k views

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 ...