Kodi Community Forum

Full Version: How to: Create additional Kodi Channels for Android TV Home launcher (Oreo)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
(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
(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.
I've created a random playlist that is displayed on my Shield home screen. However, when I start Kodi and switch profiles (I have two profiles: adult and kids), the channel is removed from the home screen and does not return. Is there a workaround for this?


Anyone?
Pages: 1 2 3 4 5 6 7 8 9