Jump to content

Remote Control - missing features ?


gibman

Recommended Posts

Posted

Hi!

 

I have just completed programming DVBViewer 3.2.5 up against uIce (remote control software) on an ATI remote wonder.

 

I did most of the communication the "right" way through javascript.

ex.

---------------------

var DVBViewer=Window("DVBViewer.exe\\DVBViewer (TfrmMain)");

 

function main () {

DVBViewer.SendMessage(0xB2C2,0x0815,136); // show EPG.

return 0;

}

----------------------

It works just fine.

 

Although there were a few things that I did not succeed in doing.

 

1) Zoom vertical/horizontal position ? No sendmessage API avail ?

I would like to be able to move the picture up and down with my arrow keys on my remote.

 

2) Favourites - changing channel by typing in 2 digits ? This even doesn't work for me on the keyboard. I try and hit 1+2, but channel 1 is always shown and not 12.

I did enable the channel change delay in options, but it doesn't seem to have any effect.

It would be nice if the OSD somehow illustrated that it was waiting for input.

Ex. If I type "1" , the OSD would render "1_" the underscore indicates that the program is awaiting a possible 2nd digit.

 

Would anyone be interested in my uIce plugin ?

 

3) Also is it not possible to go straight to the favourite channels list in the OSD by a single key stroke or API call?

As it it now, I have to call the OSD root menu..navigate to the channels list, then hit the favourites tab...too many manourvres for my girlfriend.

 

/Elo

Guest Lars_MQ
Posted

1.) No, but you could use predefined Zoomsettings and toggle them via the key.

 

2.) Not possible, use channels instead. The favorites will be removed in the next big release and replaced by a filtered channellist view.

 

3.) Hmm seems to be forgotten in the actions.ini.

ACTION_SHOW_FAVOURITES = 8200

Posted (edited)
1.) No, but you could use predefined Zoomsettings and toggle them via the key.

 

Ok, I'm not with you here ? How do I do that exactly ?

 

2.) Not possible, use channels instead. The favorites will be removed in the next big release and replaced by a filtered channellist view.

 

The two digit thing works ok with normal channels - however why is there no OSD for it ? Indicating for the user when the timeout for more digits has been reached.

 

 

3.) Hmm seems to be forgotten in the actions.ini.

ACTION_SHOW_FAVOURITES = 8200

 

Thanks, it works.

 

 

 

/Elo

Edited by gibman
Posted

Also a nice feature would be when I am recording some stuff. When I eventually hit "stop" recording, it would be cool if the "play" button on my remote would just play the last recorded show as default, instead of having to enter the OSD-recordings menu.

 

As it is now, "play" has no functionality when I am watching a channel.

 

Just a thought.

 

/Elo.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...