STEP33
Despite of what Olympia told us in the guide, the DD/DTS was not working for me,
so after a lot of tweaking, I found the solution that’s easy enough and works 100%(for me).
sudo nano .asoundsrc
(that’s in home dir)
pcm.48k_best {
type rate
slave {
pcm \"hw:0,2\"
format S32_LE
rate 48000
}
converter \"samplerate_best\"
}
pcm.!xbmc_default {
type plug
slave {
pcm 48k_best
}
}
Then, despite of what was written in the guide, change the audio settings in the XBMC interface to
default - both of them. You should now have stereo and DD/DTS sound.
STEP34
There is some bug with the vsync in the video settings.
Some say it should be turned on, some - off.
The thing is that it may bump up your CPU to 100% steady.
For me, setting it to let video driver manage it, did the trick. YMMV.
STEP35
Look for the NaviX script and upload it to a scripts/myscripts directory to have some nice add-ons, including youtube and some podcasts and videocasts.
STEP36
In order to display non english filenames, google and upload the ARIALUNI.TTF
to /usr/share/xbmc/media/Fonts/ and overwrite the arial.ttf file.
It’s a 22MB file and it’s available on thepiratebay.org.
STEP37
Put this in /home/xbmc/.xbmc/plugins/programs (create “programs” dir)
and enable “show programs” in the theme (there is an option in the default theme).
After that, go to the programs, svn installer through GUI and you’ll get access to lots of add-ons.
I got myself the lyrics script.
STEP38
Now, for the Remote control part.
By the way, although I have a tv card inside (Hauppauge mce-150),
I don’t actually use it. Maybe there are some plugins for that, but I don’t care at the moment, as I mostly need it for the remote control.
The remote was falsely recognized as mce remote, so I had to change some stuff:
sudo nano /etc/lirc/hardware.conf
change modules to:
MODULES=\"lirc_i2c lirc_pvr150\"
STEP39
then upload lircd.conf instead of:
/etc/lirc/lircd.conf
and
/etc/lircd.conf
this is the file:
#
# this config file was automatically generated
# using lirc-0.5.5pre8 on Sun Apr 18 11:43:45 1999
#
# contributed by Jens Leuschner
#
# brand: Hauppauge
# model:
# supported devices: WinTV primo; WinTV pci; WinTV radio
#
# This config file will work with both homebrew receivers and
# original Hauppauge TV cards !!!
#
begin remote
name Hauppauge
bits 13
flags SHIFT_ENC
eps 30
aeps 100
one 950 830
zero 950 830
plead 960
gap 89584
repeat_bit 2
begin codes
TV 0x000000000000100F
RADIO 0x000000000000100C
FULL_SCREEN 0x000000000000102E
CH+ 0x0000000000001020
CH- 0x0000000000001021
VOL- 0x0000000000001011
VOL+ 0x0000000000001010
MUTE 0x000000000000100D
SOURCE 0x0000000000001022
1 0x0000000000001001
2 0x0000000000001002
3 0x0000000000001003
4 0x0000000000001004
5 0x0000000000001005
6 0x0000000000001006
7 0x0000000000001007
8 0x0000000000001008
9 0x0000000000001009
0 0x0000000000001000
RESERVED 0x000000000000101E
MINIMIZE 0x0000000000001026
end codes
end remote
#
# this config file was automatically generated
# using lirc-0.6.6(animax) on Tue Apr 15 19:50:27 2003
#
# contributed by
#
# brand: Hauppauge
# model no. of remote control:
# devices being controlled by this remote: PVR 2/350
#
begin remote
name hauppauge_pvr
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 969 811
zero 969 811
plead 1097
gap 114605
toggle_bit 2
begin codes
Power 0x00000000000017FD
Go 0x00000000000017FB
1 0x00000000000017C1
2 0x00000000000017C2
3 0x00000000000017C3
4 0x00000000000017C4
5 0x00000000000017C5
6 0x00000000000017C6
7 0x00000000000017C7
8 0x00000000000017C8
9 0x00000000000017C9
Back/Exit 0x00000000000017DF
0 0x00000000000017C0
Menu 0x00000000000017CD
Red 0x00000000000017CB
Green 0x00000000000017EE
Yellow 0x00000000000017F8
Blue 0x00000000000017E9
Ch+ 0x00000000000017E0
Ch- 0x00000000000017E1
Vol- 0x00000000000017D1
Vol+ 0x00000000000017D0
Ok 0x00000000000017E5
Mute 0x00000000000017CF
Blank 0x00000000000017CC
Full 0x00000000000017FC
Rewind 0x00000000000017F2
Play 0x00000000000017F5
Forward 0x00000000000017F4
Record 0x00000000000017F7
Stop 0x00000000000017F6
Pause 0x00000000000017F0
Replay 0x00000000000017E4
Skip 0x00000000000017DE
end codes
end remote
#
# this config file was automatically generated
# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
#
# contributed by
#
# brand: Hauppauge 350
# Created: G.J. Werler (The Netherlands)
# Project: Mythtv Fedora Pundit-R www.mythtvportal.com
# Date: 2004/11/28
# model no. of remote control: Hauppauge A415-HPG
# devices being controlled by this remote: PVR-350
#
begin remote
name Hauppauge_350
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 969 811
zero 969 811
plead 1097
gap 114605
toggle_bit 2
begin codes
Go 0x00000000000017BB
Power 0x00000000000017BD
TV 0x000000000000179C
Videos 0x0000000000001798
Music 0x0000000000001799
Pictures 0x000000000000179A
Guide 0x000000000000179B
Radio 0x000000000000178C
Up 0x0000000000001794
Left 0x0000000000001796
Right 0x0000000000001797
Down 0x0000000000001795
OK 0x00000000000017A5
Back/Exit 0x000000000000179F
Menu/i 0x000000000000178D
Vol+ 0x0000000000001790
Vol- 0x0000000000001791
Prev.Ch 0x0000000000001792
Mute 0x000000000000178F
Ch+ 0x00000000000017A0
Ch- 0x00000000000017A1
Record 0x00000000000017B7
Stop 0x00000000000017B6
Rewind 0x00000000000017B2
Play 0x00000000000017B5
Forward 0x00000000000017B4
Replay/SkipBackward 0x00000000000017A4
Pause 0x00000000000017B0
SkipForward 0x000000000000179E
1 0x0000000000001781
2 0x0000000000001782
3 0x0000000000001783
4 0x0000000000001784
5 0x0000000000001785
6 0x0000000000001786
7 0x0000000000001787
8 0x0000000000001788
9 0x0000000000001789
Asterix 0x000000000000178A
0 0x0000000000001780
# 0x000000000000178E
Red 0x000000000000178B
Green 0x00000000000017AE
Yellow 0x00000000000017B8
Blue 0x00000000000017A9
end codes
end remote
#
# this config file was automatically generated
# using lirc-0.7.0pre4(serial) on Sun Oct 2 00:24:32 2005
#
# contributed by anton|ganthaler.at and juergen.wilhelm|aon.at
# members of linux user group Vorarlberg www.lugv.at
#
# for ir remote controler from Hauppauge WinTV Nexus-S
# most of the keys are supported
#
# brand: Hauppauge
# model no. of remote control: WinTV Nexus-S
# devices being controlled by this remote:
#
begin remote
name Hauppauge_WinTV_Nexus-S
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 944 828
zero 944 828
plead 980
gap 113932
min_repeat 1
toggle_bit 2
begin codes
Up 0x0000000000001794
Down 0x0000000000001795
Left 0x0000000000001796
Right 0x0000000000001797
Power 0x00000000000017BD
Ok 0x00000000000017A5
Menu 0x000000000000178D
Back 0x000000000000179F
Red 0x000000000000178B
Green 0x00000000000017AE
Yellow 0x00000000000017B8
Blue 0x00000000000017A9
0 0x0000000000001780
1 0x0000000000001781
2 0x0000000000001782
3 0x0000000000001783
4 0x0000000000001784
5 0x0000000000001785
6 0x0000000000001786
7 0x0000000000001787
8 0x0000000000001788
9 0x0000000000001789
Play 0x00000000000017B5
Pause 0x00000000000017B0
Stop 0x00000000000017B6
Record 0x00000000000017B7
FastFwd 0x00000000000017B4
FastRwd 0x00000000000017B2
Channel+ 0x00000000000017A0
Channel- 0x00000000000017A1
Volume+ 0x0000000000001790
Volume- 0x0000000000001791
Mute 0x000000000000178F
Timers 0x000000000000178A
Recordings 0x000000000000178E
Back 0x000000000000179F
Record 0x00000000000017B7
Pause 0x00000000000017B0
end codes
end remote
#
# this config file was automatically generated
# using lirc-0.8.3pre1(default) on Sat Jun 21 12:36:46 2008
#
# contributed by Matthew Wright
#
# brand: Hauppauge (HRV-1600 RT Remote)
# model no. of remote control: A415-HPG-A
# devices being controlled by this remote:
#
begin remote
name Hauppauge
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100
one 919 852
zero 919 852
plead 930
gap 112908
toggle_bit_mask 0x800
begin codes
power 0x17BD
go 0x17BB
tv 0x179C
videos 0x1798
music 0x1799
pictures 0x179A
guide 0x179B
radio 0x178C
exit 0x179F
menu 0x178D
prevch 0x1792
mute 0x178F
up 0x1794
down 0x1795
left 0x1796
right 0x1797
ok 0x17A5
volup 0x1790
voldown 0x1791
chup 0x17A0
chdown 0x17A1
record 0x17B7
stop 0x17B6
rewind 0x17B2
fastfwd 0x17B4
play 0x17B5
replay 0x17A4
skip 0x179E
pause 0x17B0
1 0x1781
2 0x1782
3 0x1783
4 0x1784
5 0x1785
6 0x1786
7 0x1787
8 0x1788
9 0x1789
* 0x178A
0 0x1780
# 0x178E
red 0x178B
green 0x17AE
yellow 0x17B8
blue 0x17A9
sub/cc 0x178E
text 0x178A
home 0x17BB
end codes
end remote
I realize that most part of it was not needed - I only had one remote, but I decided to leave it as is.
STEP40
sudo cp /usr/share/xbmc/system/Lircmap.xml /home/xbmc/.xbmc/userdata/
STEP41
add the hauppauge settings:hauppauge
(wordpress messes up the lines, so you better download the file.
Pause
Stop
Forward
Rewind
Left
Right
Up
Down
Ch+
Ch-
Back/Exit
PreviousMenu
Play
Menu/i
SkipForward
Replay/SkipBackward
Teletext
Go
Record
Vol+
Vol-
Mute
Power
Videos
Music
Pictures
TV
One
Two
Three
Four
Five
Six
Seven
Eight
Nine
Zero
Red
Green
Yellow
Blue
STEP42
Well, that’s basically where I’ve came to so far.
Add your media sources.
For really nice views (with posters and stuff) you should make a library view and let it scan/download the info from Internet DBs. There is a pretty good wiki on the XBMC site - read it.
And, well…enjoy!

