Hi all, this will be second applet.
The applet is UIMusic, the goal is to control your media player from pointui, so you do not have to switch back to it everytime you want to pause or skip a track. I currently have implemented control for S2P,Core Player and Windows media player. It is currently still in beta stage and there is still a lot to do before i consider it finished (check to-do list if you want to know what). I have tested the applet on the wm6 emulator and my own device (a HTC Wizard running WM6.1) and it appears to be running okay. Still remember this is considered BETA.
Instructions
1. Install like any other applet.
2. Start your music player (currently only S2P,Core Player and Windows media player).
3. Go back to pointui
4. If it was not in focus, simply slide to it
5. You should now be able to control the player your started(either S2P or Core Player)
6. Clicking the settings icon (the small cog) allows you to select your player, only 2 for now (S2P,Core Player and Windows Media Player).
To Do
1.Add support for Nitrogen
2.Add code to disable some stuff when applet is not in focus (might save some battery)
3.Continue cleaning up the code
4.Look into opening player when album art is clicked
Extra Information
The buttons will only stay lit up untill you click anywhere else on the screen, this is the way the buttons work in Pointui for now (at least i think it is).
Play and pause are in fact the same, so clicking play again while a track is playing will pause it. Also clicking pause again while it is paused will start playing the track again. I will look into a better visual solution for this in the future.
Only S2P has album art and currently playing title,Core Player as far as I know does not make this information available for external programs so I cannot display album art and currently playing title for that one. Currently playing might be implemented for windows media next release.
Notes
Hope you enjoy the applet and remember its still beta so some things might not work very well. Just report them, and I'll look into it for the next release. :)
- Coreplayer must not be in list view for controls to work (thnx Ropeinspector)
- Tested on Coreplayer version:111 build 1600.
- If Coreplayer is working for you, can you please post which version you are using, this way I can find out up untill which version my controls work.
Changelog
Beta 3
- Optimized code
- Refresh button removed, applet automatically detects if player has been shut down or activated when returning to the applet
- Windows Media Player controls added (thnx to vijay555 over at xda-developers for helping out on the controls)
- Added battery percentage indictator (not sure if it will stay though)
- Added VGA support
Beta 2
- added forgotten settings_player.jif (oops :P)
