Kodi Community Forum
XBMC Tuxbox Enigma Stream Client (Enigma / Enigma2 Based Dreambox & Dbox2) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: XBMC Tuxbox Enigma Stream Client (Enigma / Enigma2 Based Dreambox & Dbox2) (/showthread.php?tid=23834)



- Kobazz - 2007-01-19

I don't have neutrino, just Enigma


- baron22 - 2007-01-19

Just tested the TuxBox feature with my Gemini DM7000-s.
Great work!!

A couple of quick questions -
Do you plan to implement stream recording?
Is it possible to grab a channel list from either "all services" or "providers" instead of bouquets?


- GeminiServer - 2007-01-19

schwatter Wrote:When it starts for neutrino or give it big problems?
sorry.. there is no neutrino support planned...


- GeminiServer - 2007-01-19

baron22 Wrote:Just tested the TuxBox feature with my Gemini DM7000-s.
Great work!!

A couple of quick questions -
Do you plan to implement stream recording?
Is it possible to grab a channel list from either "all services" or "providers" instead of bouquets?
Yes it is possible to controll it: Look here: http://www.xboxmediacenter.com/wiki/index.php?title=AdvancedSettings.xml
And set <submenuselection> to true to enable the selection!

Recording is planned..


- Kobazz - 2007-01-20

Gemini. I just did a factory reset on the gemini 3.30 and still the client can't connect. web-X-tv does work, so why can't tuxbox? RC2 en previous builds worked just fine. The problem seems to be since its in the SVN trunk


- Kobazz - 2007-01-20

Maybe it's my own build. I'll try another build


- Kobazz - 2007-01-20

I have found the little problem causer. When deleted advancedsettings.xml the connection worked again.

this was my adv settings:

Code:
<advancedsettings>
<tuxbox>
  <audiochannelselection>false</audiochannelselection> # default false
  <submenuselection>false</submenuselection> # default false
  <pictureicon>true</pictureicon> # default true
  <epgrequesttime>10</epgrequesttime>  # 0-3600, default 10
  <defaultsubmenu>4</defaultsubmenu> # 1-4, default 4
  <defaultrootmenu>4</defaultrootmenu> # 0-4, default 4
  <zapwaittime>1</zapwaittime> # 0-120, default 0
</tuxbox>
</advancedsettings>



- schwatter - 2007-01-20

Quote:sorry.. there is no neutrino support planned...

Why? Is neutrino so different than enigma?
I think lots of members use neutrino.

In the past I and many neutrinousers used dboxtv Rolleyes
but at this time it isnĀ“t compatiple with the new cvs Sad


- GeminiServer - 2007-01-20

Kobazz Wrote:I have found the little problem causer. When deleted advancedsettings.xml the connection worked again.

this was my adv settings:

Code:
<advancedsettings>
<tuxbox>
  <audiochannelselection>false</audiochannelselection> # default false
  <submenuselection>false</submenuselection> # default false
  <pictureicon>true</pictureicon> # default true
  <epgrequesttime>10</epgrequesttime>  # 0-3600, default 10
  <defaultsubmenu>4</defaultsubmenu> # 1-4, default 4
  <defaultrootmenu>4</defaultrootmenu> # 0-4, default 4
  <zapwaittime>1</zapwaittime> # 0-120, default 0
</tuxbox>
</advancedsettings>

the # in a xml are a big nono Wink
Remove all marks with "#" or replace them with <!-- !-->
like this:
Code:
<advancedsettings>
<tuxbox>
  <audiochannelselection>false</audiochannelselection> <!-- default false !-->
  <submenuselection>false</submenuselection> <!-- default false !-->
  <pictureicon>true</pictureicon> <!-- default true !-->
  <epgrequesttime>10</epgrequesttime>  <!-- 0-3600, default 10 !-->
  <defaultsubmenu>4</defaultsubmenu> <!-- 1-4, default 4 !-->
  <defaultrootmenu>4</defaultrootmenu> <!-- 0-4, default 4 !-->
  <zapwaittime>1</zapwaittime> <!-- 0-120, default 0 !-->
</tuxbox>
</advancedsettings>



- baron22 - 2007-01-21

GeminiServer Wrote:Yes it is possible to controll it: Look here: http://www.xboxmediacenter.com/wiki/index.php?title=AdvancedSettings.xml
And set <submenuselection> to true to enable the selection!

Recording is planned..

I tried it yesterday,during the parsing it crashed.
Then gave me the error unable to connect to server.


- Kobazz - 2007-01-21

Gemini, I don't think its smart to let the client start the next channel if the previous one would fail. that way you can't cancel after a fail or try the same channel again.


- Kobazz - 2007-01-21

A reboot is needed evertime this happens


- KingJames - 2007-01-21

Can This Work With a CoolSat BoX


- m-sport - 2007-01-22

Are the client capable of restarting cams?

I love it nevertheless Big Grin


- lolol - 2007-01-22

KingJames Wrote:Can This Work With a CoolSat BoX

Hi,

i don't know that device, but if it has a enigma image it may work...

Otherwise not...

cu lolol