![]() |
Force Kodi to stop playback when you press "Exit" - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264) +--- Thread: Force Kodi to stop playback when you press "Exit" (/showthread.php?tid=371074) |
Force Kodi to stop playback when you press "Exit" - trejder - 2023-01-02 Is there any way to force Kodi 19.3 Matrix to actually stop playing the movie, whenever I press "Exit" on the full screen? Currently, it exits full screen, but continues playing in the background, which is kind of annoying. I did not find any corresponding configuration item or switch even though I think I have browsed the entire configuration section in "Expert" mode. RE: Force Kodi to stop playback when you press "Exit" - tjpearson - 2023-01-02 Yes, this also irritates me, hope there is an answer. RE: Force Kodi to stop playback when you press "Exit" - Hitcher - 2023-01-02 (2017-11-26, 10:12)Hitcher Wrote: I also prefer to stop the video when pressing back so I added this my keymap - RE: Force Kodi to stop playback when you press "Exit" - trejder - 2023-08-02 As per my knowledge, this will also play wideo in the background after leaving the player. The only workaround that I have found is to: → click "OK" during playback, to access controls / exit full screen → press Down to go to playback control → press Right to switch highlight from Play to Stop → press OK to activate Stop button Only then you can exit the player and not have video continue in background. RE: Force Kodi to stop playback when you press "Exit" - Atreyu - 2023-08-04 I do think Hitchers advice would solve the issue. Have a look at the link that was posted. I really like this functionality, but if not i would assign long-press 'back' to stop. What makes you think that would not stop the video ..? RE: Force Kodi to stop playback when you press "Exit" - trejder - 2023-08-07 I didn't know that there is a link under Hitcher's text. So I was more like thinking this is a suggestion ("Use back button to exit player") to which I have answered: "This won't work, this will cause player to continue in the background". With the Add-on:Keymap Editor under link it changes the whole picture. I will definitely have to check this add-on and see how this works on my side. First take a look at Keyboard section shows some discrepancies around mouse mapping, for example:
So, before eventually continuing this thread I will have to double check this add-on. Thanks for providing this idea and link. RE: Force Kodi to stop playback when you press "Exit" - wags1 - 2023-08-07 I use this in my keymap gen.xml file for music and video - <visualisation> <keyboard> <key id="61448">stop</key> </keyboard> </visualisation> <fullscreenvideo> <keyboard> <key id="61448">stop</key> </keyboard> </fullscreenvideo> RE: Force Kodi to stop playback when you press "Exit" - trejder - 2023-08-10 Thank you for sharing your example. Unfortunately, I cannot use it (I think so). I am using Kodi on my TV and I don't have access to any files and no option read or modify something directly. I have to use Log Uploader add-on to get to my logs, because I can't even access my Kodi's logs. No access to TV's file system. RE: Force Kodi to stop playback when you press "Exit" - Hitcher - 2023-08-10 (2017-11-26, 10:12)Hitcher Wrote: If you don't want to mess around editing keymaps you can also use the Keymap Editor addon - just edit the 'fullscreen video' back function to stop. RE: Force Kodi to stop playback when you press "Exit" - trejder - 2023-08-10 Thanks and will definitely do. Do you know (in addition to: fullscreen video back function) which function must I also modify through this add-on to have changed / rescheduled event for long pressing "OK" button that displays context menu on source? From what I can see, my remote controller has now button assigned to display source's context menu. And I always have to connect my keyboard, if I want to display this context menu or mess up with source details. RE: Force Kodi to stop playback when you press "Exit" - wags1 - 2023-08-10 (2023-08-10, 13:30)trejder Wrote: Thank you for sharing your example. Unfortunately, I cannot use it (I think so). Just use the Keymap Editor addon and it will do the work for you. In addition, what OS does your TV run? If it's Android you should be able to use something like adblink to access the files from a Windows/Mac/Linux/ChromeOS system. |