Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Product Lifecycle
  3. Collaboration / Beta Testing
  4. Coding help needed for OpenSource Media Player

Coding help needed for OpenSource Media Player

Scheduled Pinned Locked Moved Collaboration / Beta Testing
csharphtmldesignhardwaretesting
7 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sukhjinder_K
    wrote on last edited by
    #1

    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

    R 1 Reply Last reply
    0
    • S Sukhjinder_K

      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

      R Offline
      R Offline
      Reelix
      wrote on last edited by
      #2

      *Looks at ReeVid Version 0.89b* *Grins* :p

      S 1 Reply Last reply
      0
      • R Reelix

        *Looks at ReeVid Version 0.89b* *Grins* :p

        S Offline
        S Offline
        Sukhjinder_K
        wrote on last edited by
        #3

        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

        R 1 Reply Last reply
        0
        • S Sukhjinder_K

          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

          R Offline
          R Offline
          Reelix
          wrote on last edited by
          #4

          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

          S 1 Reply Last reply
          0
          • R 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

            S Offline
            S Offline
            Sukhjinder_K
            wrote on last edited by
            #5

            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

            R 1 Reply Last reply
            0
            • S Sukhjinder_K

              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

              R Offline
              R Offline
              Reelix
              wrote on last edited by
              #6

              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

              S 1 Reply Last reply
              0
              • R 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

                S Offline
                S Offline
                Sukhjinder_K
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups