Kodi Community Forum
v14 Xperience1080 3.x - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Xperience1080 (https://forum.kodi.tv/forumdisplay.php?fid=197)
+----- Thread: v14 Xperience1080 3.x (/showthread.php?tid=197125)



RE: (Helix) 1080XF 3.44.20 for Kodi 14.x - Piers - 2015-01-25

(2015-01-25, 21:43)coniman Wrote: Hi! Anyone knows how to hide the "Window: blahblahblah (blahblah.xml) Mouse: (0,0) Focused: 000 (button) message

Thanks! Laugh

Quoted from another report of the same (an oversight - an annoying one!):

I've already submitted 3.44.22 which removes the debugging text. If you want it gone now you can edit addon.xml and set debugging="false". Sorry!


RE: (Helix) 1080XF 3.44.20 for Kodi 14.x - coniman - 2015-01-25

Ok perfect! Another question: This skin works very fluid in a Raspberry Pi using Openelec, but the CPU Usage is always at 100% and when im going to play 1080p movies it crashes. Do you know whats going on?

Thanks for your work on this beautiful skin!


RE: (Helix) 1080XF 3.44.20 for Kodi 14.x - Piers - 2015-01-25

(2015-01-25, 22:00)coniman Wrote: Ok perfect! Another question: This skin works very fluid in a Raspberry Pi using Openelec, but the CPU Usage is always at 100% and when im going to play 1080p movies it crashes. Do you know whats going on?

Thanks for your work on this beautiful skin!

Did it crash in the last version? Where are you reading the CPU usage from?


RE: (Helix) 1080XF 3.44 for Kodi 14.x - coniman - 2015-01-25

Yes it crashed the hole system. I'm reading the CPU usage from the last page, the settings one and is always at 97-100%. Now I'm changing my overclock settings to see if it works well.

Sorry for my English I'm from Spain.


RE: (Helix) 1080XF 3.44 for Kodi 14.x - Piers - 2015-01-25

(2015-01-25, 22:13)coniman Wrote: Yes it crashed the hole system. I'm reading the CPU usage from the last page, the settings one and is always at 97-100%. Now I'm changing my overclock settings to see if it works well.

Sorry for my English I'm from Spain.

But did the last version of this skin crash your system?


RE: (Helix) 1080XF 3.44 for Kodi 14.x - coniman - 2015-01-25

Yeah, i had to restart the Pi by unplugging

Image


RE: (Helix) 1080XF 3.44 for Kodi 14.x - Vimes - 2015-01-25

Is there a problem downloading this skin at the moment...?

Other skins seem to download ok but when I click to install this one it seems to try and start to download but nothing happens.

FWIW the version noted in the repo is 3.40.56.


RE: (Helix) 1080XF 3.44 for Kodi 14.x - komplex - 2015-01-25

(2015-01-25, 22:25)Vimes Wrote: Is there a problem downloading this skin at the moment...?

Other skins seem to download ok but when I click to install this one it seems to try and start to download but nothing happens.

FWIW the version noted in the repo is 3.40.56.

Yeah doesnt download for me either, guessing it'll be fixed soon

Code:
20:33:12 T:33972   ERROR: XFILE::CFileCache::Open - failed to open source <http://mirrors.kodi.tv/addons/helix/skin.1080xf/skin.1080xf-3.40.56.zip.md5>
20:33:12 T:33972 WARNING: XFILE::CSimpleFileCache::Close: failed to delete temporary file ""
20:33:12 T:40224 WARNING: Previous line repeats 2 times.
20:33:12 T:40224   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 404
20:33:12 T:40224  NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
20:33:12 T:40224   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 404
20:33:12 T:40224   ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
20:33:12 T:40620  NOTICE: Thread BackgroundLoader start, auto delete: false



RE: (Helix) 1080XF 3.44 for Kodi 14.x - GoChiLLe - 2015-01-25

why you change skin layout

can you make options to choose layout for categories


RE: (Helix) 1080XF 3.44 for Kodi 14.x - Piers - 2015-01-26

The previous version (3.44.20) has a language issue and I forgot to disable debug text - I quickly submitted a new version (3.44.22) which has been accepted and should appear in the repo shortly - sorry about that. If you want to use it right now you can use my github, but I don't recommend it!

(2015-01-25, 23:50)GoChiLLe Wrote: why you change skin layout

can you make options to choose layout for categories

Can you elaborate?


RE: (Helix) 1080XF 3.44 for Kodi 14.x - elmcguinness - 2015-01-26

(2015-01-25, 21:53)Piers Wrote:
(2015-01-25, 21:43)coniman Wrote: Hi! Anyone knows how to hide the "Window: blahblahblah (blahblah.xml) Mouse: (0,0) Focused: 000 (button) message

Thanks! Laugh

Quoted from another report of the same (an oversight - an annoying one!):

I've already submitted 3.44.22 which removes the debugging text. If you want it gone now you can edit addon.xml and set debugging="false". Sorry!

Or if ya want a bash one-liner:
Code:
sed -i addon.xml s/debugging=\"true\"/debugging=\"false\"/



RE: (Helix) 1080XF 3.44 for Kodi 14.x - Piers - 2015-01-26

(2015-01-26, 02:06)elmcguinness Wrote:
(2015-01-25, 21:53)Piers Wrote:
(2015-01-25, 21:43)coniman Wrote: Hi! Anyone knows how to hide the "Window: blahblahblah (blahblah.xml) Mouse: (0,0) Focused: 000 (button) message

Thanks! Laugh

Quoted from another report of the same (an oversight - an annoying one!):

I've already submitted 3.44.22 which removes the debugging text. If you want it gone now you can edit addon.xml and set debugging="false". Sorry!

Or if ya want a bash one-liner:
Code:
sed -i addon.xml s/debugging=\"true\"/debugging=\"false\"/

Yep, that'll do it as well Smile But the majority use Windows (including myself for developing.


RE: (Helix) 1080XF 3.44 for Kodi 14.x - Piers - 2015-01-26

Whoever requested buffering to be displayed in the progressbar - here's the next progress bar. This is from the BBC iPlayer add-on, which streams content. It's been on my list for a long time and I forgot until you reminded me! This will work with all content types (video, audio, Live TV, streaming, YouTube, etc) when buffering is carried out.

Image

This will be on git but not on the repo as submitting multiple versions in a short period of time is, understandably, frowned upon.


RE: (Helix) 1080XF 3.44 for Kodi 14.x - benbour - 2015-01-26

My new default skin! love it!

Just FYI, the spinning circle is kind of "off its track", if you will. No big deal, just letting you know.

You can see what I mean if you clean your library or something like that.

Thanks for the awesome skin!


RE: (Helix) 1080XF 3.44 for Kodi 14.x - wex101 - 2015-01-26

Wow such a great update just what this skin needed! I have a bit of feedback about the new fanart view... the words plot in the to left corner are very distracting. I find myself looking at them every time I scroll. One, because the font is huge and two, because it feels like a movie title should be there