Feature #823
Adjustment to XBMC Button to get remotes working in XBMC
Status: | Closed | Start date: | 03/25/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | cecil | % Done: | 100% |
|
Category: | Packages: Extra | Spent time: | - | |
Target version: | 7.3 |
Description
There have been a lot of changes to XMBC and Linhes Lirc. I was difficult to get a hndle on what needed to be changed.
I had to the chance to completely reload my box today and all I had to do to get the remote working was to change a line in in the button here is the corrected buttom.
/usr/share/mythtv/themes/defaultmenu/library.xml
this is the correction that make the remote seamless once again.
CODE: SELECT ALL
<!- #XBMC->
<button>
<type>Menu_XBMC</type>
<text>Launch XBMC</text>
<action>EXEC /USR/bin/xbmc --lircdev /var/run/lirc/lircd</action>
</buttion>
<!- #XBMC->
History
Updated by cecil over 12 years ago
- Assignee set to cecil
- Category set to Packages: Extra
- Target version set to 7.3
Updated by RacerX over 12 years ago
small correction
<action>EXEC /USR/bin/xbmc --lircdev /var/run/lirc/lircd</action>
should read
<action>EXEC /usr/bin/xbmc --lircdev /var/run/lirc/lircd</action>
Thanks
Updated by RacerX over 12 years ago
small correction
<action>EXEC /USR/bin/xbmc --lircdev /var/run/lirc/lircd</action>
should read
<action>EXEC /usr/bin/xbmc --lircdev /var/run/lirc/lircd</action>
Thanks
Updated by cecil over 12 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
XBMC will be called via /usr/LH/bin/xbmc.sh. It prevents xscreensaver from activating and launches XBMC with the parameters for LIRC.