@amolldk: You are right, if you click play, the album or track should start playing. Thats the idea behind vmcMote. It seems that the communication between the addin and the vmcMoteServer.exe (which is started by the addin and is the real server) is not working on your machine. Tracks are enqueued via the addin, also, the volume remote execution is done in the addin when the slider is used (as opposed to the buttons, that are executed from vmcMoteServer.exe). There is a local network connection between the modules. Perhaps the port (7485) that is used for this internal communication is already in use by another application on your machine. You should try to close all other apps and make sure that there is not an unclosed vmcMoteServer.exe still running on the system in the background (that would block the port). What windows version are you running? Vista/Win7? 32/64 Bit?
@pieroxy:
It is great to hear that you like vmcMote and I appriciate your suggestions. Quite a few of them were already discussed here in this thread. Therefore, I will make it a bit shorter here:
Installation: You are right. But it is quite difficult to do the dll registration stuff correct and also write to the media center folder via an installer. I looked into it shortly back in the beginning. Also, I think it is not that difficult with the install.bat.
Synchronization process: Well, I am simply not able to do it like Remote from apple, as I do not get some needed information from the WMP database (like information about what tracks are new). Therefore, I always have to read the complete DB from the WMP. This takes already a considerable amount of time (about 1/3 of the sync process). Therefore, an incremental sync would never be really smooth. That's why I decided that implementing it is way too much effort (and my time is pretty limited) compared to the possible benefit. In the new version, the device is prevented to go to sleep while syncing. An unattended sync is therefore now possible and should make the process a bit more comfortable.
Search and keyboard directly: valid point, I will think about it.
Cover Flow: Well, I already have an Idea how to do something similar (Cover Flow is not available from the SDK!). It is a question of not enough spare time to implement it ;-)
Video / Recorded TV browsing: I already stated a lot of times that vmcMote is focussed on functions where you do not need a running TV to consume them. Well, I simply believe that the Media Center GUI is very good for selecting video, and the TV has to be on anyway to consume it.
TV Guide: I wood like that feature too. But it is impossible to implement as the guide data is encrypted by Microsoft. And I am not willing to implement yet another workaround via external guide data or something similar. Workarounds are incredible work intensive, believe me, and I do not have that time. My work is already stressing me a lot this year.
@jimre: I will think about your suggestions, they make sense. Even considering that most likely most people will play albums rather than whole genre selections.
Greetings, Thomas