HTTP commands for subtitles and bookmarks?

I want to use IFTT to skip ads and turn subtitles on/off. Can anyone direct me to the correct HTTP commands for these operations?
I thought I'd saved a list of them somewhere, but can't find it
 
Basically you need the ir package and send requests like
Code:
http://humax/plugin/ir/send.jim?code=ONE+ONE+OK
to switch to channel 11,
use ir command to see list
Code:
humax /mnt/hd2/mod/git # ir
Usage: ir <keyname|-keycode> [<keyname|-keycode>]...
Available key names are:
  POWER          STANDBY        SOURCE         ONE            TWO
  THREE          FOUR           FIVE           SIX            SEVEN
  EIGHT          NINE           ZERO           0              1
  2              3              4              5              6
  7              8              9              TV/RADIO       MENU
  P-             P+             UP             LEFT           OK
  RIGHT          DOWN           EXIT           MUTE           YELLOW
  GUIDE          RED            GREEN          BLUE           VOL+
  VOL-           BACK           OPT+           INFO           AUDIO
  SUB            PORTAL         SLEEP          LIST           WIDE
  V-FORMAT       PLAY           REC            PAUSE          STOP
  FF             REW            SKIP/BACK      SKIP/FORW      ADDBOOKMARK
  BOOKMARKS      SLOW           TEXT           MEDIA          MODE
  MODE1          MODE2          MODE3          MODE4          MODE5
  MODE6          CURMODE        PVR            TV             DVD
  AUDIOD
Use 'ir -l' to show code mappings.
Remember you get no feedback on results so cant build complex command strings
 
Back
Top