Kodi Community Forum
CCM for Helix - 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: CCM for Helix (/showthread.php?tid=212898)



RE: CCM for Helix - flhthemi - 2015-03-06

I posted a debug log in msg #1003 for the grabfanart error.


RE: CCM for Helix - User 29008 - 2015-03-06

(2015-03-05, 18:36)Mudislander Wrote: Just tested this one again and yep there is a bug there.

For me enabling "Background video in PVR" works and I get LiveTV as a background while I'm in the LiveTV window.
Toggling the "Enable Background Playing Media" gets the video playing to show up behind everything.
But playing Music does result in a black background on the home screen, which I'll look at.

Just noticed that as well, but only after the last update, right? It worked before, and I didn't change a single thing in setting. Now all I get as music visualization on home screen is black :-(


RE: CCM for Helix - Mudislander - 2015-03-06

Not sure when it happened, don't get the chance to use my system Big Grin It was probably caused as a knock on effect from something else. Will fix it next week, Fri to Sun belongs to Hybrid !!


RE: CCM for Helix - Mudislander - 2015-03-06

(2015-03-06, 16:44)flhthemi Wrote: I posted a debug log in msg #1003 for the grabfanart error.

Looked through it and saw the error, looks like it was trying to get a number, which could be from the setting to change the refresh rate in the skin (robweber would probably know). But the skin shouldn't allow that until there is a number there. In CCM have you tried changing the refresh rate, because that would make sure there is a number there, and if the skin's at fault the error should disappear.


RE: CCM for Helix - Njals - 2015-03-06

Huh It seems I do not have the grab fanart script in the script section, either that or I am looking at right it and my eyes and mind refuse to see it. wondering if I just install it manually


RE: CCM for Helix - Mudislander - 2015-03-06

Is it not under Get Addons --> "Services" ?


RE: CCM for Helix - Njals - 2015-03-06

(2015-03-06, 19:21)Mudislander Wrote: Is it not under Get Addons --> "Services" ?

Oddly enough no it does not show under my Get Addons --> "Services", although directory does exist in my setup /userdata/addon_data/script.grab.fanart/ with only one file in the directory, that being settings.xml



Edit: Using the search function in Get Addons does not reveal it either


RE: CCM for Helix - Mudislander - 2015-03-06

The forum thread is HERE with a link to it's GitHub Account. Just remember to rename the path inside the zip before you install it - GitHub normally puts something like "master" onto the folder.


RE: CCM for Helix - Njals - 2015-03-06

Thank you Mudislander, everything seems right now.


RE: CCM for Helix - wpbpete - 2015-03-06

(2015-03-06, 18:20)Mudislander Wrote:
(2015-03-06, 16:44)flhthemi Wrote: I posted a debug log in msg #1003 for the grabfanart error.

Looked through it and saw the error, looks like it was trying to get a number, which could be from the setting to change the refresh rate in the skin (robweber would probably know). But the skin shouldn't allow that until there is a number there. In CCM have you tried changing the refresh rate, because that would make sure there is a number there, and if the skin's at fault the error should disappear.

I've been getting 3 errors at startup,
'grabfanart'
'watch history module'
'Universal addon'

Changed the refresh rate to always and only 'grabfanart' appeared again.


RE: CCM for Helix - flhthemi - 2015-03-06

Convergence adds script.grab.fanart

<addon
id="skin.convergence"
version="3.0.3"
name="Convergence"
provider-name="Mudislander">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.favourites" version="6.0.1"/>
<import addon="service.skin.widgets" version="0.0.29"/>
<import addon="script.simpleplaylists" version="1.1.1"/>
<import addon="script.grab.fanart" version="0.13.2"/>
<import addon="script.randomandlastitems" version="2.2.0"/>
</requires>

Edited the settings.xml file in AppData\Roaming\Kodi\userdata\addon_data\script.grab.fanart

to this:
<settings>
<setting id="mode" value="random" />
<setting id="refresh" value="10" />
</settings>

The script's settings does not allow any settings on my machine. Just a blank settings screen. Manually edited it with notepad.


RE: CCM for Helix - Mudislander - 2015-03-06

(2015-03-06, 20:09)wpbpete Wrote: I've been getting 3 errors at startup,
'grabfanart'
'watch history module'
'Universal addon'

Changed the refresh rate to always and only 'grabfanart' appeared again.

Just a question - "Changed the refresh rate to always" ? Should be the numeric keyboard, so you can only enter a number.

The other two addons I've never even looked at.


RE: CCM for Helix - Mudislander - 2015-03-06

(2015-03-06, 20:16)flhthemi Wrote: Convergence adds script.grab.fanart

<addon
id="skin.convergence"
version="3.0.3"
name="Convergence"
provider-name="Mudislander">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.favourites" version="6.0.1"/>
<import addon="service.skin.widgets" version="0.0.29"/>
<import addon="script.simpleplaylists" version="1.1.1"/>
<import addon="script.grab.fanart" version="0.13.2"/>
<import addon="script.randomandlastitems" version="2.2.0"/>
</requires>

Edited the settings.xml file in AppData\Roaming\Kodi\userdata\addon_data\script.grab.fanart

to this:
<settings>
<setting id="mode" value="random" />
<setting id="refresh" value="10" />
</settings>

The script's settings does not allow any settings on my machine. Just a blank settings screen. Manually edited it with notepad.

I need to look at Convergence, but CCM has a string that sets the refresh rate of script.grab.fanart on startup, which is the value I've been wondering if it's not a number.

To change the setting SkinSettings-->Script Options --> "Centralised FanArt Dir" --> Adjust FanArt Script FanArt ( or something similar)


RE: CCM for Helix - wpbpete - 2015-03-06

(2015-03-06, 20:23)Mudislander Wrote:
(2015-03-06, 20:09)wpbpete Wrote: I've been getting 3 errors at startup,
'grabfanart'
'watch history module'
'Universal addon'

Changed the refresh rate to always and only 'grabfanart' appeared again.

Just a question - "Changed the refresh rate to always" ? Should be the numeric keyboard, so you can only enter a number.

The other two addons I've never even looked at.

oops! had the wrong one, I see it in scripts now.. 'grabfanart' error is gone, thanks

The other 2 still show up


RE: CCM for Helix - yabel - 2015-03-06

(2015-03-06, 07:20)chavezone Wrote: Hey guys where can I get a tutorial on installing this on my AFTV Box, TIA for any help

I installed it on my AFTV and nothing to it. Just make small changes and see what it does and keep playing around.. Very easy to use.