Extra Artwork not downloading automatically
#16
I use cronxbmc to auto update artwork. Its a nice little addon and doesn't require editing .xml files Smile
Image
Reply
#17
(2014-03-20, 23:43)warlion Wrote: Can you share your guisettings.xml
Is under userdata

Close xbmc first

Sorry it's taken so long to get this. Please see link to guisettings.xml

http://pastebin.com/qHPx46yA
Reply
#18
You did something wrong there is not property on you guisetting
<setting type="bool" name="skin.aeon.nox.UpdateArt.Enabled">true</setting>

Make sure to edit your file with the code I provide a few days ago
Reply
#19
I edited the file exactly as you told me. See below

Quote:<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol><onload condition="Library.IsScanningVideo">SetProperty(UpdateArt,1)</onload>
<onunload condition="!IsEmpty(Window.Property(UpdateArt)) ">XBMC.RunScript(script.artwork.downloader,silent=true)</onunload>
<onunload condition="!IsEmpty(Window.Property(UpdateArt)) ">ClearProperty(UpdateArt)</onunload> </defaultcontrol>
Reply
#20
I didn't say add it in the defaulcontrol I say after the defaultcontrol
Reply
#21
Sorry was following your word exact, obviously a bit too exact.

I've changed and added after teh default control but still having the same issue where it's not loading the art downloader script.
Reply
#22
Show me your file
Reply
#23
Which one would you like to see?

Guisettings or defaultextend?
Reply
#24
DialogExtendedProgressBar.xml
Reply
#25
(2014-03-24, 00:21)warlion Wrote: DialogExtendedProgressBar.xml

Hi Warlion,

Please see link below for DialogExtendedProgressBar.xml for aeon.nox

http://pastebin.com/MTPiAKw2
Reply
#26
Sorry mi mistake I see that you are using Frodo

Try with this file
http://pastebin.com/wgNUSc6g
Reply
#27
(2014-03-24, 14:08)warlion Wrote: Sorry mi mistake I see that you are using Frodo

Try with this file
http://pastebin.com/wgNUSc6g

No need to apologise, I've made the changes to the file and will check once I'm home and report back.

Thanks for your help.
Reply
#28
Right just tested and for some reason it's only running when I have "Hide progress of library updates" unchecked.

Whilst this isn't a problem as it doesn't show the library scan during video playback it does come up with the artwork updating and artwork downloading pop ups during playback even though I have it set to run in background.
Reply
#29
I had the same problem. Older versions of the skin do not have that line of code included. Updating to the newest DialogExtendedProgressBar.xml did the trick.
Reply
#30
Hi!

Is it possible to use this somehow in SOLO mode instead of it going thru the whole dB?
Reply

Logout Mark Read Team Forum Stats Members Help
Extra Artwork not downloading automatically0