Anhang per rar entpacken und dann im PY File die IP der Box eintragen und auf XBMC via FTP uebertragen in /apps/xbmc/scripts.
# Set Dbox2 IP Address
dboxip = '192.168.1.24'
port = '31337'
Programm ist eine abgespekte/eigene Variante von den Cally Plugins aber da cally nichts mehr macht hat Fulotop jetzt eben selber etwas angefangen.
Kritik / Ideen usw leite ich gerne weiter
Here's V0.12 It includes,
Works on lastest version of XBMC, tested on 06-06-06 CVS.
Dbox2 LCD displays changes when in Dbox2Xbox.
Press info button to pull up channel EPG.
V0.13
GUI Changes
Changing Channels is improved (Hopefully XBMC should not lock up now)
When Playing Stream press display to go back to channel list.
It should be a few days now before the next update, which will include setting the dbox2 timer for recording from the channel egp page. After that I don't know what else to include in the script that will be useful.
Here's V0.14 changes are:
ADDED: Extra epg information page added click info on selected program from EPG dialog it will display full programme details.
ADDED: When on channel EPG dialog, select programme by pressing select and it will ask if you want to record, if yes will send timer to dbox2. Note: The recording server should be set to ftp. The ip address, username and password of your xbox. (This is in other posts in this board). NOT TESTED
Future additions - 0.15 will in include timer dialog so you can delete timer events
The version of XBMC makes a big difference and this one been tested with 06-06-06 CVS. Some builds did lock up after changing channels after 4 - 5 times that i've tried myself. If you check so does callys script as well, its not a bug with both scripts, it's XBMC. It seems sorted now anyway.
Small update to fix problems reported by pt1 - Dbox2Xbox V0.14b
FIXED : Joypad to work the EPG to pull up the epg press the Y button on the joypad or Info on the Xbox remote.
ADDED: I also allow the B button on the pad to act as back to previous screen or menu.
Also here is a couple of screenshots of the EPG
PS. If you don't exit the script the lcd doesn't change back, but you can leave the channel streaming when you exit.
To add it to the scripts menu in XBMC you have to alter the skin, the file in question is DialogSubMenu.xml it under /XBMC/skins/skinname/tvformat/ and the edit the the last entry up in your file where there is already a button eg.:
<control>
<description>scripts button</description> <visible>yes</visible>
<type>button</type> <onclick>q:\scripts\dbox2xbox\dbox2.py</onclick>
<id>1112</id> <label>Dbox2Xbox</label>
<posx>30</posx>
<posy>330</posy>
<width>110</width>
<height>20</height>
<font>font101</font>
<onleft>1112</onleft>
<onright>1112</onright>
<onup>1113</onup>
<ondown>1111</ondown>
<align>center</align>
<textoffsety>0</textoffsety>
<texturenofocus>-</texturenofocus>
</control>
Version 0.14c
Added - SPTS activation on start (pt1 request)
Oh I forgot when your in the channel epg press Select on remote or A button on joypad to set timer to record.
Das Program selbst:
http://www.pt-1.net/xbox/dbox2_014c.rar