v20 Have TV Shows menu go directly to Titles
#1
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.
Reply
#2
Have you got category widgets disabled ?
Reply
#3
(2023-04-05, 23:08)ontap Wrote: Have you got category widgets disabled ?

Yes, I do.
Reply
#4
I had a look and with categories disabled , I got the titles.genres, list . With categories enabled I got the list you want , ie titles.
Try adding:   titles/
to the top line , I think it's line 940.
I think that works with categories disabled.
Reply
#5
Perfect, thank you very much!
Reply

Logout Mark Read Team Forum Stats Members Help
Have TV Shows menu go directly to Titles0