I thought you had this running in dreamos seagen
Posts by KiddaC
-
-
You probably just need to put your box into deep standby first or power down then to make sure nothing is running on harddrive. i.e timeshift, reading/writing etc.
I know openatv and openvix has an mount manager screen also where you can unmount your hdd.
I don't use HDD only usb, so cant really help more. -
Haven't looked at this thread for a while are you still doing these.

-
are you sure its corrupting, and not just be initialised into linux. (Which windows cannot read)
If you connect your box via ftp or file explorer, you can access your hard drive on your sat box that way.
-
XStreamity V3.89
New files on post 1
Fixed live/catchup description disappearing on selection change.
Added in a new error catch for server error or invalid references.
Now leave me alone...

-
The plugin language files are for the interface.
The settings language files are what it calls back from the api. If there is no arabic in visual crossing website, then you or someone else needs to add them.
See earlier posts on how to add data to their website.As for amends on how the plugin works. The plugin was only a bit of a weekend project. It was a proof of concept. I am too busy with other stuff, to spend any time on this.
-
i am doing a re-release of the old version very soon. Maybe tonight. That has all the amends that i have posted recently. Just got to re-read this thread to see it covers everything.
Not a new version, just the old one with a few amends
-
Lets try again. That beta release was a bit of a feck up
XStreamity v3.88
New files on post 1
Removed six.ensure_str from the download manager for people with older images. titau_246
Tried fixing series invalid streams error again - I think I might have been endless looping in the last fix Lad
Hopefully fixed the live progress bar on the streamplayer for non UK users saalty pontiak
Returning to Live list after playing stream, should now also update epg. (yeah)
Fixed epg download headers.
Fixed missing variable for playlists.txt backup
Fixed Blank port numbers code - you might need to reset json (blue button main menu) if your provider port is blank (sorry) dsayers
And now I just cleared my thread, just noticed I forgot the italian translation update. Never mind. I will add it in soon.
-
seagen can you recommend a skin for this chap.
Dreamos is not my thing.
Seagen will answer you when he comes on line. He's my go to dreambox guy.
or anyone else reading this thread that is using dreamos. What skin you using.
-
Its not compatible with nuke.evo skin to show in the infobars. But you can have it in main menu to show the 15 day forecast.
-
looking at nuke.evo infobar code.
<screen name="InfoBar" title="InfoBar" flags="wfNoBorder" position="0,830" size="1920,230" backgroundColor="transparent">
basically the infobar screen is only small at the bottom of the screen. So the widget might actually be there but behind it.
most skins would have the infobar screen full screen height like this with just the elements placed at the bottom of the screen
<screen name="InfoBar" flags="wfNoBorder" position="0,0" size="1920,1080" title="InfoBar" backgroundColor="transparent">
-
have you tried it with another skin.
-
your skin might be clashing with it then.
Try the default skin and see if it works.
If it does then we will have to amend something to get it to work with nuke. evo skin
-
I presume you have turned it on in the plugin settings.
you also need your own api key as mentioned on first post.
-
If anyone follows my githubs, don't get excited if you see a load of commits today.
I am just making sure all my files everywhere are all in sync.
I have decided I will create a new plugin name for the next one, so they will be classed as 2 separate plugins
At the moment, I cant push any new commits due to file chaos.
jediMakerXtream
JediBouquetXtream
-
Xstreamity V3.86
New files on post 1
right mofos
A bit of a blitz of issues raised lately. Although I am not meant to be working on this plugin.
Tweaked failing links. Shouldn't crash your box now Lad
Port is no longer required and can be left out dsayers
IMDB link (epg button in vod) now selects what is highlighted in VOD and not what is playing urie
Streamplayer live infobar now updates on playing stream or pressing OK button. i.e Progress bar and current epg refresh saalty
Enjoy.
-
interesting. That effects quite a bit of code
And currently is going to cause a redirect if going from :443/player_api.php to /player_api.php
-
And if you currently have one that I can use to test, feel free to drop me a pm.
-
yeah i have noticed some providers are classing port 80 as invalid when no port provided
-
Your port number will be provided by your provider.
if its 25461 your line in playlists.txt should read
http://cyborg1.ddns.best:25461/get.php?username=*********&password=*********&type=m3u&output=ts
if your haven't been give a port, or you have been given a port of 80 then your line is
http://cyborg1.ddns.best:80/get.php?username=*********&password=*********&type=m3u&output=ts
Whether you use jedi or xstreamity they should both work if your line is valid.checking both ports in a browser 25461 is definitely your port. It says access denied below as I have entered any user/pass credentials.
