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 - brutally modded with custom home widget support - sualfred - 2015-04-03

[deep preview of the next episode voice].....In the next episode of Sualfred's BelloFredo .... [/deep preview of the next episode voice]:

Reworked widgets! (once again lol)
New feature: Change common widget contents on the fly without moving to the skin settings

Image

Image


RE: Bello Fredo - brutally modded with custom home widget support - incubus - 2015-04-03

That's clever !


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-04

Update is pushed.
v4.1.1
• Added: Option to change the common widget content on the fly without moving to the skin settings menu (can be locked)
• Added: IMDb250 for the movie widgets
• Added: YouTube Widget
• Added: Recently Watched Episodes for the TV shows widget (for people like me, who alwasy fell asleep while watching an episode Tongue)
• Fixed: Wrong conditions for AddonScriptorDE's widget
• Fixed: Wrong IMDb flag icon dimensions
• Fixed: Fake OnNext/OnPrevious music widget animation
• Changed: Hundreds of conditions/animations/code lines

I renamed your theme to Light-by-Incubus

Hopefully I didn't missed something and everything is working as aspected ... it was a bigger operation

Edit:

-.- Enough bugs found. Will push an update asap.

Edit2:

Update is pushed


RE: Bello Fredo - brutally modded with custom home widget support - SSorcereRR - 2015-04-07

Hi There

I just wanted to know why the Music has disappered from the menu item, Its available in Confluence with the latest nightly but not in Bello Fredo. Am I doing something wrong?


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-07

Just go to the skin settings and edit the main menu to add it again. Dunno why it's gone for you.


RE: Bello Fredo - brutally modded with custom home widget support - SSorcereRR - 2015-04-07

I did that and have done it again, it says though building skin menus but Music doesnt appear, is this because of Alpha 2 Isengard?


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-07

Nope.
Can you paste me the content of the "script-skinshortcuts-includes.xml" file to pastebin (http://pastebin.com/)?


RE: Bello Fredo - brutally modded with custom home widget support - SSorcereRR - 2015-04-07

here you go dude

http://pastebin.com/LK8x23cR


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-07

PHP Code:
<item id="5">
            <
label>Music</label>
            <
label2>Music</label2>
            <
icon>DefaultMusicArtists.png</icon>
            <
thumb />
            <
property name="labelID">music</property>
            <
property name="defaultID">133</property>
            <
visible>Library.HasContent(Music)</visible>
            <
onclick>ActivateWindow(MusicLibrary,Artists,return)</onclick>
            <
property name="path">ActivateWindow(MusicLibrary,Artists,return)</property>
            <
visible>StringCompare(System.ProfileName,Master user)</visible>
            <
property name="submenuVisibility">music</property>
            <
property name="group">mainmenu</property>
            <
property name="widget">music</property>
            <
property name="widgetName">$LOCALIZE[31096]</property>
            <
property name="hasSubmenu">True</property>
        </
item>

The main menu entry does exist, but it's only visible for the master user and if a database is set.

3 options:
- Do you use multiple profiles? Try switching to the master user
- Maybe the database is defect. Try to rebase your music-db.
- Reset the menu settings to my provided defaults.


RE: Bello Fredo - brutally modded with custom home widget support - SSorcereRR - 2015-04-07

Yeah okay thanks dude

- only have one profile
- reset the db
- fixed by reseting to defaults, time to recreate and customise again


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-07

Using nightlies and do daily updates is always fun if something went wrong Tongue


RE: Bello Fredo - brutally modded with custom home widget support - SSorcereRR - 2015-04-07

Yeah was not a big deal, Im back to normal now, and better, even implemented Netflix and Hulu Plus now with Advanced Launcher.

Im just happy that you are keeping this alive. keep at it dude, we need this skin and your great work.


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-07

v4.1.2
• Fixed: Overlapping issue with setttings level button
• Fixed: Wrong up/down conditions on ThumbList view
• Fixed: Not working kiosk mode
• Added: Option to diffuse widget fanarts
• Added: "Unwatched Movies" for movie widgets
• Added: CU LRC Lyrics window
• Changed: Increased Music-OSD album thumb size
• Reworked: PlayerControls dialog

Uploading right now


RE: Bello Fredo - brutally modded with custom home widget support - incubus - 2015-04-07

Using it already for 15 mn. Well done !


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-08

Just a small bugfix release
• Fixed: Optional Kodi-Intro issue with the "currently playing" notification
• Fixed: PlayerControls focus texture dimensions (QuickNav element)
• Fixed: PlayerControls MiniPlayer thumb for movies/episodes with non-available poster art
• Fixed: Lyrics overlay and MusicOSD issue if the MusicOSD was active before the lyrics
• Fixed: Not working fallback to a set multi-image of a main menu item if the widget has no own fanart