2024-11-29, 07:15
On its home screen for Movies, TV shows, and Music, Estuary has lists of random and unwatched movies, unwatched TV shows, and random and unplayed music. These lists have different contents each time the home screen is refreshed, and I want to refresh it at will to show me random stuff as another way to browse. I found the method linked below a while back when looking for a way to refresh the home screen after performing a database update on a different machine for my shared database, and while it does work for this new desire, it dumps me back to the Movies home screen if I invoke it while in the TV or Music home screens. To be clear, I'm talking about the Home screen with different items selected from the categories on the left, Movies, TV shows, Music, etc. When I get the currentwindow using JSON, it always returns "Home" regardless of what category is selected. If I invoke this hypothetical refresh function while showing Music on the home screen, I want to stay in the Music section, not be dumped back to Movies. Any ideas?
Here's the method I'm currently using, which works, but dumps me back to the Movies home screen every time:
https://forum.kodi.tv/showthread.php?tid...pid2647874
For anyone contemplating using this, I did have to change control_id from 805 to 806, as Kodi 21 Estuary now uses ID 805.
Here's the method I'm currently using, which works, but dumps me back to the Movies home screen every time:
https://forum.kodi.tv/showthread.php?tid...pid2647874
For anyone contemplating using this, I did have to change control_id from 805 to 806, as Kodi 21 Estuary now uses ID 805.