2023-04-05, 22:13
I just upgraded to Kodi 20.1 from 18.9. On my previous install I was able to make the TV Shows menu function go directly into Titles (skipping the Genres, Titles, etc menu) by editing Estuary’s Home.xml file. I changed this line:
<onclick condition="!Library.HasContent(tvshows)">ActivateWindow(Videos,sources://video/,return)</onclick>
To
<onclick condition="!Library.HasContent(tvshows)">ActivateWindow(Videos,sources://video/titles/,return)</onclick>
Unfortunately this no longer works in 20.1 – it still goes to the Genres, Titles etc menu.
Any suggestions on how to accomplish what I want? Thank you.
<onclick condition="!Library.HasContent(tvshows)">ActivateWindow(Videos,sources://video/,return)</onclick>
To
<onclick condition="!Library.HasContent(tvshows)">ActivateWindow(Videos,sources://video/titles/,return)</onclick>
Unfortunately this no longer works in 20.1 – it still goes to the Genres, Titles etc menu.
Any suggestions on how to accomplish what I want? Thank you.