Toggle for Leia 18.5 standard skin Estuary - "no OSD in Video Playback when paused"
#1
Hello,
we often look Films with foreign audio tracks and foreign subtitles. In order to learn the language, we pause the playback often, in order to read the subtitles, look up a word and so on.
But that does not work very good, because the OSD lays over the subtitles. I didn't find an option to alter that behaviour in Estuary.

It is there in Estuary MOD, i tried that. But I would prefer using Estuary, It's "lighter".

Is this already a feature request? do I have to do addtional steps to make one?

Thank you,
Stefan
Reply
#2
I use a keyboard for my remote control on Windows 10

I added the following to my keyboard.xml within the <global> <keyboard> section
xml:
<a mod="alt">xbmc.playercontrol(frameadvance(1))</a>

This is frame advance. When you pause, press ctrl-a the osd will disappear, and the movie will advance one frame. In most cases the frame advance won't be a problem unless you happened to pause on the last frame before the subtitles disappear.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2020-01-30, 23:36)Karellen Wrote: I use a keyboard for my remote control on Windows 10

I added the following to my keyboard.xml within the <global> <keyboard> section
xml:
<a mod="alt">xbmc.playercontrol(frameadvance(1))</a>

This is frame advance. When you pause, press ctrl-a the osd will disappear, and the movie will advance one frame. In most cases the frame advance won't be a problem unless you happened to pause on the last frame before the subtitles disappear.
Thank you. Our Situation is as follows - 4k tv, and a rpi4 with kodi. we use the tv remote via hdmi-cec for kodi. So it would be great if there was that option that we could simply switch with the tv remote.
in the meantime, I will try to switch the skin to Estuary MOD, although that is not my preferred skin.
Reply
#4
Quote:Is this already a feature request?
I made this one https://forum.kodi.tv/showthread.php?tid=310009
Reply
#5
this could be a simple fix
DialogSeekBar.xml

xml:
<control type="group">
            <visible>!Player.HasGame</visible>
            <bottom>0</bottom>
            <height>190</height>
            <control type="image">
                <left>-40</left>
                <width>120%</width>
                <height>200</height>
                <texture flipy="true">frame/osdfade.png</texture>
            </control>

changing <bottom>0</bottom>

this is set to 200  
Image

this is set to 400  
Image
Reply
#6
Thank you! I'll try the different variants.
I also found this link, which is very useful for beginner, because I didn't know how to alter the read-only files in libreelec.

https://forum.libreelec.tv/thread/13677-...-controls/

Best Regards,
Stefan
Reply

Logout Mark Read Team Forum Stats Members Help
Toggle for Leia 18.5 standard skin Estuary - "no OSD in Video Playback when paused"2