(2016-07-14, 09:40)mdh99 Wrote: (2016-07-14, 01:18)Guardian Hope Wrote: (2016-07-13, 16:06)mdh99 Wrote: I think I can answer my own question after looking in the logs. I've got lots and lots of lines like the following, about every 10 seconds.
Code:
00:02:22 T:8224 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f269022-2.jpg/
Is this a bug in the skin or a problem with the source website? If I reformat the URL and put it in my browser fan art loads.
@mdh99 - That should be:
Code:
media://path.to.media/the-image.jpg
It seems somewhere in the skin it is using the "image" protocol; probably an inherited problem from AZ:E. You are getting this with slideshow correct?
Since that will also have an effect on Krypton it means that it will be fixed on both versions.
Yes, it's happening during the home screen fan art slideshow. On my desktop, where the log file is from, it misses the first background and only a few after that,on my Nexus Player running SPMC, is never loads a background fan art image. It's always black on the homescreen. Very annoying. It's just another reason I want the slideshow back; the local wallpaper never failed. What is you don't have internet?
If it's not going to be fixed soon, is it something I can correct myself? I'm getting bored of the blank screen; I'm lucky if a background loads every few mins.
I'm having another issue, but I'm not 100% if it's the skin or the helper service. Kodi/SPMC will just hang for about 5 seconds; after the AZ splash screen and before the home screen logs, just get a black screen.
When looking at the log and the time stamp there is a noticeable pause and error.
Code:
17:23:42 T:5956 NOTICE: Skin Helper Service --> skin helper service version 1.0.99 started
17:23:42 T:1004 NOTICE: script.grab.fanart: Grab Fanart Service Started
17:23:42 T:5956 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
17:23:43 T:4508 ERROR: unmatched parentheses in Skin.HasSetting(home.dontshowfanart))
17:23:43 T:7396 ERROR: XFILE::CDirectory::GetDirectory - Error getting
17:23:57 T:4508 ERROR: Previous line repeats 1 times.
17:23:57 T:4508 ERROR: CScriptInvocationManager::ExecuteAsync - Not executing non-existing script script.favourites
17:23:58 T:9796 NOTICE: script.grab.fanart: mode
17:23:58 T:9796 NOTICE: script.grab.fanart: refresh
Full log here if you want it, http://pastebin.com/5LmuxtWn
I have only begun my investigation into the cause of the skin not having the fanart slideshow as the code is present in Home.xml:
Code:
<onload condition="System.HasAddon(script.grab.fanart)">RunScript(script.grab.fanart,mode=random,refresh=10)</onload>
With that said, this log file seems to indicate that a few errors are occurring: (1) There's a definition for don't show fanart on home that has an additional closing parenthesis and (2) the skin is trying to execute a missing script: script.favourites. The latter isn't part of the earlier development versions so I wouldn't put my money on that but I would put some money down on the former.
The problem will be tracking down that error. The majority of the changes were for the 4th Generation Color Enhancer, a few Jarvis fixes, and Rotten Tomatoes.
There is a hotfix update: 3.2.21 ("Arctic Zephyr: From Ashes Summer 2016 Rollup Patch Level 1 (PL1)") that will be released to address critical issues with the 4th Generation Color Enhancer.
Let's see if that resolves your problem first. If it does, that's one introduced issue down and a few more which were pointed out to go.
This update will be released Saturday, July 16th (or in other words: Sunday, July 17th because I need my own TARDIS to actually get the release date push right).
However, since this issue is affecting both Krypton and Jarvis it needs to be resolved so needless to say that it takes precedence over virtually any other issue as the home screen is the first thing you see.
Speaking of Krypton...
As we inch ever closer to the Alpha 1 release of Danvers, here are some work in progress images of the continued to be redesigned Skin Settings courtesy of @
minus0. The redesigned Skin Settings is intended to allow you to much more easily navigate through all of AZ:FA's settings without having to dig for them. Everyone should really thank @
minus0 for this one as it's virtually a complete re-write of the current Skin Settings code:
Opinions are welcomed.
List of Known Bugs and Feature Requests
Code:
(BUG) Slideshow not presenting on certain devices under specific conditions
(BUG) Protocol 'Image' Being Used for Slideshow and is Likely Underlying Cause
(BUG) List View Uses Scrolling Numbers for multi-digit Unwatched Episodes
(BUG) Alignment Off When Using Icons on Default Home Screen
(BUG - Krypton Fix Only) Weather Widget and General Widget Issues
(FEATURE Enhancement - Krypton Only) Updated Poster View
(FEATURE Enhancement - Krypton Only) Poster Widget Options for Upcoming Airings Similar to Eminence 2 Mod
(FEATURE Enhancement - Krypton Only - Low Priority) "Starring" section On Click to Load File Path and vice versa
If I missed anything, do let me know.