• 1
  • 5
  • 6
  • 7
  • 8
  • 9(current)
Android How to: Create additional Kodi Channels for Android TV Home launcher (Oreo)
(2022-06-01, 16:23)Andrea1998 Wrote: Is it possible to start a movie directly from the android tv home (shield tv home) in the smart playlist section without entering the movie in the information tab?

(the movies are in the kodi library, and organized through the smart playlists that are then seen on the android tv home, like in your post)


Many thanks in advance 🙏

it is currently not possible with the code as it is written, however, i did make modification to the code to do this very thing

so if you want to compile your own version of kodi, my post shows the 2 needed changes - https://forum.kodi.tv/showthread.php?tid...pid3160492

there is another change i didnt mention in that post which is in this file - https://github.com/xbmc/xbmc/blob/master...PC.java.in

the change is just changing instances of showinfo=true to showinfo=false or removing the parameter altogether

im trying to get further along with this but as im not familiar with the code its more time spent learning how kodi is coded and less changing things
Reply
(2023-07-25, 02:05)jepsizofye Wrote: it is currently not possible with the code as it is written, however, i did make modification to the code to do this very thing

so if you want to compile your own version of kodi, my post shows the 2 needed changes - https://forum.kodi.tv/showthread.php?tid...pid3160492

there is another change i didnt mention in that post which is in this file - https://github.com/xbmc/xbmc/blob/master...PC.java.in

the change is just changing instances of showinfo=true to showinfo=false or removing the parameter altogether

im trying to get further along with this but as im not familiar with the code its more time spent learning how kodi is coded and less changing things
Ok, thank you. I will wait when it will be completely possible also with some modification in kodi itself.
If i helped you, you can thank me with a thumbs up 👍 below, thanks 🙏.
Kodi 20.x stable release | Skin Confluence (by Jezz_X)
I like editing skins ❤
Reply
  • 1
  • 5
  • 6
  • 7
  • 8
  • 9(current)

Logout Mark Read Team Forum Stats Members Help
How to: Create additional Kodi Channels for Android TV Home launcher (Oreo)2