• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 54
Mod Bello Fredo [Isengard] - brutally modded with custom home widget support
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
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
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?
Reply
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.
Reply
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
Reply
(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.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
The new Shelfs are looking very nice. Wink
Reply
(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
Reply
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.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(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
Reply
Love this mod. Big Grin
Reply
Italian translation done!
Peppe
Reply
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
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(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
Reply
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.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
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?
Reply
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 54

Logout Mark Read Team Forum Stats Members Help
Bello Fredo [Isengard] - brutally modded with custom home widget support6