1
Post New Requests Here / Re: Code to add a ViewType in Kodi Krypton
« on: July 10, 2017, 02:34 AM »Thanks S. Without enough info who wouldn't misunderstand me? The case I'm talking about is when you're looking at a list of movies and you click on a title to see further info. When you click back you go back to the beginning of the list of titles. It's a drag when you have a lot of titles just in alphabetical order. As to the first part of your explanation - yes, that does make sense. Does that also affect the ability to dispaly a title list in columns or is that a different problem? I'd like to diplay in columns as it would make scanning through a list easier.There's this tutorial in Kodi. I'm too much of a noob to follow it though-Clive (July 09, 2017, 10:40 PM)
The tutorial shows how to write an XML file which tells Kodi how to display the view described in the XML file. The problem is that the XML is not code, per se. It's a markup language. That is, that XML file is not going to determine what Kodi displays when you press the back button. That's handled within the actual codebase that powers Kodi . In other words, you would need to either modify the Kodi codebase to do what you want or find a setting within Kodi that enables the behaviour you seek. Does that make sense?
Now, that being said, I use Kodi and navigating back through various folders, etc, brings me back to the previously selected folder. Of course, I might be misunderstanding you.-skwire (July 09, 2017, 11:31 PM)
Thanks again for your response and to anyone else who's watching.