Coding help needed for OpenSource Media Player
-
Hello There!!! I need help for my OpenSource Media Player LetsYo[^]. See Screenshots[^] Main Features + File Browser + Time Seek Control (Seek to Exact in Time hh:mm:ss) + View All Embedded Images in Media Files in FullScreen + Auto Resume of long files from last saved position (Useful for movies, audio books, etc) + Media Library (Select Media Based on Artist, Genre, Album, Videos, Rating) + Auto/Manual Media Library Update(Add new files, Remove missing files, Update changed files) + Easy Look Customisation (Change Colors, Fonts, Shadows, Background Images, etc) LetsYo gets about 30 - 40 downloads per day. Help required in + Coding in C#. You can help by writing small text parsers, Graphic & UI code and some general coding. + Directshow. I need help in adding features like Equaliser, Crossfading, Continuous playback using multigraphs with GMFBridge. + Writing Help File/User Manual + Testing and suggesting improvements. Please PM me for any more information or clarification. Thanks Sukhjinder
Looking for help on my OpenSource Media Player LetsYo
-
Hello There!!! I need help for my OpenSource Media Player LetsYo[^]. See Screenshots[^] Main Features + File Browser + Time Seek Control (Seek to Exact in Time hh:mm:ss) + View All Embedded Images in Media Files in FullScreen + Auto Resume of long files from last saved position (Useful for movies, audio books, etc) + Media Library (Select Media Based on Artist, Genre, Album, Videos, Rating) + Auto/Manual Media Library Update(Add new files, Remove missing files, Update changed files) + Easy Look Customisation (Change Colors, Fonts, Shadows, Background Images, etc) LetsYo gets about 30 - 40 downloads per day. Help required in + Coding in C#. You can help by writing small text parsers, Graphic & UI code and some general coding. + Directshow. I need help in adding features like Equaliser, Crossfading, Continuous playback using multigraphs with GMFBridge. + Writing Help File/User Manual + Testing and suggesting improvements. Please PM me for any more information or clarification. Thanks Sukhjinder
Looking for help on my OpenSource Media Player LetsYo
-
Hi Reelix, I didn't get what you were trying to say. So please clarify. Thanks
Looking for help on my OpenSource Media Player LetsYo
-
Hi Reelix, I didn't get what you were trying to say. So please clarify. Thanks
Looking for help on my OpenSource Media Player LetsYo
Just saying I already have my own Video Player i'm working on in my free time :) Have you got: 1.) drag/drop functionality? (To view videos whilst open) 2.) An Intended Vanishing Mouse Cursor? (As to not block the view) 3.) A volume control? (I'm still working on that one :p) - Reelix
-
Just saying I already have my own Video Player i'm working on in my free time :) Have you got: 1.) drag/drop functionality? (To view videos whilst open) 2.) An Intended Vanishing Mouse Cursor? (As to not block the view) 3.) A volume control? (I'm still working on that one :p) - Reelix
My player doesn't need a drag and drop functionality as it has an inbuild File Browser. For Mouse Cursor I'm using a dirty workaround. On Fullscreen I move the mouse outside the screenbounds (x=1080 for my 1024x768 res) and on window mode I put it back to its original location My player has a decent Volume control bar. You click on it and it changed the vol. I'm using DirectShow for media playback. Maybe we can chat for more. And I'd like to see you player as well. Thanks...
Looking for help on my OpenSource Media Player LetsYo
-
My player doesn't need a drag and drop functionality as it has an inbuild File Browser. For Mouse Cursor I'm using a dirty workaround. On Fullscreen I move the mouse outside the screenbounds (x=1080 for my 1024x768 res) and on window mode I put it back to its original location My player has a decent Volume control bar. You click on it and it changed the vol. I'm using DirectShow for media playback. Maybe we can chat for more. And I'd like to see you player as well. Thanks...
Looking for help on my OpenSource Media Player LetsYo
From a user point of view, I found dragging a video / song into a player is ALOT easier than: File->Open->*Search For File*->*Click Open* My media player (Aka: Video Player - I have a seperate audio player - Might combine the two...) is still in REALLY early stages (Hence the 0.89b) - Just a simple Windows Form that can play Video, with a working track bar, Alt+Enter capabilities (To Maximize - Still gives some issues with the Start-Menu Bar...), Drag+Drop cababilities (For ease of use) and a built-in Mouse-Hider, part of the latest version of ReeDll.dll (Early version can be found at: http://hepca.co.za/forum/viewtopic.php?f=8&t=8[^] ) <-- Just shows the Sound Implementation - Nothing else (Updated Feb, so VERY out-of-date...)) New version has ReeDll.ReeGraphics.HideMouse(); // Hides the mouse until the user moves it. ;) - Reelix
-
From a user point of view, I found dragging a video / song into a player is ALOT easier than: File->Open->*Search For File*->*Click Open* My media player (Aka: Video Player - I have a seperate audio player - Might combine the two...) is still in REALLY early stages (Hence the 0.89b) - Just a simple Windows Form that can play Video, with a working track bar, Alt+Enter capabilities (To Maximize - Still gives some issues with the Start-Menu Bar...), Drag+Drop cababilities (For ease of use) and a built-in Mouse-Hider, part of the latest version of ReeDll.dll (Early version can be found at: http://hepca.co.za/forum/viewtopic.php?f=8&t=8[^] ) <-- Just shows the Sound Implementation - Nothing else (Updated Feb, so VERY out-of-date...)) New version has ReeDll.ReeGraphics.HideMouse(); // Hides the mouse until the user moves it. ;) - Reelix
I'll look into your project and maybe borrow mouse handling part. My player has a separate Media Engine class which does all the media handling part. It also supports events like file loading, playing, failded, stopped, fullscreen, windowed, playlist changed, etc. Maybe we can both be of help to each other. I noticed that you enjoy coding. So do I. Right now I've to go. But I do have you gmail email ID and contact you there soon. Thanks and All The Best...
Looking for help on my OpenSource Media Player LetsYo