sy6sy2 / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS and Windows.
https://kodi.tv/
Other
6 stars 1 forks source link

Kodi doesn't react to pressing Play on an item in the library #73

Open kambala-decapitator opened 5 years ago

kambala-decapitator commented 5 years ago

Only Select works

kambala-decapitator commented 4 years ago

Select and Play look quite different: probably on desktop Select is Enter and Play is Play (multimedia button, not so often used). To make app react to Play properly we should know what is under cursor at every moment, which adds unnecessary complexity from my POV.

kambala-decapitator commented 4 years ago

seems that it actually works, but only when library's content is not None

fuzzard commented 4 years ago

Will be due to keymap. There is a difference between Select and Play. Some windows have the same button remapped in the customcontroller.siriremote.xml

We can manage this in code if need be, but will make key remapping difficult if we go that route.