2015-03-06, 16:44
I posted a debug log in msg #1003 for the grabfanart error.
(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.
(2015-03-06, 16:44)flhthemi Wrote: I posted a debug log in msg #1003 for the grabfanart error.
(2015-03-06, 19:21)Mudislander Wrote: Is it not under Get Addons --> "Services" ?
(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.
(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.
(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.
(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.