media player library
-
i have created my own media player in wpf.i want to add repeat and shuffle button like same as VLC player, but there is problem in syncronization between them and secondly i want to add control like media library in widows media player how can i do it ????
-
i have created my own media player in wpf.i want to add repeat and shuffle button like same as VLC player, but there is problem in syncronization between them and secondly i want to add control like media library in widows media player how can i do it ????
-
hey i want just code for scaning a folder through which i can use it sub folder and i directly add this to my media player.....i m using wpf ....just feature like windows media player\ FIle \manage library and we can add song to our library
-
i have created my own media player in wpf.i want to add repeat and shuffle button like same as VLC player, but there is problem in syncronization between them and secondly i want to add control like media library in widows media player how can i do it ????
take a look at these articles below http://www.nerdparadise.com/tech/csharp/mediaplayerreplace/1/[^] Custom Media Player in WPF (Part 1)[^] http://computer-programming-languages.factoidz.com/creating-your-own-custom-wpf-media-player-exploring-the-hard-disk/[^] For help creating a media library check out this link Sonic: A WPF (hybrid smart client) searchable media library[^] check out the filesystemwatcher as well for detecting changes in your library etc: Advanced FileSystemWatcher[^] Hope this helps you with some ideas :)