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 - Skank - 2015-05-03 (2015-05-02, 08:44)Skank Wrote: Sualfred. Sualfred? RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-03 I'm not sure if I'll add such detailed audio flags. Maybe just DTS/DTSHD/DD/etc. 3D flags should work, they are included in nearly every viewtype. Be sure you named your movies correctly. RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - Edworld - 2015-05-03 sualfred, for some reason, I installed your repo but it doesn't open up in isengard beta edit: it now works RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - Skank - 2015-05-03 (2015-05-03, 20:15)sualfred Wrote: I'm not sure if I'll add such detailed audio flags. Maybe just DTS/DTSHD/DD/etc. Mm with a 7.1 setup its nice to know if its 7.1 native or only 5.1 I get no 3d flags either, i do get them with aeon mq They are tagged .3D RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-03 Iirc Kodi has problems to show differences between 5.1/7.1 anyway? But nope, I won't add such flags. But I will see what's the problem with the 3D flags. RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - javiervitorero - 2015-05-03 Thank U very much Sualfred, I've made a fresh install of Kodi, with skin repo download, and now, everything goes perfectly! RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-04 (2015-05-03, 22:22)Skank Wrote: I get no 3d flags either, i do get them with aeon mq I did a test and it's been flagged with 3D correctly. Be sure you have named your files correctly, so the internal Kodi boolean condition is set to true. Example: Avatar.3D.SBS.1080p. It's important that 3D + the stereoscopic method is inside the file or folder name. http://kodi.wiki/view/3D#Video_filenames_flags (2015-05-03, 23:57)javiervitorero Wrote: Thank U very much Sualfred, I've make a fresh install of Kodi, with skin repo download, and now, everything goes perfectly! Np RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - Skank - 2015-05-04 Can you show me a screen of the flag? where to look RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-04 No need for a screen. The views display SD/HD or 3D RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - Skank - 2015-05-04 ah ok will look again, they are tagged correctly I hope you'll add 5.1 and 7.1 I noticed something other too The video intro to kodi... It rocks ! However, it overlaps the gui of kodi It seems the intro finishes too late, i already see kodi's menu is it possible to wait with kodi loading menu until video is over? RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-04 Fixed that intro behaviour in the upcoming release RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - Skank - 2015-05-04 Cool, how did you add that video to it? RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-04 Startup.xml + visible conditions of the home.xml elements PHP Code: <control type="button" id="10"> RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - Skank - 2015-05-04 So this: <control type="button" id="10"> <description>trigger with startup intro</description> <onfocus>XBMC.PlayMedia(special://skin/extras/intro/intro.mp4,1)</onfocus> <onfocus>ReplaceWindow($INFO[System.StartupWindow])</onfocus> <texturenofocus>-</texturenofocus> <texturefocus>-</texturefocus> <visible>!Skin.HasSetting(Use_Startup_Playlist) + Skin.HasSetting(UseIntro)</visible> </control> In startup.xml and this: <control type="group"> <visible>!SubString(Player.Filenameandpath,extras/intro/intro.mp4) + !SubString(Player.Filenameandpath,extras\intro\intro.mp4)</visible> <control type="group"> <animation condition="Skin.HasSetting(MoveMenuPosition)" end="0,100" start="0,0" time="0" effect="slide">Conditional</animation> </control> in home.xml? RE: Bello Fredo [Isengard] - brutally modded with custom home widget support - sualfred - 2015-05-04 There are more includes. And the settings have to exist in other skins if you want to adopt it. I suggest you to make you some coffee and study the wiki: http://kodi.wiki/view/Skin_development |