• 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 47
XBMC Tuxbox Enigma Stream Client (Enigma / Enigma2 Based Dreambox & Dbox2)
rehnmark Wrote:I know the webinterface is installed default on Gemini and LT. Maybe you can install it through the plugin menu on PLI?

The script "should" work on ATV2...

Havnt tried it on my Ipad2 yet, but i will give it a shot tonight.

Wouldnt it be better to create a -xbmc-repo? Other could contribute with code and help you.
http://code.google.com/
Reply
Hey all,

I have installed the addon (the latest one)
I changed the ip, and I can see all my channels, but I am not able to stream any videos. I can see it load for about 1-2 sec, then it stop, and nothing more happends.

Please help. I dont mind to pay for it, It make me get crazy, that I can figure out what the problem is.

Using Dreambox 800HD
sim201e-75-pli-enigma2-jade3-dm800-20090924-6692

Please advice..
Reply
Just got this up and running with the plugin provided! Thanks rehnmark! Much appreciated!
Reply
Hi null_

Strange...
Maybe the Piconspath gets wrong when you are using Linux.
I will look into it as soon as i can(Much at work right now).

Best Regards,
Rehnmark

null_ Wrote:Hey rehnmark,
Sorry for the delay in replying, work and all that!

Still no luck with the picons. For sanity I just tried renaming an icon to MTV.png, of which I have a channel called that and it still doesnt pick it up?
Just to confirm what I'm doing:
/storage/.xbmc/addons/plugin.video.dreambox/Picons contains my icons
in format of 1_0_4_1029_A35_2_11A0000_0_0_0.png
I then goto the bouquet, I get the channel list. I put it to the wall view and was expecting to see all the channels with their corresponding picons - that should be the case right? I'm more than happy to upload my bouquets and picons somewhere if you want me to pm you?

I also tried renaming the HD Channels bouquet to HDChannels without the space, still no luck there either Sad

Let me know if there's anything else you want me to try Smile

P.S. Mine streams HD Channels flawlessly, no stuttering, no sync issues (I'm gigabit wired)
Reply
Brenly Wrote:Hey all,

I have installed the addon (the latest one)
I changed the ip, and I can see all my channels, but I am not able to stream any videos. I can see it load for about 1-2 sec, then it stop, and nothing more happends.

Please help. I dont mind to pay for it, It make me get crazy, that I can figure out what the problem is.

Using Dreambox 800HD
sim201e-75-pli-enigma2-jade3-dm800-20090924-6692

Please advice..

Can you check that it works to stream from the dreambox if you http to you dreambox with your webbrowser?
Reply
snorredk Wrote:Wouldnt it be better to create a -xbmc-repo? Other could contribute with code and help you.
http://code.google.com/

Good idea, will do that Nod
Have never created a repo before, but i'm sure i will find a tutorial on the forum...
Reply
stevepoon Wrote:Does anyone have a problem where some streamed channels have subtitles on?

Can't seem to switch them off?

That seems odd, i have the opposite problem.
I did some research and it seems like XBMC cant handle teletext subtitles.
Reply
Hi i have a problem connecting to my VU+ Duo (engima 2)
He is a part of the debug file.
22:00:08 T:6024 M:2046406656 DEBUG: CTuxBoxUtil:TonguearseChannelsEnigma2 - Name: CNN Int.
22:00:08 T:6024 M:2046406656 DEBUG: CTuxBoxUtil:TonguearseChannelsEnigma2 - Adress: http://192.168.1.4:8001/1:0:1:6F6A:42C:1:C00000:0:0:0:
22:00:08 T:6024 M:2046406656 DEBUG: CTuxBoxUtil:TonguearseChannelsEnigma2 - Name: Al Jazeera English
22:00:08 T:6024 M:2046406656 DEBUG: CTuxBoxUtil:TonguearseChannelsEnigma2 - Adress: http://192.168.1.4:8001/1:0:1:1B64:3FC:1:C00000:0:0:0:
22:00:08 T:6024 M:2048102400 ERROR: CThread:ConfusedtaticThread : Access violation at 0x00605cd1: Reading location 0x00000038
22:00:08 T:6024 M:2047913984 DEBUG: Thread 6024 terminating (autodelete)
Can some one tell me what i'm doing wrong
Thanks
Reply
rehnmark Wrote:That seems odd, i have the opposite problem.
I did some research and it seems like XBMC cant handle teletext subtitles.

I get the same as StevePoon... thought it was just me til I read this
Reply
rehnmark Wrote:Hi null_
Maybe the Piconspath gets wrong when you are using Linux.
I will look into it as soon as i can(Much at work right now).
Correct rehnmark,
added some logging and noticed
Code:
picondir = os.getcwd() + "\\Picons\\"
which should be this in *nix
Code:
picondir = os.getcwd() + "/Picons/"


null_ Wrote:Still no luck with the picons.
Easy fix dude.

edit .xbmc/addons/plugin.video.dreambox/Dreambox.py
and update with above suggestion to rehnmark

Also, you can use both picon formats e.g.
1_0_82_2013_7EA_2_11A0000_0_0_0.png
or
ProSieben Schweiz.png
Reply
nitr8 Wrote:Correct rehnmark,
added some logging and noticed
Code:
picondir = os.getcwd() + "\\Picons\\"
which should be this in *nix
Code:
picondir = os.getcwd() + "/Picons/"



Easy fix dude.

edit .xbmc/addons/plugin.video.dreambox/Dreambox.py
and update with above suggestion to rehnmark

Also, you can use both picon formats e.g.
1_0_82_2013_7EA_2_11A0000_0_0_0.png
or
ProSieben Schweiz.png

I know what I'm up to tomorrow, nice one man! Big Grin
Reply
nitr8 Wrote:Correct rehnmark,
added some logging and noticed
Code:
picondir = os.getcwd() + "\\Picons\\"
which should be this in *nix
Code:
picondir = os.getcwd() + "/Picons/"



Easy fix dude.

edit .xbmc/addons/plugin.video.dreambox/Dreambox.py
and update with above suggestion to rehnmark

Also, you can use both picon formats e.g.
1_0_82_2013_7EA_2_11A0000_0_0_0.png
or
ProSieben Schweiz.png

Thanks, thats definitive the problem.
Will update the script to do an OS check before setting the Piconspath once i come home from my christmas vaccation Smile
Reply
where can I download the plugin?
Reply
Hi,

Now i updated the plugin so it will check what os is running and set the Picons path correct for both windows and linux/unix.
I also changed so it only checks standbymode when you start the plugin instead of each time you change channel to speed up channelswitching.
The plugin logo has also been updated.

Best Regards,
Rehnmark

DreamboxPlugin-2012-01-04.zip
Reply
Thank you rehnmark for continuing development!

Any possibility of further enhancing the plugin and adding recording functionality of the Dreambox?
Reply
  • 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 47

Logout Mark Read Team Forum Stats Members Help
XBMC Tuxbox Enigma Stream Client (Enigma / Enigma2 Based Dreambox & Dbox2)5