Looking forward to try out the seek function when press and hold on artis or perhaps album cover in "play now mode"
Awsome if subtitle button and audio button comes to reality, then its like a normal controll to the dvd player. I saw this weekend that perhaps I should go into theater mode when wathing a movie beacuse of the easy switch of subtitles there.
If you want further development of this app in the upcomming releases (to make it even more great :-) )
It can be the possibillitie to adjust the volume with up/down buttons on the phone. ( I really missed the function of having a slider on gizmo, and now I miss the function of volyme buttons :-) since the slider on a Samsung android isnt that exact with clumsy fingers :-)
And also a setting to hide the stars ( gizmo has it) :-)
I just finished implementing subtitle and audio stream buttons. I added a new action item to the Theater Remote page called "Audio Stream/Subtitles..." Clicking this button will present you with a dialog containing two buttons: "Toggle Subtitles" and "Toggle Audio Stream". You can tap either of these buttons as often as possible until properly configured. This option will always appear in the theater remote, but trying to toggle audio stream/subtitles when you aren't playing a video is undefined behavior. (During my tests nothing happened, but I don't know if that's always the case!)
As you've requested, I've also added a setting to hide the rating stars on the Playing Now page, and a long press on the cover art will also perform the album lookup (similarly to long pressing on the album name).
Adjusting the server's volume by pressing the device's volume keys is going to be a little bit trickier. I've had a few requests for it though, so it should be doable in a future release.
What I would like (feature suggestion ) is a share button to post (for example) on Facebook. I'm missing this in Gizmo as well.
In facebook I can post my status as listening to music and find the artist. It would be cool to do this with a single click, but include album, track and rating.
I've done some research, but unfortunately Facebook integration is a huge PITA. There are two methods of doing it:
1)
Add a generic "share" button: The type you've no doubt seen in other apps. This will prompt you with "where would you like to share..." and a list of applications (like Facebook, Twitter, etc). The problem is that Facebook doesn't make it possible to pre-populate a message when you select Facebook from this list of apps. This is part of their developer guidelines/terms of service, and there is no workaround - it just isn't supported.
2)
Require that you log into Facebook from eos: If I include the Facebook APIs inside my app I can prompt you for your Facebook credentials and post status updates to your account directly, without going through the Facebook app. This seems like a lot of work for a feature that will come off as dubious, at best.
A minor issue I noticed with rotating is that if I change the view to track list in vertical mode, rotate my phone horizontal so it automatically changes to cover art + track and rotate back to vertical, it goes to cover art again. It would be neat if it remembered that I had track listing selected.
I've seen this too. I spent a bit of time tonight trying to come up with a fix, but it is surprisingly not trivial. The problem is that the display context is lost when the phone orientation changes: the entire activity is torn down so it can be recreated with the new layout. If the layout didn't switch upon reorientation it would be easy to preserve this state, but unfortunately that isn't the case. That page does support swiping to switch tabs, which does lessen the impact of this behavior.
The new version is ready to post, but unfortunately Google has seen fit to alter the requirements for apps in the Play store. They now require a short description and a "feature graphic", an image that will be used on the details page and must be exactly 1024x500. The former is easy to come up with, but I'm not a graphic designer so it'll take me a while to put a feature graphic together. And until I have this image I can't make any changes to my app in Play, which includes uploading new APKs. I'll be sure to let you know when the new version has been posted.