Kodi Community Forum
Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) (/showthread.php?tid=346302)



RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - gargamon - 2017-02-17

(2017-02-17, 07:33)nono31 Wrote: Hi,

I'm new on this forum.

I have a raspeberry pi 2 with OSMC.
Last week, I update my kodi to krypton and can't use anymore the skin ccm helix.

So I try to use xonfluence.
I install it from the zip downloaded from the git, try to customize it with the gui (modify menu with custom lists), and be happy for the result.

But after a reboot of my pi, I loose all my customization. It seems that nothing was saved in the setting.xml file.

Is someone have the same problem? Do you know a solution ?

Thank you for your answers.

I have the same problem. I have looked at it a bit. The settings file for the skin is getting truncated to 0 bytes when the reboot is done. I tried making it read only but then it forces the skin to the default skin for my build, OSMC in my case.

For now I have backed up the settings file so I can easily restore it if a reboot is done. It's in
/home/.kodi/userdata/addon_data/skin.xonfluence


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - gargamon - 2017-02-17

Found it. You need to manually save the settings when you're done.
Skin settings/skin reset
has an option called reload that saves your changes and reloads the skin.


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - gillmacca - 2017-02-17

Thanks for the info about reloading skin. I've always just changed back to confluence and then back to xonfluence to save the settings


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - nono31 - 2017-02-17

Thank you,

this is it.

The term of reset make me think using this fonction reinitialise the skin to the default setting.

Again, thanks for your help. Maybe it would be better to give another name to this Huh


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - Helly1206 - 2017-02-17

Hi all,

Just added a new version containing some updates and bug-fixes.

Enjoy.

Helly.

3.3.16
- Fixed bug on selecting weather settings in MyWeather view
- Added confluence update slideshow condition
- Updated language changes to confluence 3.0.46
- Fixed default focused menu item on graphics home menu
- Fixed not displaying thumbnail for various custom widgets


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - I_Terrabull - 2017-02-17

Helly,

MyVideoNav.xml and MyMusicNav.xml have been missing the "Get more" button for quite some time.

Code:
<control type="button" id="204">
                    <description>Get more</description>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>21452</label>
                    <onclick>ActivateWindow(addonbrowser,addons://more/video/,return)</onclick>
                    <visible>Container.Content(addons)</visible>
                </control>



RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - tvguru - 2017-02-18

(2017-02-17, 22:10)Helly1206 Wrote: Hi all,

Just added a new version containing some updates and bug-fixes.

Enjoy.

Helly.

3.3.16
- Fixed bug on selecting weather settings in MyWeather view
- Added confluence update slideshow condition
- Updated language changes to confluence 3.0.46
- Fixed default focused menu item on graphics home menu
- Fixed not displaying thumbnail for various custom widgets
Hi Helly, I updated however still showing 3.2.18?


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - Helly1206 - 2017-02-18

Then you are still running Jarvis

(2017-02-18, 01:22)tvguru Wrote:
(2017-02-17, 22:10)Helly1206 Wrote: Hi all,

Just added a new version containing some updates and bug-fixes.

Enjoy.

Helly.

3.3.16
- Fixed bug on selecting weather settings in MyWeather view
- Added confluence update slideshow condition
- Updated language changes to confluence 3.0.46
- Fixed default focused menu item on graphics home menu
- Fixed not displaying thumbnail for various custom widgets
Hi Helly, I updated however still showing 3.2.18?



RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - Helly1206 - 2017-02-18

(2017-02-17, 22:31)I_Terrabull Wrote: Helly,

MyVideoNav.xml and MyMusicNav.xml have been missing the "Get more" button for quite some time.

Code:
<control type="button" id="204">
                    <description>Get more</description>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>21452</label>
                    <onclick>ActivateWindow(addonbrowser,addons://more/video/,return)</onclick>
                    <visible>Container.Content(addons)</visible>
                </control>

I'll add in the next update. However it is already in for mymusicnav

Helly.


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - blackbozo - 2017-02-18

Hi,

I just switched from CCM to Xonfluence after updating Kodi to version 17. The skin works almost perfect. The only thing that is not working is that the recommended episodes widget does not get focus on my homescreen, thus I can't select it. I have by default the recommended episodes in miniature format, however they don't get focus when selected. When I set the format to 'poster' it works fine.


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - jmh2002 - 2017-02-18

@helly

Thank you for your continued updates. Have you had a chance to check the PM I sent you recently regarding the Kodi Views Policy and Xonfluence?


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - rafikW - 2017-02-18

(2017-02-15, 11:17)PsyMan2000 Wrote: Hi all, does anyone know how to shift the movie/show info over to the right when paused with artwork enabled as the artwork obscures the synopsis in all add-ons and library mode. Not a huge showstopper but hopefully easy to fix.

Yes, a little bit annoying when movie's fanart is covering a part of description in Plot while paused.
I think this is out of customization but simple a small bug.


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - I_Terrabull - 2017-02-18

(2017-02-18, 09:10)Helly1206 Wrote: I'll add in the next update. However it is already in for mymusicnav

Helly.

You are correct. Mymuscisnav has it. I meant to say Mypics is missing it.

Thanks for you hard work


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - bittihuduga - 2017-02-18

updated to latest version
but still thumbnail on widgets not appearing.


RE: Xonfluence (Jarvis v16.x & Krypton v17.x) - lobsta - 2017-02-18

3.3.16 update has caused recent tv shows widget to only display Thumbs on some and nothing on others. Changing the Enable Episode thumbnails setting has no effect.