Synopsis: The basic idea is to implement a media controller that allows a user to control the currently running music player even when the screen is locked.
Project details: The controller basically works using the DBus interface-most modern media players have implemented a DBus interface. Ideally I would like to implement an API(could be dropped if needed) that allows the application to simply access the media without actually knowing the active player. The API also allows enables more developers to develop interesting applications around it too.