MediaLan and MCE Remote Irritation (1 Viewer)

mulva

Portal Member
August 22, 2005
27
2
Sydney, Australia
Home Country
I've downloaded and installed MediaLan so that I can get access to files located on my backend storage.

The problem that I have is that when I get into My Videos and try to scroll down to the LAN option on the left of the screen, the cursor stops on the option above it. I can access it if I use the mouse but not being able to use the remote is a major pain.

Has anyone else suffered from this and have a fix?

I'm running MediaPortal 0.2.0.2 .
 

ACTGSR

New Member
December 30, 2006
3
0
Home Country
yeah i get the same thing. you cant even use the keyboard arrows it -has- to be the mouse :( such a great plug in, just a little bit more to make it awesome!
Where would the bug reports for it be?
 

patrick

Portal Pro
April 20, 2005
608
45
Southeast
Home Country
United States of America United States of America
I do not know anything about MediaLAN or the LAN button but in the skin xml file
what ever the "option right above it" is you can change/add an ondown
tag with the ID of the LAN button.

Here you would change the 99 to the ID of the LAN button
Code:
<ondown>99</ondown>

HTH,
patrick
 

ACTGSR

New Member
December 30, 2006
3
0
Home Country
Hey, been trying the suggested fix but cant get it to work. also the original file and the modded file are completely different, like the eject disk is missing so is trailers and my playlist i think.

a temporary solution i found is to have say "c drive" mapped.
scroll down until your opposite the Lan button,
then click left.


will keep trying with the xml files and post up my changes if i work it out.

Greg
 

ACTGSR

New Member
December 30, 2006
3
0
Home Country
Added a Divider

This is the last part of my file. It is just a divider inserted and the trailers code removed (even tho the trailers button was never there)

Code:
			<control>
				<description>Playlist button</description>
				<type>button</type>
				<id>20</id>
				<label>136</label>
				<action>33</action>
			</control>
			<control>
				<description>Play DVD</description>
				<type>button</type>
				<id>6</id>
				<ondown>70</ondown>
				<label>341</label>
			</control>


      <control>
        <type>image</type>
        <description>Divider image</description>
        <id>999</id>
        <texture>hbar1.png</texture>
        <keepaspectratio>yes</keepaspectratio>
      </control>

			      <!-- reseau -->
	<control>
	  <type>button</type>
	  <id>70</id>
	  <hyperlink>4057</hyperlink>
	  <label>442</label>
	  <ondown>99</ondown>
	</control>
		</control>
		<import>common.facade.xml</import>
	</controls>
</window>
 

Users who are viewing this thread

Top Bottom