Posts: 7
Joined: Jan 2016
Reputation:
0
Anyone able to help/shed some light for me
Previously when I used xonfluence on isengaurd I used to make a backup of my setup/build via the backup app and transfer it to my friends box with esfileexplorer and it would copy over exactly the same as what was on my box.
Ive just moved to jarvis and tried doing the same but once copied no favourites/links to addons in submenus or set theme/backgrounds are there.
Is this a jarvis issue or a skin issue does anyone know?
Posts: 983
Joined: Mar 2014
Reputation:
41
Skin settings in Jarvis are now stored in /userdata/addon_data just as if it were another addon.
I'm having an issue with Javis RC1, v3.21 of xonfluence and Android KK 4.4.2:
In full screen music player with dxspectrum playing while the home menu is visable there is a mini player control panel above the menu bar. While playing a mp3 file if you hit the stop button on that panel Kodi crashes and exits to the Android home screen. This also destroys the menu item for MUSIC. When you start kodi after the crash that item may or may not be on the menu bar any longer. This does not occur with the stock confluence skin. I can supply a debug log if needed.
Posts: 983
Joined: Mar 2014
Reputation:
41
I dunno about with Jarvis, I haven't tried this yet but I setup everything on, for example Windows system, then just install kodi on the next PC. Then go to the folder in C:\Users\user_name\AppData\Roaming delete the Kodi folder and then copy the kodi folder from the PC that is setup like you want. You have to go through all the system settings once you've done this as you may have to change audio output selection and rename it on each device you copy it to so you don't have two DLNA Kodi's with the same name.
Works across android too.
Posts: 1
Joined: Jan 2016
Reputation:
0
IMDB R rated movies are missing the R logo in Media Info. This is a bug since the old skins.
I usually fix it in IncludesVariables.xml. For Xonfluence 3.1.6, its on line 2493.
From:
<value condition="substring(listitem.mpaa,restricted)">$INFO[Skin.String(MPAACertificate)]/restricted</value>
To:
<value condition="substring(listitem.mpaa, R )">$INFO[Skin.String(MPAACertificate)]/restricted</value>
Will appreciate if Helly can include this in the future releases.
Posts: 476
Joined: Feb 2015
Reputation:
64
2016-01-24, 14:15
(This post was last modified: 2016-01-24, 14:26 by Helly1206.)
Hi All,
As you might have noticed, I didn't answer a lot of your questions lately. That's because I'm very busy with other things.
I noticed that answering all questions takes a lot of time. Therefore I will only answer questions on bug-reports or feature requests in the future.
Xonfluence 3.1.6 is for Isengard, 3.2.x for Jarvis. I didn't spent time on making it work vise versa. So you may try Jarvis on Isengard etc. but I didn't test the behavior. 3.1.6 is not updated anymore. New features are only on 3.2.x updates. I suggest, just installing the correct skin from the repo. The API changed between Isengard and Jarvis, so the skin may work but some features are not available or may make the system crash. Any questions about cross versioning, I will not answer anymore.
Of course the skin is open source and you may try to edit XML files to let the skin behave to your needs. I do appreciate it when you are posting the changes, so it makes it easier for me to implement. However I don't answer requests on changing the XML code to change a specific behavior. Keep in mind that if you change the skin yourself, the changes will disappear during the next update.
Hope you understand.
Thanks,
Helly.