Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
(2019-11-19, 14:12)wcndave Wrote:
(2019-11-19, 13:59)LegoMan79 Wrote: Hi

I'm trying to setup an Anime Movies main menu item with the widgets displaying only items from that source.
I've messed around with Library Node and smart playlists.

I can create the item on the menu, and clicking it does as intented, titles of movies from the node.
The issue is when its selected, I want the categories and widgets to appear, but only for that node.

Preconfigured widgets > Movies, shows all the movies.

Personalize Categories widget doesn't work how I thought it would work.
Video Library > AnimeNode > Recently added. This shows all recently added to movies...

Is this possible to setup in Estuary Mod?
Any help would be greatly appreciated.

Many of these requests follow a similar generic pattern.
Have your own main menu items, which when selected result in a set of "rows of icons" on the main screen, which when selected do some kind of search - which can be done via smarlists, node editor, or both.
Then you want to assign your own icons for these things.

The problems appear to be that you can only assign icons to nodes, not to playlists.
Also, if you add a playlist row, and it has 20 items, you will have 20 scrolling off the screen, instead of a 5x4 layout for example.

Nodes allow custom icons, you can set the hierarchy to match your navigation needs, you can get them to display the results of playlists etc...
So that seems to be the primary way one could do this.

However as it's not possible to navigate between rows on custom main menu items, I am stuck.

So, I believe, that's how to do it, and why it doesn't currently work.

Given the skin mods are done free in peoples' own time, it feels a bit churlish to push for fixes. (of course so is Kodi...)
However I do think the main menu customization elements could be incorporated into kodi - main
 

 the thing is that nodes need to be linked to full xml eg. mymovies.xml this mod can only link to mymovies

a work around is to change a widget
edit home.xml

<include content="WidgetListPoster" condition="Library.HasContent(movies) + !Skin.HasSetting(hide_recentlymovies)">
<param name="content_path" value="$VAR[HideWatchedMoviesFromRecentlyVar]"/>
<param name="widget_header" value="$LOCALIZE[20386]"/>
<param name="widget_header_focus" value="$INFO[Container(5100).ListItem.Title, | ]$INFO[Container(5100).ListItem.Year, (,)]"/>
<param name="widget_target" value="videos"/>
<param name="list_id" value="5100"/>
</include>

delete condition="Library.HasContent(movies) + !Skin.HasSetting(hide_recentlymovies)"
$VAR[HideWatchedMoviesFromRecentlyVar] change to library://video/movies/node.xml
https://forum.kodi.tv/showthread.php?tid=344593 https://forum.kodi.tv/showthread.php?tid=345420


Messages In This Thread
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-12, 13:57
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-12, 14:46
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-13, 17:58
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 00:50
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 00:50
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 02:11
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 06:31
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 16:15
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 22:13
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-15, 17:53
EPG - by Repoman - 2017-04-29, 20:28
Quit and Search - by terpsarlington - 2017-11-18, 03:35
RE: Quit and Search - by Guilouz - 2017-11-18, 03:41
RE: Quit and Search - by terpsarlington - 2017-11-18, 06:38
Genres Widget - by terpsarlington - 2017-11-19, 05:22
RE: Genres Widget - by Guilouz - 2017-11-19, 15:23
RE: Genres Widget - by terpsarlington - 2017-11-20, 00:21
Where are the API keys stored? - by mozomo - 2017-11-19, 17:36
Ratings - by terpsarlington - 2017-11-28, 00:08
RE: Ratings - by junias - 2017-11-28, 00:14
RE: Ratings - by Guilouz - 2017-11-28, 01:31
RE: Ratings - by terpsarlington - 2017-11-28, 03:25
RE: Ratings - by Guilouz - 2017-11-28, 04:24
Question on Whitelist option - by kaybird - 2018-06-15, 20:33
RE: Question on Whitelist option - by Guilouz - 2018-06-16, 02:08
Random titles? - by kaybird - 2018-06-28, 01:54
RE: Random titles? - by Guilouz - 2018-07-15, 10:48
Skin Helper Service error - by Picard - 2018-06-28, 04:51
RE: Skin Helper Service error - by redglory - 2018-06-28, 15:20
RE: Skin Helper Service error - by Guilouz - 2018-07-15, 10:49
RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - by the_other_guy - 2019-11-20, 01:32
Add main menu item? - by revhead - 2021-04-28, 12:33
RE: Add main menu item? - by Mahava - 2021-04-29, 01:17
Kodi 18 script.shortcuts issue - by Shayno - 2018-09-19, 01:31
empty Homescreen - by menou - 2021-07-22, 15:19
RE: empty Homescreen - by _BJ1 - 2021-07-25, 21:23
Logout Mark Read Team Forum Stats Members Help
Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)17