Author Topic: mePlaysMedia  (Read 9531 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
mePlaysMedia
« on: February 13, 2011, 06:27:30 am »
I just created a media player for Windows users that can read several video and music files like .mp3, .wav, .wma, .wmv, .avi and many more.

Attached is the setup program that will install the program in your computer in a few seconds, hope you like it ;D

I didn't code the setup, I used a setup maker for that purpose.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #1 on: February 13, 2011, 03:52:04 pm »
**UPDATE**



It can now open folders, read images, videos and music! It's also a bit faster due to changes in the loading event :D

Not attached, though, I'll try to add another neat option before that.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: mePlaysMedia
« Reply #2 on: February 13, 2011, 03:53:05 pm »
what language? C#?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #3 on: February 13, 2011, 03:53:34 pm »

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: mePlaysMedia
« Reply #4 on: February 14, 2011, 03:11:26 pm »
hmm lets see i like it its simple and clean looks alot like a remake of wmp though but it does use less resourcesuses more ram but is nicer on cpu loads so no complaints i really do like it ^_^

othere than that needs a few more features on the playlist and i deem it very useable ^_^ (and a cmdline command to add to the playlist for like rightclicking files and adding)
« Last Edit: February 14, 2011, 03:14:45 pm by Geekboy1011 »

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: mePlaysMedia
« Reply #5 on: February 14, 2011, 04:01:07 pm »
SOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?
« Last Edit: February 14, 2011, 04:03:05 pm by qazz42 »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #6 on: February 14, 2011, 04:20:11 pm »
SOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?

I'll upload the source as soon as I can (probably tomorrow).

I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: mePlaysMedia
« Reply #7 on: February 14, 2011, 06:37:22 pm »
SOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?

I'll upload the source as soon as I can (probably tomorrow).

I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.


ah, niiice, referencing assemblies is not something I am up to yet, unfortunetly...

I could have sworn that there was a built-in method that allows you to manipulate sound from the System namespace, or is there?  ???

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #8 on: February 15, 2011, 07:29:35 am »
SOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?

I'll upload the source as soon as I can (probably tomorrow).

I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.


ah, niiice, referencing assemblies is not something I am up to yet, unfortunetly...

I could have sworn that there was a built-in method that allows you to manipulate sound from the System namespace, or is there?  ???

I'm not really user. For mePlaysMedia I don't use a single method for the sound playing.

Also, I think I'm gonna stop using the windows media player dll and make something of my own. I found a tutorial on it, I'll check that built-in method to manipulate the System Sound.

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: mePlaysMedia
« Reply #9 on: February 15, 2011, 11:00:49 am »
Good idea might cut down on the ram foot print a lot which will be nice ^_^

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #10 on: February 15, 2011, 04:11:07 pm »
Good idea might cut down on the ram foot print a lot which will be nice ^_^

Yes, maybe the Windows Media Player component uses a lot of ram.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: mePlaysMedia
« Reply #11 on: February 15, 2011, 05:05:35 pm »
SOURCE! NAIO. Did you use the PlaySound() method from winmm.dll?

I'll upload the source as soon as I can (probably tomorrow).

I am using the Windows Media Player dll and changing the mediaPlayer.URL string to play different songs.


ah, niiice, referencing assemblies is not something I am up to yet, unfortunetly...

I could have sworn that there was a built-in method that allows you to manipulate sound from the System namespace, or is there?  ???

I'm not really user. For mePlaysMedia I don't use a single method for the sound playing.

Also, I think I'm gonna stop using the windows media player dll and make something of my own. I found a tutorial on it, I'll check that built-in method to manipulate the System Sound.

ah, do tell when you find it. I think it was under System.Media or something `-`

I forgot where it was and I would like to screw with it a bit  :D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #12 on: February 16, 2011, 03:01:21 pm »
Quote
ah, do tell when you find it. I think it was under System.Media or something `-`

I forgot where it was and I would like to screw with it a bit 

I really have to make a C# virus that makes the sound maximum from 15 to 15 minutes and plays a very LOL song.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: mePlaysMedia
« Reply #13 on: February 17, 2011, 03:44:08 am »
That looks nice and it seems to work well. The interface is simple so a lot of people might like it.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: mePlaysMedia
« Reply #14 on: February 17, 2011, 10:17:44 am »
That looks nice and it seems to work well. The interface is simple so a lot of people might like it.

Thanks :)