Start movies directly when clicking on the movie in the playlist on Home Android Tv
#16
I think you will have more success solving this on whatever supportspace the 'android tv' world offers. I avoid android for media as much as possible so afraid I can't be of assistance .
Reply
#17
Ahhh , now you have made it more clear , I thought your issue was within kodi , not an android tv issue.
Reply
#18
ok, thanks for the replies.


Is it possible to modify and modify a part of the Android TV code, without using specific editing programs?

The problem is figuring out which part I will have to modify and if it is possible to do it, without creating problems.
If i helped you, you can thank me with a thumbs up šŸ‘ below, thanks šŸ™.
Kodi stableĀ release | Skin Estuary (by phil65)
I like editing skins ā¤
Reply
#19
I would not expect a quick answer on this forum. Have you tried here?
https://support.google.com/androidtv/community?hl=en
Reply
#20
So this only affects android tv and not kodi?

I use Nvidia shield TV Pro
If i helped you, you can thank me with a thumbs up šŸ‘ below, thanks šŸ™.
Kodi stableĀ release | Skin Estuary (by phil65)
I like editing skins ā¤
Reply
#21
Yes,no,ok.
Reply
#22
AFAIK, developer "koying" added the Android TV Leanback features in Kodi Leia as platform-specific Java code.Ā  You could take a look at github xbmc/tools/android/packaging/xbmc/src/

scott s.
.
Reply
#23
(2022-06-06, 03:46)scott967 Wrote: AFAIK, developer "koying" added the Android TV Leanback features in Kodi Leia as platform-specific Java code.Ā  You could take a look at github xbmc/tools/android/packaging/xbmc/src/

scott s.
.
ok, i looked, but i can't figure out how to use it, do you have any ideas?

I use kodi matrix 19.4, is this functionality also present in version 19.4?


Thanks for your help.


if (getPackageManager().hasSystemFeature("android.software.leanback"))
{
if (Build.VERSION.SDK_INT >= VERSION_CODES.O)
TvUtil.scheduleSyncingChannel(this);
else
{
// Leanback
mJsonRPC = new XBMCJsonRPC();
handler.removeCallbacks(leanbackUpdateRunnable);
handler.postDelayed(leanbackUpdateRunnable, 30 * 1000);
}
}
If i helped you, you can thank me with a thumbs up šŸ‘ below, thanks šŸ™.
Kodi stableĀ release | Skin Estuary (by phil65)
I like editing skins ā¤
Reply
#24
Unfortunately I can't find a solution ...
I thought it was something easier/more immediate to solve.

Thanks all the same for the support provided.
If i helped you, you can thank me with a thumbs up šŸ‘ below, thanks šŸ™.
Kodi stableĀ release | Skin Estuary (by phil65)
I like editing skins ā¤
Reply

Logout Mark Read Team Forum Stats Members Help
Start movies directly when clicking on the movie in the playlist on Home Android Tv0