View Single Post
Posts: 20 | Thanked: 100 times | Joined on Jul 2012
#23
I found some time to fix bugs, and already started writing modules. I think there are much more improvements to make, this is still my first C++/Qt project.

As already mentioned, every player will inherit a base mediaplayer class which contains functions like onPlay, onPause, onStop, onGetInfo(mediatags - artist, title, length, ...)

Going to try my first Harmattan UI soon which will be a proof of concept and include winamp for windows, and clementine for linux.

I still can't provide good screenshots, mostly everything is still code. But i was able to improve my code, so you/i will need just one line to (safely) invoke a method on the serverside.

Here is one screenshot from my archlinux system, i invoked the "onGetInfo" method which returns infos about a track (console below):


I'm still open for requests and ideas

Going to integrate push messages soon, which means, the server can send messages to the client without requesting them. Will be helpful for events. For example the mediaplayer changes the track, then the client gets notified about it.

Last edited by pinvoke; 2012-07-26 at 14:01.
 

The Following 2 Users Say Thank You to pinvoke For This Useful Post: