Kodi Community Forum
Mod Bello Fredo [Isengard] - brutally modded with custom home widget support - 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: Bello (https://forum.kodi.tv/forumdisplay.php?fid=198)
+---- Thread: Mod Bello Fredo [Isengard] - brutally modded with custom home widget support (/showthread.php?tid=219378)



RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-20

v4.2.9
• Fixed: Item labels on season level (NetFilx view)
• Fixed: Movie Set disc art animation (Shelf view)
• Fixed: Crossfade-Labels animation in some views
• Changed: Disc art style to be more realistic (Shelf view)
• Added: Clearlogo for TV-Show/Season disc arts (Shelf view)
• Added: Shelf view for programs
• And some more tiny minor tweaks


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - roozbehid - 2015-05-20

Is it possible to show widgets without the need to press up button?
Like Neon..for example have them also appear on top of main menu?


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - greenrick41 - 2015-05-20

Sorry if it's already been asked, anyway we can get artist logo support while playing music?
It can be put to the right of the displayed information.
I'd love to see this.


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - User 268503 - 2015-05-21

I still wanted to know how to disable mouse nofitications/notifications period in your theme. They seem to be causing weird visual artifacts on screen and can get a little intrusive.

Thank you Smile


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-21

(2015-05-20, 19:43)roozbehid Wrote: Is it possible to show widgets without the need to press up button?
Like Neon..for example have them also appear on top of main menu?

Nope and it will never be.

(2015-05-20, 20:09)greenrick41 Wrote: Sorry if it's already been asked, anyway we can get artist logo support while playing music?
It can be put to the right of the displayed information.
I'd love to see this.

As soon as added some logos to my artist, I will implement it Smile

(2015-05-21, 06:05)Noctroxis Wrote: I still wanted to know how to disable mouse nofitications/notifications period in your theme. They seem to be causing weird visual artifacts on screen and can get a little intrusive.

Thank you Smile

? Already implemented it that it's only displayed once. I'll see if I missed something

---

Shelf is going to be improved more:
Image

Image

For those guys who want a more realistic retail case. It's just an option and you can decide what u want to use.


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-21

The new Shelfs are looking very nice. Wink


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - garbokawa - 2015-05-21

(2015-05-21, 06:05)Noctroxis Wrote: I still wanted to know how to disable mouse nofitications/notifications period in your theme. They seem to be causing weird visual artifacts on screen and can get a little intrusive.

Thank you Smile

guisettings.xml
<setting type="bool" name="skin.bellofredo.BelloFredoFirstRun">true</setting>
Condition 1: in startup.xml
<onload condition="!Skin.HasSetting(BelloFredoFirstRun)">Skin.ToggleSetting(BelloFredoFirstRun)</onload>
Condition 2: in startup.xml
<onfocus condition="system.getbool(input.enablemouse) + !Skin.HasSetting(BelloFredoFirstRun)">ActivateWindow(1110)</onfocus>

Code:
+====================+================+=================+==================================+
| guisettings.xml    | startup.xml    | Result          | Result                           |
+====================+================+=================+==================================+  
| BelloFredoFirstRun | Condition 1    | Condition 1     | Condition 2 (Mouse + Not maiden) |
+====================+================+=================+==================================+
| TRUE               | FAILS          | No toggle       | TRUE + FALSE = FALSE > No Window |  
| FALSE              | TRUE           | Toggle to TRUE* | TRUE + TRUE = TRUE > Pop-up      |
| TRUE               | FAILS          | No toggle       | TRUE + FALSE = FALSE > No Window |
+====================+================+=================+==================================+

So, manually set the skin.bellofredo.BelloFredoFirstRun to "true" in guisettings.xml
If the toggle doesn't happen, there will be a pop-up and sometimes weird flickering.
Ensure startup.xml has the aforementioned lines = updated version.

When I had the same minor irritant before the update, I used an intro video!
<visible>!Skin.HasSetting(Use_Startup_Playlist) + !Skin.HasSetting(UseIntro)</visible>

In summary,
A) Update to the latest and B) Set the variable to true OR
C) Simply use an intro video

Hope this helps,
GK


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-21

No need to edit anything, it's already implemented and working. Did a test a few minutes ago and the message is only displayed once.
He just have to use the latest version of my repo.


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-21

(2015-03-30, 09:46)sualfred Wrote: Thx for your feedback, but I don't like the themes and colors of him. It's too much and I don't want to add hundred of colors and more.

I tested the ElegantDark on 1 bad TN-Panel, 1 great calibrated IPS-Panel and one an perfectly adjusted 47" LG screen. Everything is readable.
One more will be added: A more blue-ish/glossy one. Already working on it.

An very soft GUI sound is included in the next update.

the flags for language, codec etc in the info view are not looking really nice m8 Wink


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - hrbenny - 2015-05-21

Love this mod. Big Grin


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - peppe_sr - 2015-05-21

Italian translation done!
Peppe


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-21

Thx peppe, merged.

-> upload in progress
v4.3.0
• Added: Artist logo in music visualisation OSD if available
• Added: New additional shelf case style (can be set in the sideblade menu)
• Improved: Shelf disc art animations (on/off/onnext/onprevious)
• Fixed: Unwanted genre label in programs shelf view
And what I have forgotten Tongue


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - b0mb - 2015-05-21

(2015-05-21, 16:22)sualfred Wrote: • Added: New additional shelf case style (can be set in the sideblade menu)

are you going to add the cover just titled BD as you´ve posted in the gallery in the first post of this thread?

I´m on 4.3.0a now and can´t find that cover Wink

edit:

Ah! I see you have deleted it. Too bad.... i´ve liked that look most of all Smile


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-21

Sry, that was my plan but since the combination of the new Isengard $PARAM skin engine feature and the videoresolution info label of a non focused item doesn't work, it can't be realised.


RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - greenrick41 - 2015-05-21

The artist logo is looking good!
But a minor suggestion, can we place the logo.png in the artist folder?
I have my music structured as: MUSIC/ARTIST/ALBUM with the music files being in ALBUM.
It seems the logo.png has to be in the ALBUM folder with the music files.
Anyway we can put the logo.png in the ARTIST folder so we don't have to put a logo.png in every ALBUM folder?