![]() |
Android How to: Create additional Kodi Channels for Android TV Home launcher (Oreo) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: Android How to: Create additional Kodi Channels for Android TV Home launcher (Oreo) (/showthread.php?tid=332589) |
RE: How to: Create additional Kodi Channels for Android TV Home launcher (Oreo) - izprtxqkft - 2023-07-25 (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? 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=373827&pid=3160492#pid3160492 there is another change i didnt mention in that post which is in this file - https://github.com/xbmc/xbmc/blob/master/tools/android/packaging/xbmc/src/XBMCJsonRPC.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 RE: How to: Create additional Kodi Channels for Android TV Home launcher (Oreo) - Andrea1998 - 2023-07-31 (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 thingOk, thank you. I will wait when it will be completely possible also with some modification in kodi itself. RE: How to: Create additional Kodi Channels for Android TV Home launcher (Oreo) - Shasoosh - 2024-09-09 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? |