Posts: 46
Joined: Jan 2023
Reputation:
0
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.
Posts: 4
Joined: Mar 2014
Reputation:
0
Yes, this also irritates me, hope there is an answer.
Posts: 46
Joined: Jan 2023
Reputation:
0
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.
Posts: 2,032
Joined: Sep 2015
Reputation:
78
Atreyu
Posting Freak
Posts: 2,032
2023-08-04, 08:46
(This post was last modified: 2023-08-04, 08:47 by Atreyu. Edited 1 time in total.)
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 ..?
Posts: 946
Joined: Nov 2016
Reputation:
128
wags1
Posting Freak
Posts: 946
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>
Posts: 46
Joined: Jan 2023
Reputation:
0
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.
Posts: 46
Joined: Jan 2023
Reputation:
0
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.