• 1
  • 103
  • 104
  • 105(current)
  • 106
  • 107
  • 204
Mod Titan M O D ( last Updated 19-12-2019)
(2019-12-21, 03:49)Fuchs2468 Wrote: Hello @mardukL , i think we're in a dilemma.

Now vertical layout widget is ok, but horizontal layout widget is no ok.

As a quick solution, I would suggest an "ifelse" regulation.

Subject:
IncludesHomeWidgets.xml
Line:2036
horizontal = <height>1</height>
vertical = <height>70</height>

ok.
if it is so

can you test by replace
<height>70</height>


xml:
<include content="height" condition="String.Contains(Skin.String(HomeLayout),hor)">
<param name="height" value="1" />
</include>
<include content="height" condition="!String.Contains(Skin.String(HomeLayout),hor)">
<param name="height" value="70" />
</include>

i am afk, and just can track/edit on android phone.
and need to make pr manualy..
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2019-12-20, 13:10)mombasa123 Wrote: @mardukL 

This may have been fixed in v .16 but in v .15 there is a big gap between the first widget and the top title heading (eg Recently Added Movies) in the rhs widgets panel in the Enhanced Home Screen View.

Also, and not meaning to nag at all Smile but any news on the missing tags on the widgets please? Not a big deal but nice to get them back. 

And to reiterate, the skin is awesome! Thank you for your hard work again!!! If I could find a way of donating, I would.

Have a Merry Xmas and a very Happy New Year!

Cheers

Thanks, best wishes back to you.
;-)

i will do some fixes step by step.
i tracked the issues mentionied here, but its a really big skin and there are a lot of conditions to take into acount.
which needs deeper debug/testing.

(2019-12-20, 15:52)zeeya Wrote:
(2019-12-19, 10:20)mardukL Wrote: In case  of short time, pushed new update but just a few fixes

CHANGELOG:
Quote:## Marduk : version 18.1.15. - 19.12.2019
        
        - add colortheme by fuchs2474
        - add new ViewType - View529(NetflixInfo) for Seasons
        - add new Color - NetflixSecondary Highlight Color (default cyan,FF00FFFF)
        - fix widgetslectionbutton (snlgewidget/singlewidgetlarge)
        - fix squaresubmenu widget align/overlay

In case of need ddl link, to install from zip

Single Widget Large seems to be not working, items in widget are not clickable.

which homelayout?
last test it was working?
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2019-12-21, 14:46)mardukL Wrote:
(2019-12-20, 13:10)mombasa123 Wrote: @mardukL 

This may have been fixed in v .16 but in v .15 there is a big gap between the first widget and the top title heading (eg Recently Added Movies) in the rhs widgets panel in the Enhanced Home Screen View.

Also, and not meaning to nag at all Smile but any news on the missing tags on the widgets please? Not a big deal but nice to get them back. 

And to reiterate, the skin is awesome! Thank you for your hard work again!!! If I could find a way of donating, I would.

Have a Merry Xmas and a very Happy New Year!

Cheers

Thanks, best wishes back to you.
;-)

i will do some fixes step by step.
i tracked the issues mentionied here, but its a really big skin and there are a lot of conditions to take into acount.
which needs deeper debug/testing.

(2019-12-20, 15:52)zeeya Wrote:
(2019-12-19, 10:20)mardukL Wrote: In case  of short time, pushed new update but just a few fixes

CHANGELOG:

In case of need ddl link, to install from zip

Single Widget Large seems to be not working, items in widget are not clickable.

which homelayout?
last test it was working?
Simple confluence style homescreen vertical
I could test only in 18.1.6 not in previous version
Reply
Is there a place to download the fully modified version as show in your screenshots without having to manually set everything up? Are there set up instructions to make it look exactly like your screenshots? Did I miss those threads? Thanks for the help!
Reply
(2019-12-21, 22:48)Salvatorex Wrote: Is there a place to download the fully modified version as show in your screenshots without having to manually set everything up? Are there set up instructions to make it look exactly like your screenshots? Did I miss those threads? Thanks for the help!

fully modyfied no.
but the colortheme which was used when making most of the screenshots is called
'titan mod nighshift'
you can choose it in color theme selection, but a few colors should be set manual again.

if you got a question for a specific screeny ask here again.

currently netflix home layouts dont have multiple rows visible.
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2019-12-20, 15:52)zeeya Wrote:
(2019-12-19, 10:20)mardukL Wrote: In case  of short time, pushed new update but just a few fixes

CHANGELOG:
Quote:## Marduk : version 18.1.15. - 19.12.2019
        
        - add colortheme by fuchs2474
        - add new ViewType - View529(NetflixInfo) for Seasons
        - add new Color - NetflixSecondary Highlight Color (default cyan,FF00FFFF)
        - fix widgetslectionbutton (snlgewidget/singlewidgetlarge)
        - fix squaresubmenu widget align/overlay

In case of need ddl link, to install from zip 

Single Widget Large seems to be not working, items in widget are not clickable. 
I did some test now, and i cannot reproduce any issue.
No issues with select action on items (play/resume...,open folder)
No issues with button on select.

if it still happens, i think i need a log file to look at.
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2019-12-22, 01:23)mardukL Wrote:
(2019-12-20, 15:52)zeeya Wrote:
(2019-12-19, 10:20)mardukL Wrote: In case  of short time, pushed new update but just a few fixes

CHANGELOG:

In case of need ddl link, to install from zip 

Single Widget Large seems to be not working, items in widget are not clickable. 
I did some test now, and i cannot reproduce any issue.
No issues with select action on items (play/resume...,open folder)
No issues with button on select.

if it still happens, i think i need a log file to look at.
Image

Nothing is clickable on right side of view.
I have tested this is also happening in "single widget"
Reply
(2019-12-21, 14:26)mardukL Wrote:
(2019-12-21, 03:49)Fuchs2468 Wrote: Hello @mardukL , i think we're in a dilemma.

Now vertical layout widget is ok, but horizontal layout widget is no ok.

As a quick solution, I would suggest an "ifelse" regulation.

Subject:
IncludesHomeWidgets.xml
Line:2036
horizontal = <height>1</height>
vertical = <height>70</height>

ok.
if it is so

can you test by replace
<height>70</height>


xml:
<include content="height" condition="String.Contains(Skin.String(HomeLayout),hor)">
<param name="height" value="1" />
</include>
<include content="height" condition="!String.Contains(Skin.String(HomeLayout),hor)">
<param name="height" value="70" />
</include>

i am afk, and just can track/edit on android phone.
and need to make pr manualy..    
Hello @mardukL , I have tested it now it works.
This change can be used.

xml:
<include content="height" condition="!String.Contains(Skin.String(HomeLayout),ver)">
<param name="height" value="1" />
</include>
<include content="height" condition="String.Contains(Skin.String(HomeLayout),ver)">
<param name="height" value="70" />
</include>

Smile
Reply
Pushed Update

Latest Changelog
Quote:version 18.1.17. - 23.12.2019
        
        - some fixes in view529 (trailer playing, contentpaths)
        - fixes for respect alignment and height correction - squaresumenu widgets (removed widget slide animations)
        - fix for gap - enhanced widget headerbuttons
        - fix widget header button (vertical vs all-non-vertical)
Skins |  Titan M O D   •   S W A N (WIP)
Reply
Thanks for the quick updates.
Happy Christmas!
Reply
(2019-12-23, 13:58)zeeya Wrote: Thanks for the quick updates.
Happy Christmas!

Thanks.to you too ;-)
Skins |  Titan M O D   •   S W A N (WIP)
Reply
(2019-12-23, 15:53)mardukL Wrote:
(2019-12-23, 13:58)zeeya Wrote: Thanks for the quick updates.
Happy Christmas!

Thanks.to you too ;-)

Single widget and Single widget large are not working still, please check
Reply
mardukL any update on the forced views thing?
Reply
Hi, first off this is a great MOD I have been using it for quite awhile.  However in this newest version or maybe one before, I have no updated in awhile.  When you go to info on a movie or tv show there is a button that says choose art, in all the previous version when I clicked on this I saw the window for artwork downloader (which yes I know is considered broken, but it works great for me) but now I see a more generic window that will not let me download art.  Is there anyway to get the artwork downloader window back?  I have a huge collection with a lot of custom art and I used this almost everyday.  Even if there is something I can change back manually I would greatly appreciate it.  Also now when I first go into Kodi the very first thing I click on I get this window tell me I need to download the youtube add-on, I don't want the youtube add-on is there anyway to make this stop asking that?

Thanks in Advance for any help, UbuntuUser
Reply
Using Netflix origin, I have my widgets set to posters. My last widget at the bottom is always cut off.  Have I missed a setting?
Reply
  • 1
  • 103
  • 104
  • 105(current)
  • 106
  • 107
  • 204

Logout Mark Read Team Forum Stats Members Help
Titan M O D ( last Updated 19-12-2019)15