Posts: 5
Joined: Dec 2013
Reputation:
1
I installed Mimic skin yesterday and really like it. I can see how I download subtitles, but where has the option gone to change the offset of the subtitle? I cant seem to get there with my remote.
Posts: 3,384
Joined: Aug 2012
Reputation:
107
braz
Skilled Skinner
Posts: 3,384
It's in the audio settings dialog. When you're playing a video, press enter to bring up the player controls and select the audio button on the left side.
Posts: 1,607
Joined: Apr 2016
This is something I use a lot, I thought to add a button to the player controls screen but for the life of me I can't find how to open the subtitle offset dialog? I managed to find the screen (videoOSD.xml), add a button, but what do I execute under <onclick>
Posts: 3,384
Joined: Aug 2012
Reputation:
107
braz
Skilled Skinner
Posts: 3,384
No idea, not sure if that is possible.
Posts: 1,607
Joined: Apr 2016
<onclick>ActivateWindow(SliderDialog)</onclick> opens the dialog, but it does nothing - how to specify that it should be used for subtitle delay? It must be possible, how does it work in all skins
Posts: 3,384
Joined: Aug 2012
Reputation:
107
braz
Skilled Skinner
Posts: 3,384
I don't know, I've only ever accessed it from the audio settings dialog. That's where Kodi puts it.
Posts: 1,607
Joined: Apr 2016
2017-01-25, 19:26
(This post was last modified: 2017-01-25, 19:27 by User 325245.)
Tried:
<onclick>Action(SubtitleAlign)</onclick>
<onclick>Action(SubtitleAlign, 12005)</onclick>
<onclick>SubtitleAlign</onclick>
no go... I'm new to skinning
Posts: 3,384
Joined: Aug 2012
Reputation:
107
braz
Skilled Skinner
Posts: 3,384
Hmm, I guess Subtitle Align isn't in the audio settings on the OSD.
I tried this onclick though, and it did work. At least it showed the notification that it was changing the subtitle position. Didn't seem to actually move the subtitle though. This is a feature I've never used and don't know anything about. Someone else will have to chime in...
<onclick>SubtitleAlign</onclick>
Posts: 1,607
Joined: Apr 2016
Managed to get it working, it is indeed <onclick>SubtitleAlign</onclick>... I had another onclick assigned to the button that I didn't notice
Thanx
Posts: 15
Joined: May 2013
Reputation:
2
I was able to do it by downloading "Keymap editor" add-on from Kodi settings and after opening the program click on edit/full screen video/Subtitle/Delay/Edit key/click on any unassigned key within 5 seconds (I chose "Q") and then hit "escape" a few times to "save" and exit the Keymap editor. Now, when I am playing videos that have issues with subtitle sync, I simply hit "Q" and the subtitle offset bar appears on the top of the screen and I can easily use left and right arrows on the keyboard to adjust the delay.