![]() |
Release Transparency! for Nexus & Omega - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115) +---- Thread: Release Transparency! for Nexus & Omega (/showthread.php?tid=377233) |
RE: Transparency! (WIP) - Zuzia - 2024-05-04 I'm testing on the current version: https://github.com/MikeSiLVO/skin.transparency/archive/refs/heads/master.zip The error with favorites appears after the skin starts, because this tab is missing from the skin's default settings.
![]() The next error after clicking add-ons and then I try to go a level higher.
![]() ![]() I am testing on a PC on a clean KODI v21 profile on Linux Debian 12. RE: Transparency! (WIP) - mikeSiLVO - 2024-05-04 (2024-05-04, 20:23)Zuzia Wrote: I'm testing on the current version: https://github.com/MikeSiLVO/skin.transparency/archive/refs/heads/master.zip This doesn't make much sense to me. The default skin loadout does not have the Favourites main menu item enabled by default but all calls to the old (deprecated) dialog have been removed from the skin. I do see some leftover animation conditions that still have the old window name but the error message wouldn't affect any functionality. What exactly is broken or is it just the error in the logs? If only the error, try the latest and see if it still appears. (2024-05-04, 20:23)Zuzia Wrote: The next error after clicking add-ons and then I try to go a level higher. This seems like a Kodi bug. Easily reproducible on every skin I tried, including Estuary. Addons main menu item in Transparency! opens Program Add-ons and when using the parent folder to go back, it's an empty list that won't back out further, producing an error in the log. RE: Transparency! (WIP) - mikeSiLVO - 2024-05-19 Skin updated to remove service.skin.widgets as a requirement. The only widget it is currently used for is the random add-ons one since I cannot seem to make that content path random. Let me know of any issues. Zip files: skin.transparency-v11.99.01-omega.zip skin.transparency-v11.50.01-nexus.zip RE: Transparency! (WIP) - kurai - 2024-05-19 (2024-05-19, 11:14)mikeSiLVO Wrote: The only widget it is currently used for is the random add-ons one since I cannot seem to make that content path random.erm ... couple of remarks.
I'll wait for some clarification before I go and make another backup of my working system and install your Transparency again to test further. RE: Transparency! (WIP) - mikeSiLVO - 2024-05-19 (2024-05-19, 17:12)kurai Wrote:(2024-05-19, 11:14)mikeSiLVO Wrote: The only widget it is currently used for is the random add-ons one since I cannot seem to make that content path random.erm ... couple of remarks. Not sure I understand what you're saying... All the other widgets (besides random add-ons) have been replaced using the skin engine instead of the service script. EXCEPT the one and only random add-ons widget. That one still uses service.skin.widgets, I could not find a way to duplicate its functionality. If the service is installed, then it is still available. Since only that one widget needs it there is no need for the service to be a requirement. I suggest to just test it out, nothing would be ruined by downgrading if there is an issue. RE: Transparency! (WIP) - kurai - 2024-05-19 (2024-05-19, 17:30)mikeSiLVO Wrote: All the other widgets (besides random add-ons) have been replaced using the skin engine instead of the service script. Aaah, I understand. I only really looked at the new Favourites functionality from the update you pushed a few weeks ago - I didn't poke at the widgets. I'll grab 'v11.99.01 - Omega' now. RE: Transparency! (WIP) - kurai - 2024-05-21 (2024-05-19, 17:30)mikeSiLVO Wrote: Since only that one widget needs it there is no need for the service to be a requirement.Confirmed - `Recently Added` Home-screen widgets work fine without the service.skin.widgets package. Thanks - my earlier misunderstanding had me worried for a bit ![]() RE: Transparency! (WIP) - mikeSiLVO - 2024-05-22 New Transparency! version for Omega with Versions/Extras support. skin.transparency-v11.99.02-omega.zip Unless there are any noticed issues, in about a week or two I will submit the skin for review in to the Kodi repo. RE: Transparency! (WIP) - kurai - 2024-05-22 @mikeSiLVO Excellent - thank you. A question:- Is there any skin-engine global mechanism for changing the <scrollspeed> dependent on system display resolution ? (i.e. in overflowed label text & toast notifications) The default of 60px/s was fine in the days of 720 + 1080, but on 4K+ displays it feels *glacially* slow ![]() If not, then I'll continue to add a faster value in my set of "Personal tweaks". (changes that are so specific to my use-case and/or too nerdy to be of sufficient interest to anyone else using the skin) RE: Transparency! (WIP) - Karellen - 2024-05-22 (2024-05-22, 14:21)kurai Wrote: but on 4K+ displays it feels *glacially* slowAgree RE: Transparency! (WIP) - Karellen - 2024-05-22 Maybe this overlay can be updated with the extra info... ![]() RE: Transparency! (WIP) - kurai - 2024-05-22 ![]() @Karellen : DialogPlayerProcessInfo.xml is one of my personal tweaks ![]() (On my LibreELEC system, Linux based, there's no way to get the Kodi InfoLabel for total CPU use in one percentage number. There's $INFO[System.CpuUsage] which will list % of*ALL* cores (the default shown above) or $INFO[System.CoreUsage(id)] for one *specific* core. Given how activity is dynamically jumping all over the available cores it's difficult to get useful info at a glance. So I added a graphical bar (a progress control reading the System Cpu.Usage) instead, which is a much more visually obvious indication of state. But .... aaaaaaaanyway ... what "extra info" did you mean, specifically ? RE: Transparency! (WIP) - realcopacetic - 2024-05-22 (2024-05-22, 14:21)kurai Wrote: @mikeSiLVO Excellent - thank you. Yes, in Defaults.xml you can set default values for each control that will be used whenever you don't override by explicitly deciding a value. So if you set the scrollspeed on the label default control to 150, that would be used on every label control in the skin unless you state a different value for a given control RE: Transparency! (WIP) - realcopacetic - 2024-05-22 (2024-05-22, 21:21)realcopacetic Wrote:(2024-05-22, 14:21)kurai Wrote: @mikeSiLVO Excellent - thank you. RE: Transparency! (WIP) - Karellen - 2024-05-22 (2024-05-22, 21:11)kurai Wrote: what "extra info" did you mean, specifically ?Hmm, now that I compare info screens between different skins, there is not a lot more to be added. I just noted that Estuary had more info, and thought that it could be implemented into Transparency https://kodi.wiki/view/Player_process_info#Player_Process_Info |