• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 54
Mod Bello Fredo [Isengard] - brutally modded with custom home widget support
#61
I probably did it wrong. At first I tried creating a skin folder in the add-on directory and pasting everything in, but it never showed up. So then I just went into the bello skin folder I already had installed and deleted everything out of it and pasted this skin's contents in
Reply
#62
wrong ^^

Edit:
So.. back from the gym. This should work for Helix users:
- Install my repo via zip directly in Kodi
- Download the latest zip archive from "https://github.com/sualfred/sualfreds-repo/tree/master/skin.bellofredo". There is only one and it's always the latest stable
- Extract the addon.xml from the archive (just this file!)
- Replace the addon.xml content with this:
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.bellofredo" version="4.0.13a" name="Bello Fredo" provider-name="sualfred">
  <requires>
        <import addon="xbmc.gui" version="5.4.0" />
        <import addon="service.skin.widgets" version="0.0.29"/>
        <import addon="service.library.data.provider" version="0.0.1" />
        <import addon="script.tvtunes" version="3.0.6" />
        <import addon="script.tv.show.next.aired" version="6.0.10" />
        <import addon="script.artwork.downloader" version="12.0.24" />
        <import addon="script.globalsearch" version="2.0.8" />
        <import addon="script.artistslideshow" version="1.6.5" />
        <import addon="script.playalbum" version="1.0.1" />
        <import addon="script.extendedinfo" version="1.0.0" />
        <import addon="script.skin.info.service" version="1.0.0" />
        <import addon="script.grab.fanart" version="0.12.8" />
        <import addon="script.skinshortcuts" version="0.4.4" />
        <import addon="script.cinema.experience" version="4.0.10" />
        <import addon="script.playalbum" version="2.0.1" />
        <import addon="weather.openweathermap.extended" version="1.0.1" />
        <import addon="plugin.audio.tuneinradio" version="2.1.0" />
        <import addon="script.toolbox" version="1.0.0" />        
    </requires>
    <extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.75" debugging="false">
        <res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
    </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">A GUI for Kodi Media Center</summary>
    <description lang="en">Mod for Kodi 15 Nightlies of Nessus's Bello skin with some additional features</description>
    <disclaimer lang="en">Mouse usage is not supported</disclaimer>
    <platform>all</platform>
    <license>Creative Commons Attribution-NonCommercial-Share Alike 3.0 Unported License</license>
    <forum></forum>
    <email></email>
    <source></source>
  </extension>
</addon> 
- Re-add the addon.xml to the archive to overwirte the included addon.xml
- Install the archive via zip in Kodi

Did not test it, but this should be the best way for "noobs".

Otherwise:
Upgrad to Isengard Wink

But this won't work for a long time. I'm playing around with the new param feature of the Isengard skin engine. This will never work with Helix and will make this skin competely incompatible to Helix.
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
#63
(2015-03-27, 18:50)sualfred Wrote: wrong ^^

Edit:
So.. back from the gym. This should work for Helix users:
- Install my repo via zip directly in Kodi
- Download the latest zip archive from "https://github.com/sualfred/sualfreds-repo/tree/master/skin.bellofredo". There is only one and it's always the latest stable
- Extract the addon.xml from the archive (just this file!)
- Replace the addon.xml content with this:
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.bellofredo" version="4.0.13a" name="Bello Fredo" provider-name="sualfred">
  <requires>
        <import addon="xbmc.gui" version="5.4.0" />
        <import addon="service.skin.widgets" version="0.0.29"/>
        <import addon="service.library.data.provider" version="0.0.1" />
        <import addon="script.tvtunes" version="3.0.6" />
        <import addon="script.tv.show.next.aired" version="6.0.10" />
        <import addon="script.artwork.downloader" version="12.0.24" />
        <import addon="script.globalsearch" version="2.0.8" />
        <import addon="script.artistslideshow" version="1.6.5" />
        <import addon="script.playalbum" version="1.0.1" />
        <import addon="script.extendedinfo" version="1.0.0" />
        <import addon="script.skin.info.service" version="1.0.0" />
        <import addon="script.grab.fanart" version="0.12.8" />
        <import addon="script.skinshortcuts" version="0.4.4" />
        <import addon="script.cinema.experience" version="4.0.10" />
        <import addon="script.playalbum" version="2.0.1" />
        <import addon="weather.openweathermap.extended" version="1.0.1" />
        <import addon="plugin.audio.tuneinradio" version="2.1.0" />
        <import addon="script.toolbox" version="1.0.0" />        
    </requires>
    <extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.75" debugging="false">
        <res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
    </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en">A GUI for Kodi Media Center</summary>
    <description lang="en">Mod for Kodi 15 Nightlies of Nessus's Bello skin with some additional features</description>
    <disclaimer lang="en">Mouse usage is not supported</disclaimer>
    <platform>all</platform>
    <license>Creative Commons Attribution-NonCommercial-Share Alike 3.0 Unported License</license>
    <forum></forum>
    <email></email>
    <source></source>
  </extension>
</addon> 
- Re-add the addon.xml to the archive to overwirte the included addon.xml
- Install the archive via zip in Kodi

Did not test it, but this should be the best way for "noobs".

Otherwise:
Upgrad to Isengard Wink

But this won't work for a long time. I'm playing around with the new param feature of the Isengard skin engine. This will never work with Helix and will make this skin competely incompatible to Helix.

Thanks sualfred!!! It work's Big Grin
Reply
#64
(2015-03-27, 17:45)wex101 Wrote: Wow you are awesome! I was in the middle of mocking up some ideas then saw you posted this. I agree keep our in the middle. I'll look at what you made and share some thinking I had, specifically with the aesthetics transitioning from the menu to widgets. like some sort of purple vignette overlay or something.

Edit: Actually to make things simpler, I'd like to remove the purple color from the background when pressing up and viewing widgets. I've searched allover and can't find in the xml files where that purple color behind the posters exists. Any help in locating it?

Many thanks! Any chance you could point me in the right direction of that purple color behind the posters in the widget? I've still been searching and can't find it anywhere in the xmls
Reply
#65
IncludesWidgetContainer.xml

Right at the beginning:
<control type="image">
<include>FullscreenDimensions</include>
<texture background="true">views/list/shine.png</texture>
</control>
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
#66
oh man you are so patient!
Reply
#67
Image


Btw: I guess I will replace the disable pulse bar thing with an alternative skin theme. Less code, cleaner code, same effect, easier to maintain.
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
#68
(2015-03-27, 18:50)sualfred Wrote: - Replace the addon.xml content with this:
PHP Code:
<import addon="xbmc.gui" version="5.4.0" /> 

For Openelec users version shall be 5.3.0

Thanks for your mod Sualfred !
Beebox N3150 - LibreELEC 7.90.009 | Synology DS212+ NAS 6TB
Panasonic DMP-BD65 bluray | Yamaha RX-A3030 AVR - Kef KHT3005SE 5.1 speakers | Optoma HD87 projector - Exclusiv-Home 2.8m 16:9 screen
Reply
#69
Hi

Is it possible to have the Top250IMDB in the netflix view, like Bello skin has?
Can you tell me what files or code must be changed?

Thanks Smile
Reply
#70
Currently not implemented, because I didn't liked it. How does it look in Bello? Any screen? Can't remember atm.
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
#71
Image

This is how Bello has it.
The code in Bello can not be applied in Bello Fredo?
Reply
#72
Ok, will add it. But in an different look. The gold doesn't fit very well.
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
#73
(2015-03-28, 16:21)sualfred Wrote: Ok, will add it. But in an different look. The gold doesn't fit very well.

Thanks!! Big Grin
Reply
#74
Something to maybe consider for the theme. To match the widget, I went ahead and added the shine to the homescreen with the pulse deactivated.

Image
Reply
#75
Eehhh... nope. Sorry but it looks terrible in my eyes. Don't get me wrong, it's just my opinion.
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
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 54

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