2019-03-06, 23:24
And what about atmos and dts-x, will I also have to add that in the filename?
(2019-03-06, 21:20)StoneT Wrote:(2019-03-06, 02:23)Wanilton Wrote: @StoneT, Using keymaps I will try to explain better, when have more time here.@Wanilton I would love to see which key you'd like me to map for subtitle download and offset's ??
This is how a nVidia Shield Tv remote looks:
<u>ActivateWindow(SubtitleSearch)</u>
<g>PlayerControl(ShowVideoMenu)</g>
<b>RunScript(special://masterprofile/audioosd.py)</b>
<h>RunScript(special://masterprofile/subtitleosd.py)</h>
<n>RunScript(special://masterprofile/videoosd.py)</n>
<left mod="ctrl">subtitledelayminus</left>
<right mod="ctrl">subtitledelayplus</right>
<left mod="ctrl,shift">audiodelayminus</left>
<right mod="ctrl,shift">audiodelayplus</right>
import xbmc
xbmc.executebuiltin('ActivateWindow(osdaudiosettings)')
import xbmc
xbmc.executebuiltin('ActivateWindow(osdvideosettings)')
import xbmc
xbmc.executebuiltin('ActivateWindow(osdsubtitlesettings)')
(2019-03-07, 00:33)ParDev Wrote: @Jeffers24Only need to have installed script favourites by ronie.
I also have the same issue, but I am attempting to make one of my Favourite entries a value for the Main Menu (one of my links from Chrome Launcher). When I click on "Favourites" nothing happens, no prompt with the options is displayed.
Thanks
(2019-03-06, 21:20)StoneT Wrote: I would love to see which key you'd like me to map for subtitle download and offset's ??
This is how a nVidia Shield Tv remote looks:
(2019-03-06, 21:20)StoneT Wrote:(2019-03-06, 02:23)Wanilton Wrote: @StoneT, Using keymaps I will try to explain better, when have more time here.@Wanilton I would love to see which key you'd like me to map for subtitle download and offset's ??
This is how a nVidia Shield Tv remote looks:
(2019-03-07, 00:52)Wanilton Wrote:(2019-03-07, 00:33)ParDev Wrote: @Jeffers24Only need to have installed script favourites by ronie.
I also have the same issue, but I am attempting to make one of my Favourite entries a value for the Main Menu (one of my links from Chrome Launcher). When I click on "Favourites" nothing happens, no prompt with the options is displayed.
Thanks
http://mirrors.xbmc.org/addons/leia/scri...-7.1.3.zip
(2019-03-07, 11:46)MarcosQui Wrote: The Favourites script by ronie is automatically installed when you select the Favourites item in the widget selector. However if you go directly to the skin customization window, the script is not installed when trying to put a custom menu or submenu. I'll fix this in the next build. Thanks for reporting.Thank you for an amazing skin, it's going to take me a while to understand all the options :-)