2022-07-22, 22:17
Hello, I created a new movie home menu item with a node. But at the top left corner it is still displayed "Movies / Titles", "Movies / Genres", "Movies / Sets",etc... For example, instead of "Animes / Titles", "Animes / Genres" etc...
So I have to edit the BreadcrumbsVideoVar in the Variables.xml file :
And especially this line :
Here are the two nodes paths :
I would like to be displayed "Movies" for the parent node : library://video/movies/
I would like to be displayed "Animes" for the parent node : library://video/anime/
Thanks
So I have to edit the BreadcrumbsVideoVar in the Variables.xml file :
xml:<variable name="BreadcrumbsVideoVar">
<value condition="Container.Content(movies) | String.StartsWith(container.folderpath,library://video/movies/) | String.StartsWith(container.folderpath,videodb://movies)">$LOCALIZE[20342]</value>
<value condition="Container.Content(musicvideos) | String.StartsWith(container.folderpath,library://video/musicvideos/) | String.StartsWith(container.folderpath,videodb://musicvideos)">$LOCALIZE[20389]</value>
<value condition="[!Container.Content(seasons) + !Container.Content(episodes)] + [Container.Content(tvshows) | String.StartsWith(container.folderpath,library://video/tvshows/) | String.StartsWith(container.folderpath,videodb://tvshows)]">$LOCALIZE[20343]</value>
<value condition="Container.Content(seasons)"></value>
<value condition="Container.Content(episodes)"></value>
<value>$LOCALIZE[3]</value>
</variable>
And especially this line :
I tried some line but nothing worked...xml:<value condition="Container.Content(movies) | String.StartsWith(container.folderpath,library://video/movies/) | String.StartsWith(container.folderpath,videodb://movies)">$LOCALIZE[20342]</value>
Here are the two nodes paths :
I would like to be displayed "Movies" for the parent node : library://video/movies/
I would like to be displayed "Animes" for the parent node : library://video/anime/
Thanks