Titan BINGIE MOD v1 (UPDATED - 07/24/2020)
(2021-06-23, 16:01)redglory Wrote:
(2020-07-24, 19:43)AchillesPunks Wrote:
(2020-07-24, 19:41)3500 Wrote: from first i tried, from BINGIE OG, this skin heavy is because addons script.skin.helper.service and script.module.cherrypy
but almost that make it heavy is script.skin.helper.service
i must downgrade it the version of those 2 addons to make the skin is light movement for scrolling and changing every menu that i press
did you download the skin from the github yet?
I suppose this only applies to Home widgets (where you have movies and tvshows mixed).

You can edit Custom_1117_Categories_Hub.xml and replace mediatype=media to mediatype=movies

Code:
<!-- GENRES -->
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),drama)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=drama&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),crime)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=crime&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),thriller)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=thriller&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),action)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=action&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),comedy)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=comedy&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),adventure)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=adventure&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),western)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=western&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),horror)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=horror&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),science fiction)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=science fiction&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),family)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=family&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),animation)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=animation&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),mystery)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=mystery&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),romance)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=romance&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),documentary)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=documentary&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>
<include content="Category_Widget" condition="String.IsEqual(Window(Home).Property(category),fantasy)">
<param name="content" value="plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media&amp;genre=fantasy&amp;limit=100&amp;reload=$INFO[Window(Home).Property(widgetreload)]" />
<param name="sortBy" value="dateadded" />
<param name="sortOrder" value="descending" />
</include>

and on IncludesBingie.xml
Code:
<value condition="String.Contains(Container.FolderPath, genre) | String.StartsWith(Container.FolderPath, plugin://script.skin.helper.widgets/?action=forgenre&amp;mediatype=media)">$INFO[Window(Home).Property(ListItem.Label)]</value>

I would recommend for you to try or ask for changes on script.skin.helper.widgets to include forgenre for mediatype=media.
Just updated the GitHub with the changes to Custom_1117_Categories_Hub.xml. Not sure what needs to be changed for skin helper... I don't understand Py when I look at it...
Titan Bingie Mod
Reply


Messages In This Thread
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 05:20
RE: Titan BINGIE MOD v1 - by AchillesPunks - 2020-07-24, 06:18
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 07:42
RE: Titan BINGIE MOD v1 - by AchillesPunks - 2020-07-24, 08:01
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 08:10
RE: Titan BINGIE MOD v1 - by AchillesPunks - 2020-07-24, 08:12
RE: Titan BINGIE MOD v1 - by tankman37 - 2020-07-24, 09:05
RE: Titan BINGIE MOD v1 (UPDATED - 07/24/2020) - by AchillesPunks - 2021-06-23, 16:18
Bom dia! - by kpinheiro - 2020-08-20, 15:21
Need help please - by childofkorn - 2022-05-31, 20:10
RE: Need help please - by Fuchs2468 - 2022-05-31, 22:33
Hidden settings - by lennystc - 2023-03-20, 18:31
RE: Hidden settings - by SoulReaver - 2023-03-20, 20:16
RE: Hidden settings - by childofkorn - 2023-03-20, 20:21
Logout Mark Read Team Forum Stats Members Help
Titan BINGIE MOD v1 (UPDATED - 07/24/2020)0