Sinisterly
vPlayer preview - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Design (https://sinister.li/Forum-Design)
+--- Forum: Feedback (https://sinister.li/Forum-Feedback)
+--- Thread: vPlayer preview (/Thread-vPlayer-preview)



vPlayer preview - Coder-san - 06-02-2012

Hello friends, it's been a long time since I presented a new program.
Here is something I've been working on since a few days.

[Image: mSci8.png]

vPlayer (current working name) is a basic music player built using libZplay multimedia library.
vPlayer can currently play mp3, mp2, mp1, ogg, flac, ac3, aac, oga, wav and pcm files, as mentioned by the libZplay multimedia library.

I've messed a lot with the GUI, it's full Aero and with custom round buttons.
So far, so good. I'll play around with a bit more to see what else I can do with it.


RE: vPlayer preview - Coder-san - 06-04-2012

Minor update:
  • GUI modified
  • Added basic LRC reader (those who don't know about LRC, it's basically SRT for Mp3)

[Image: OVnwk.png]
[Image: Q78Bu.png]

P.S. I'm trying to figure out a way to remove those hideous dotted rectangles. Switching Tabstop property to false, doesn't seem to work. Any ideas?


RE: vPlayer preview - bluedog.tar.gz - 06-04-2012

Looks really cool, not done yet ofcourse but really has great potential. Also about the dotted things, i absolutely have no clue.


RE: vPlayer preview - bluedog.tar.gz - 06-04-2012

Looks really cool, not done yet ofcourse but really has great potential. Also about the dotted things, i absolutely have no clue.


RE: vPlayer preview - Coder-san - 06-04-2012

Yes, it's far from finished. Currently only the play and stop buttons work. Rest are easy, but not required for current tests.
Next I'll be working on a custom trackbar, or try the progressbar itself.
Then I'll probably try Photoshopped button sprites (currently no image is being used, everything is rendered using Graphics), since rendering is slow. Which should be the opposite but I guess I'm doing something wrong.

My main objective is to add a dynamic visualization which responds according to the music, but I'm too far from achieving that currently.


RE: vPlayer preview - Coder-san - 06-04-2012

Yes, it's far from finished. Currently only the play and stop buttons work. Rest are easy, but not required for current tests.
Next I'll be working on a custom trackbar, or try the progressbar itself.
Then I'll probably try Photoshopped button sprites (currently no image is being used, everything is rendered using Graphics), since rendering is slow. Which should be the opposite but I guess I'm doing something wrong.

My main objective is to add a dynamic visualization which responds according to the music, but I'm too far from achieving that currently.


RE: vPlayer preview - bluedog.tar.gz - 06-04-2012

Cool, i moved this to GFX since its only the gui atm.