MCE Remote and IRTrans (1 Viewer)

stdly

MP Donator
  • Premium Supporter
  • April 19, 2008
    238
    41
    Home Country
    Canada Canada
    I bought a new MCE303 Silver HTPC case with a IRTrans reciever and a MCE remote. I already had a Vista MCE remote that works with the new case and IRTrans. The problem is that the Vista MCE remote (which is way nicer looking) has more buttons than the stock MCE remote and some of the extra buttons do not work like "zoom", is there a way to map these buttons?

    MediaPortal Version: 1.0.2
    MediaPortal Skin: BleazeWide Customized
    Windows Version: Vista Ultimate SP1
    CPU Type: Intel 2200x2
    HDD: 1000 GB / 1000 GB / 500 GB Sata
    Memory: 2 gig OCZ
    Motherboard: Asus P5GC-MX/1333
    Video Card: Asus ATI 4350 HDMI
    Video Card Driver: newest ATI
    Sound Card: Realtek on board
    Sound Card AC3:
    Sound Card Driver:
    1. TV Card: Hauppauge WinTV-NOVA-S-Plus
    1. TV Card Type: DVB-S
    1. TV Card Driver: Newest Hauppauge
    2. TV Card: Ati TV Wonder Elite
    2. TV Card Type: analog
    2. TV Card Driver: Newest ATI
    3. TV Card: DVB World DVB-S USB2102
    3. TV Card Type: DVB-S
    3. TV Card Driver: Newest from DVB World
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec: FFshow
    MPEG2 Audio Codec: FFshow
    h.264 Video Codec:
    Satelite/CableTV Provider: dish/bev/starchoice
    HTPC Case: D-Vine MCE303 Silver
    Cooling: Stock
    Power Supply: ModxStream Pro 500 watt
    Remote: Vista MCE \ MCE \ATI TV Wonder\Hauppauge Remotes
    TV: Olivia 42 1080i
    TV - HTPC Connection: HD-HD
     

    ryan20021982

    Retired Team Member
  • Premium Supporter
  • June 27, 2008
    655
    86
    USA
    Home Country
    United States of America United States of America
    I just helped a friend with irtrans and we ended up editing the config file for irtrans

    go to program files/irtrans/remote/apps.cfg open it with notepad ( also backup this file first just to make sure it never hurts)

    at the top you should have something like this


    Code:
    [APP]*
      [ACTIVE]
      [TYPE]KEY
      [REMOTE]mediacenter
      [COMMANDS]
        1		[KEY]1
        2		[KEY]2[KEY]a[KEY]b[KEY]c
        3		[KEY]3[KEY]d[KEY]e[KEY]f
        4		[KEY]4[KEY]g[KEY]h[KEY]i
        5		[KEY]5[KEY]j[KEY]k[KEY]l
        6		[KEY]6[KEY]m[KEY]n[KEY]o
        7		[KEY]7[KEY]p[KEY]q[KEY]r[KEY]s
        8		[KEY]8[KEY]t[KEY]u[KEY]v
        9		[KEY]9[KEY]w[KEY]x[KEY]y[KEY]z
        0		[KEY]0[KEY]\SPACE
        OK		[KEY]\ENTER
        ENTER	[KEY]\ENTER
        LEFT	[KEY]\LEFT
        RIGHT	[KEY]\RIGHT
        DOWN	[KEY]\DOWN
        UP		[KEY]\UP
        CLEAR	[KEY]\BACKSPACE
        RED		[KEY]\ALT1
        GREEN	[KEY]\ALT\SHIFT1
        BLUE	[KEY]\ALT\CTRL2
        YELLOW	[KEY]\ALT\CTRL\SHIFT1
      [END-COMMANDS]


    Try adding this after what button you want to use [KEY]\S

    We actually had a problem where the back button wouldnt work but we fixed this by adding

    Code:
        BACK	[KEY]\ESC
     

    stdly

    MP Donator
  • Premium Supporter
  • April 19, 2008
    238
    41
    Home Country
    Canada Canada
    ryan20021982I

    just helped a friend with irtrans and we ended up editing the config file for irtrans

    go to program files/irtrans/remote/apps.cfg open it with notepad ( also backup this file first just to make sure it never hurts)

    Try adding this after what button you want to use [KEY]\S

    Ryan.
    Thanks for your reply. Mine file is a bit different but your suggestion to look at the apps.cfg file was a good one. I had another problem this helped. I had a pop up error from windows mediacenter when I used the dedicated buttons for video, radio and so on. I noticed the [RUN] command at the end of these items as in the code below. I removed the [RUN] text from the file and Mediaportal reactes as it should now.

    Still can't get ZOOM to work as you can see I added the command at the bottom of the code as seen below but it doesn't work. Yet!
    I will try /S as well thanks again!

    Code:
    [APP]MEDIACENTER
      [ACTIVE]
      [APPNAME]%SystemRoot%\ehome\ehshell.exe
      [CLASSNAME]eHome Render Window
      [TYPE]MCE
      [REMOTE]mediacenter
      [COMMANDS]
        EHOME          [FNC]EHOME
        PLAY	        [FNC]PLAY
        STOP	        [FNC]STOP
        REC		[FNC]REC
        REW		[FNC]REW
        FWD		[FNC]FWD
        PAUSE     	[FNC]PAUSE
        NEXT     	[FNC]NEXT
        PREV     	[FNC]PREV
        EPG		[FNC]EPG
        INFO     	[FNC]INFO
        LIVETV   	[FNC]LIVETV[RUN]
        VIDEO    	[FNC]VIDEO[RUN]
        MUSIC   	[FNC]MUSIC[RUN]
        TV         	[FNC]TV
        RADIO    	[FNC]RADIO[RUN]
        PICTURES	[FNC]PICTURES[RUN]
        VOL+     	[FNC]VOL+
        VOL-     	[FNC]VOL-
        MUTE     	[FNC]MUTE
        CH+		[FNC]CH+
        CH-		[FNC]CH-
        BACK    	[FNC]BACK
        DVDMENU	[FNC]DVDMENU
        RECTV    	[FNC]RECTV[RUN]
        XX1		[FNC]DVDAUDIO
        XX2		[FNC]DVDSUBTITLE    
        MESSENGER	[FNC]MESSENGER
        TELETEXT	[FNC]TELETEXT
        ZOOM	        [FNC]ZOOM
      [END-COMMANDS]
    [END-APP]
     

    Users who are viewing this thread

    Top Bottom