I have started my own xmms2 client, it is programmed in QT/C++ It is not completed, far from it. so far i am working on getting the basis working: Playback, Playlist, Queue, Media collection.... I do not consider myself a pro at c++ and probably not in code design either, if anyone has comment, suggestion on the code PLEASE feel free. I called it Massive Multimedia System, it aim to be a fully functionnal multimedia application (music, video, and maybe more) For the music i use xmms2, i have not even started to think about the video part yet. hopefully i can find a video cousin to xmms2. It provide a few new concept i have not found in other players yet: - ability to edit multiple playlist at once (implemented) - queue is a hidden playlist so it is kept even after a shutdown and can be access by any other clients (implemented) - Can start queue playback immediatly or after currently playing song (implemented) - Can modify the playlist order (client side) without affecting the playlist(server side) (need an apply button) It is an MDI application, I am trying to create a player that is more oriented toward user with HUGE media collection. I placed the source on sourceforge: https://sourceforge.net/projects/massmultisys/
There is A LOT to do, on the application and on the sourceforge site to. There is no doc as of yet. It is still buggy (but functional) I know it depend on qt 4.5, sqlite (i have create some query of the media collection interface.... ???probably not a good idea but will work for now) I am not using the latest xmms2 server, i am waiting for the online doc to be online for DrNo (xmmsClient++) , i am using right now : DrJekyll It is not ready for end user use, but i do beleive the concept has potential. Please send me your comments if you have any. ... to build just type make, there is no configure or install script yet. I have compiled MMS only on xubuntu so far, i have only one computer. -- Time : The one thing you know exist but cant prove and allways run out of. -- _______________________________________________ Xmms2-devel mailing list [email protected] http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel
