Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Kodi multimedia player ====== ===== Keymaps ===== Change playback speed with ''['' and '']'' like with mpv or VLC: <file xml .kodi/userdata/keymaps/slower-faster.xml> <keymap> <FullscreenVideo> <keyboard> <opensquarebracket>PlayerControl(tempodown)</opensquarebracket> <closesquarebracket>PlayerControl(tempoup)</closesquarebracket> </keyboard> </FullscreenVideo> <VideoMenu> <keyboard> <opensquarebracket>PlayerControl(tempodown)</opensquarebracket> <closesquarebracket>PlayerControl(tempoup)</closesquarebracket> </keyboard> </VideoMenu> </keymap> </file> You have to set [[https://kodi.wiki/view/Settings/Player/Videos#Sync_playback_to_display|Settings → Player → Videos → Sync playback to display]] for this to work. ===== Webinterface ===== On Fedora, you have to enable Kodi's ports in the firewall. Install the package ''kodi-firewalld'' and execute: <code bash>firewall-cmd --permanent --add-service=kodi-eventserver firewall-cmd --permanent --add-service=kodi-http firewall-cmd --permanent --add-service=kodi-jsonrpc firewall-cmd --reload</code> Maybe you have to ''cp /lib/firewalld/services/kodi-* /etc/firewalld/services/'' and edit the ports if you changed them. ==== further reading ==== * [[https://kodi.wiki/view/Keymap|Keymap]] (kodi.wiki) Last modified: 2024-07-05 14:31