• 1
  • 4
  • 5
  • 6
  • 7
  • 8(current)
Mod Estuary Plus Skin - easier to read throughout (UPDATED 30/07/2020)
Ah Same thing forbidden can you upload to to gdrive? Or something similar.
Reply
Here is a gdrive link: https://drive.google.com/file/d/1MZJt0uH...p=drivesdk

pOpY
Reply
Is there a way to change the default view for the favorites on the main menu so they show as a list instead of icons?
Reply
(2021-07-13, 03:04)ezdropper Wrote: Is there a way to change the default view for the favorites on the main menu so they show as a list instead of icons?

Not without changing the code in the skin.
Reply
popy
please tell me, which lines in VideoOSD.xml need to be changed, so that the progress bar goes down under the play_pause buttons and others?
https://kodi.wiki/images/5/5d/Video_Playback_OSD_01.jpg


Is there a way to directly call the "Settings" menu  (Gear icon)?
Like this
xbmc.executebuiltin('ActivateWindow(osdaudiosettings)'):
xbmc.executebuiltin('ActivateWindow(osdaudiosettings)')


Sorry for my Google Translate english.
Reply
(2021-08-08, 13:03)A55555 Wrote: popy
please tell me, which lines in VideoOSD.xml need to be changed, so that the progress bar goes down under the play_pause buttons and others?
https://kodi.wiki/images/5/5d/Video_Playback_OSD_01.jpg
There are 4 lines like this:

<control type="slider">
                    <top>105</top>

If I remember correctly changing the value to 105 moves it down.
Reply
(2021-08-08, 13:03)A55555 Wrote: popy
please tell me, which lines in VideoOSD.xml need to be changed, so that the progress bar goes down under the play_pause buttons and others?
https://kodi.wiki/images/5/5d/Video_Playback_OSD_01.jpg


There are 4 lines like this:

<control type="slider">
                    <top>105</top>

If I remember correctly changing all of the value to 105 moves it down.
Reply
linknet
not really Sad
Only slider went down.
Reply
(2021-08-08, 22:09)A55555 Wrote: linknet
not really Sad
Only slider went down.
Then you just need to do a side by side comparison with the original file to find it.

Could be the last value here:

<control type="group">
            <bottom>0</bottom>
            <height>190</height>
            <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(osdaudiosettings) | Window.IsVisible(osdvideosettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(playerprocessinfo) | Window.IsVisible(osdcmssettings) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(pvrchannelguide)]</visible>
            <animation effect="fade" time="200">VisibleChange</animation>
            <control type="label">
                <right>20</right>
                <top>35</top>
Reply
linknet
thanks.
I try, but so far the strip does not react.
Reply
(2021-08-10, 06:07)A55555 Wrote: linknet
thanks.
I try, but so far the strip does not react.

I think you're in the wrong file, you need to look in this file:

DialogSeekBar.xml
<include content="PVRProgress">

Where the included content "PVRProgress" is in this file:

Includes_PVR.xml
<include name="PVRProgress">

It's not as straightforward as just changing a single value.
Reply
@linknet & @A55555 
I have ported the option "added option to have seekbar at botttom of screen" over from this github: https://github.com/pkscout/skin.estuary....264250f5fc

Here is the new version 3.0.6 of the skin: https://drive.google.com/file/d/1cBXg-ES...sp=sharing
Just update and enable the option "added option to have seekbar at botttom of screen" to get the seekbar to the bottom.
Reply
popy
thanks for your help.
The option has appeared.
But it doesn't work for me Sad
Reply
  • 1
  • 4
  • 5
  • 6
  • 7
  • 8(current)

Logout Mark Read Team Forum Stats Members Help
Estuary Plus Skin - easier to read throughout (UPDATED 30/07/2020)3