[LINUX] xbmc.log: Lircmap.xml Error reading end tag
#1
Hi all,

I have been struggling for a while now trying to get my Philips SRM7500 remote to work in XBMC. The latest error I keep getting from xbmc.log with my custom Lircmap.xml is:

Code:
ERROR: special://profile/Lircmap.xml, Line 43 Error reading end tag

I have checked the file several times, and whatever I do I keep getting this error on the </remote> closing tag.

Lircmap.xml
Code:
<!-- Lircmap.xml for Philips SRM7500 MCE Remote -->

<lircmap>
    <remote device="SRM-7500">
        <power>Power</power>
        <back>Back</back>
        <info>More</info>
        <up>Up</up>
        <down>Down</down>
        <left>Left</left>
        <right>Right<right>
        <select>Ok</select>
        <volumeplus>Vol+</volumeplus>
        <volumeminus>Vol-</volumeminus>
        <mute>Mute</mute>
        <channelplus>Ch+</channelplus>
        <channelminus>Ch-</channelminus>
        <display>Windows</display>
        <record>Rec</record>
        <stop>Stop</stop>
        <reverse>Rew</reverse>
        <play>Play</play>
        <forward>Fwd</forward>
        <skipminus>Prev</skipminus>
        <pause>Pause</pause>
        <skipplus>Next</skipplus>
        <livetv>LiveTV</livetv>
        <recordedtv>RecTV</recordedtv>
        <menu>DVD</menu>
        <one>1</one>
        <two>2</two>
        <three>3</three>
        <four>4</four>
        <five>5</five>
        <six>6</six>
        <seven>7</seven>
        <eight>8</eight>
        <nine>9</nine>
        <zero>0</zero>
        <star>Star</star>
        <hash>Hash</hash>
        <clear>Clear</clear>
    </remote>
</lircmap>

<!-- Buttons NOT used

        Text
        Guide
        Enter
        AspectRatio
        Red
        Green
        Yellow
        Blue

-->

Any help in this would be greatly appreciated Smile
Reply
#2
[quote=frummel]
Code:
        <right>Right[b][color=red]<right>[/color][/b]


Code:
<right>Right<[b][color=red]/[/b][/color]right>
Reply
#3
Thanks a heap! That did the trick!
And the remote is working Smile

I guess the error was pretty obvious after all, but staring at the same file all day long isn't the best way to get the errors out...
A fresh look on things was.
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] xbmc.log: Lircmap.xml Error reading end tag0