Tagged Questions
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 ...
3
votes
1answer
116 views
What is the difference bettwen GoToPlaylistItem and GoToPlaylistItemOnNextTick
Unable to understand the difference bettwen GoToPlaylistItem and GoToPlaylistItemOnNextTick, though GoToPlaylistItemOnNextTick clicked on scenarios where GoToPlaylistItem din't work.
If you wonder ...
1
vote
1answer
2k views
Playlist for WPF MediaElement app
I'm learning C# and WPF by building a WMP-type app. The code below runs fine, selecting a movie from the listbox runs it in the media element. The problem I'm having is finding a way to automatically ...
0
votes
0answers
52 views
can i detect end of a playlist in Axwindowmediaplayer?
I am assigning a playlist to axwindowmediaplayer and playing it in non loop mode(i.e it play all the medias from the playlist once).But can i detect wheather all the files from the playlist has been ...
0
votes
0answers
47 views
Can I use Multiple playlist in AXWinowMediaPlayer..?
I used Axwindowmediaplayer and working on a jukebox project.I have a folder contains all the songs which is playing continuously,keeping the repeat mode on.But In the mean time I also want to run some ...
0
votes
1answer
225 views
How do I tell if a playlist is a music playlist in c#?
I've attached my code so far, my problem is all the playlists return "auto" or "wpl" for their type. (This is all using a WMPLib reference)
mediaplayer = new WindowsMediaPlayer();
// Init. Playlists
...