1. [ ] Should use the NPconnection->acquire() call and wait for the signal before playing. 2. [ ] Should listen for Revoked signal and stop playback if received. 3. [ ] Do not hardcode any [file paths](https://github.com/blackberry/WebWorks-Community-APIs/blob/master/BB10-Cordova/NowPlaying/plugin/src/blackberry10/native/src/NowPlaying_ndk.cpp#L69-L75), or [default audio streams](https://github.com/blackberry/WebWorks-Community-APIs/blob/master/BB10-Cordova/NowPlaying/plugin/src/blackberry10/native/src/NowPlaying_ndk.hpp#L54). 4. [ ] Should accept [more metadata properties](http://developer.blackberry.com/native/reference/cascades/bb__multimedia__metadata.html) than the 3 given now. 5. [ ] Should take an icon for the media being played 6. [ ] Should use the Fancy OverlayStyle always (Plain is default and shows nothing valuable).