Posts: 1,061
Joined: Sep 2004
Reputation:
1
I did it.
I managed to Stream Channels from DreamBox 7025 Enigma2 image directly to Xbox Media Center. No pythons, using manually constructed .strem & jpg files same as in XBMC-TV. PayTV's work also.
Posts: 10
Joined: Feb 2010
Reputation:
0
Hi, this is my first post,and and I would ask the community to help a problem I have with the script "GeminiServer XBMC Dreambox-TV v0.39 Beta"
I copied the contents of the script inside the folder Dreambox-TV in the \ script in my XBMX 9:11 for Windows7.
When you launch the program always gives me error loading script and never starts.
Logs gives me the following error:
10:18:38 T: 4536 M: 960,614,400 NOTICE: -> Python Interpreter Initialized <--
10:18:39 T: 4536 M: 957,272,064 NOTICE: Traceback (most recent call last):
10:18:39 T: 4536 M: 957,272,064 NOTICE: File "C: \ Program Files \ XBMC \ scripts \ Dreambox-TV \ Dreambox-TV.py", line 56, in?
10:18:39 T: 4536 M: 957,706,240 NOTICE: import re, Image, ImageFile, codecs, base64, httplib, sys, ConfigParser
10:18:39 T: 4536 M: 957,706,240 NOTICE: ImportError
10:18:39 T: 4536 M: 957,706,240 NOTICE::
10:18:39 T: 4536 M: 957,706,240 NOTICE: No module named Image
10:18:39 T: 4536 M: 957,706,240 ERROR: Scriptresult: Error
I'm using the script for Xbox version, XBMC GeminiServer Dreambox-TV v0.39 Beta, but I think it work on a windows pc also....or no?
Exist a version for windows based?
Thanks
Fabio
Posts: 31
Joined: Oct 2004
Reputation:
0
afeno
Junior Member
Posts: 31
Hello,
Long time ago some people were asking for a python script/client to watch sat TV and control the dreambox from the Xbox.
The XBMC tuxbox integration is not always working very well. (at least not for everybody)
There is a script to do this that is working like a charm. (Stream, access the bouquetes, change the channels, see the EPG, etc.)
If you can watch sat TV from a PC using the dreambox web interface, then this script will be working fine.
The script is called Dreambox-TV v0.39. It seems to be a dead project however it is still downlodeable from some websites.
There are volunteers to re-open the project? I have some notions in python programming.
Regards,
Afeno.
Posts: 37
Joined: Feb 2011
Reputation:
0
phanos
Junior Member
Posts: 37
Hello,
I have a Dreambox PVR600 and I am able to use tuxbox within XBMC and also be able to use vlc to watch channels on my PC.
I have downloaded the Dreambox-TV v0.39 and tried to install it to XBMC 10.0. I am not sure if I have install it correctly, or if the Dreambox TV 0.39 ever runs on this version of XBMC, but every time I try to run the Dreambox-TV v0.39 from within XBMC I get an error saying the script failed to run.
Have anybody successfully manage to run the Dreambox-TV v0.39 on the XBMC 10.0? What is this script supposed to do when it runs? I have found little regarding this online.
Thanks in advance
Posts: 37
Joined: Feb 2011
Reputation:
0
phanos
Junior Member
Posts: 37
I see. After enabling debugging and trying to run the script I have notice that it is missing some import libraries, specifically Image and ImageFile. Are these specific for the XBox or they can be found elsewhere as well?