(2018-03-25, 07:37)jurialmunkey Wrote: (2018-03-25, 06:12)pannal Wrote: [...]
Please provide FULL Logs only. No Partial logs or snippets
What exactly is the issue that you are having? Or are you just pointing out that there are errors in your log?
Most (if not all) of those errors are unimportant. The skinshortcuts management dialog provides multiple ways of doing similar things. For example, control 311 is used to select an icon from a skin supplied list. Instead, I use control 306 which allows for browsing through the file system. Both buttons cannot be used together, so the Kodi error checking for add-ons will always report a missing control - it doesn't actually affect anything. Same thing for list 111 (I used button 401 instead).
The only error that is concerning is the python exception, but without a full log I can't really comment on what is going on. Screenshots of the issue will also be helpful.
$VAR[WeatherFanArtSingleImage_Current] is from Titan and has nothing to do with any of my skins.
If you are having issues with skinshortcuts, I suggest deleting both skinshortcuts and its settings folder in .kodi/userdata/addon_data/script.skinshortcuts and then reinstalling it. Occasionally the skinshortcuts addon_data folder can get messed up. Deleting it completely will restore skinshortcuts to its defaults and give you a fresh install.
I'm sorry for only posting partial logs - I thought I was smart and those ERROR lines popped to me. I have no experience with Kodi skinning or any of the involved addons, as I've just recently switched from a native Plex client to OSMC with PlexKodiConnect, and am still learning all about this new world. I am very experienced in Python, though.
I should've known better not to try and make any assumptions about what I'm seeing in the logs. Those errors are clearly caught and expected exceptions, so no worries there.
The issue I had was that I couldn't add any shortcuts to the main menu and I couldn't figure out why. They were configured and showing in the shortcut editor screen, but the changes weren't reflected in the menu, even though the skinshortcuts got rebuilt every time I changed something.
Somehow that issue got resolved after configuring a weather provider. I'll monitor this and see whether the python error pops up again.
So far I love the simplicity of the user interaction with Aura, compared to (fuse) neue, for which I've created a couple of github issues - I guess you're not expecting those and are more focused on the forum threads?
And a little request for Aura: Would it be possible to add more landscape modes for widgets, something like Landscape-M and Landscape-S, where more items (4 and 5 in contrast to 3) could horizontally fit on the screen? Only having the last three TV shows in a landscape on-deck view on first glance feels a little weird.
Update: And another thing, in the first post you mention that the horizon genre icon pack is supported. I've installed that, but I can't find it under Aura's dependencies. Is that by design?
Thank you for all your work!