mistervee / skin.madnox

Other
13 stars 13 forks source link

Settings Area #31

Closed mistervee closed 4 years ago

mistervee commented 5 years ago

This Area is complete apart from "Skin settings" (will be continually updated until beta version)

Also includes the add-ons tile under skin settings.

meowmoo commented 5 years ago

In the system settings appears the scroll dot if you press right on the last right item, shouldn't it jump to the next row left item?

mistervee commented 5 years ago

Not 100% clear on what you mean.

I assume you mean the scroll bar. Up/Down to select a setting area, click right to focus the next column. If the column does not fit in the list then a scroll bar is visible. Click right again to scroll up and down the list. To get to the start click left two times. It is intentional not to have wrap around navigation. Hence why you cant click right on the scroll bar to get back at the start. This is consistent through out the skin.

meowmoo commented 5 years ago

https://drive.google.com/file/d/1-7yuxQred0u4vJAnLH40Z090kHShpuMj/view?usp=drivesdk

I missed the last 2 settings the howl time...and thought there is no need for a scrollbar.

Sorry my fault

gibxxi commented 5 years ago

@mistervee

In "Skin Settings" -> "Artwork" area, the options for weather artwork (Weather Icons / Weather Background) are unselectable. i.e: pressing enter on either option does nothing. Nor are they selectable with the mouse.

https://imgur.com/R4KtPxg

Dan / Gib.

mistervee commented 5 years ago

@gibxxi

Working from my end.

It should prompt you to install 'script.image.resource.select' if you cant install image packs. Similar code to estuary when changing icons in the skin settings

The script could be disabled in addons?

gibxxi commented 5 years ago

@mistervee

I browsed to the addons folder this morning prior to work (after reading your reply), and the addon's there. It might of somehow been disabled, i'll check it a bit later to make sure it's active. I might need to re-clone / re-sync the github repo to the kodi folder as something may be out of sync. i'll edit this post with whatever I find.

Dan / Gib.

EDIT: Tried it again, and it worked 1st time, after ascertaining the "image resource select" addon was active (Dependancies). Also removed some orphaned addon dependancies for good measure. At this stage I'm thinking this might be a Windows 10 "Meltdown/Spectre" mitigation issue. Been noticing a noticable change in overall system performance and micro-pauses / lag on my Haswell systems since this fix was pushed out, so another non-issue, essentially. Sorry about that.

Dan / Gib.

gibxxi commented 4 years ago

@mistervee

A bug with the the added PVR Widget Code:

Skin Settings -> General -> Edit (Main Menu); The "PVR Widget" item is displayed for every main menu category, and as an additional side effect, it is not possible to navigate down past "Info Line" with cursor keys for any of the main menu categories. Items are still selectable via the mouse.

EDIT: Also, of the selectable InfoLines, there's now two listed for "PVR". The original, just labelled "PVR", and a second, labelled "PVR status". I'm guessing the first one is a leftover from before the last modification.

Dan / Gib.

mistervee commented 4 years ago

@gibxxi

Navigation is fixed. Not much i can do with the PVR widget on every menu item as i have no idea how people will customize the menu.

PVR and PVR status, are seperate. PVR shows only channel and recording count. Status is for next and current recordings.

mistervee commented 4 years ago

DONE