Kodi Community Forum
Mod Titan M O D ( last Updated 19-12-2019) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Titan (https://forum.kodi.tv/forumdisplay.php?fid=212)
+----- Thread: Mod Titan M O D ( last Updated 19-12-2019) (/showthread.php?tid=330749)



RE: Titan M O D ( last Updated 19-12-2019) - UbuntuUser - 2023-02-19

(2023-02-14, 01:55)Fuchs2468 Wrote:
(2023-02-12, 02:14)UbuntuUser Wrote: I keep getting errors about script.module.metadatautils in the log and it it making kodi take forever to exit and it says I can fix it with my own api keys, I have them but I can't figure out where you enter them? Any help would be greatly appreciated.

Thanks, UbuntuUser
Look at "Metadata and Artwork module".
 "API keys".
Thanks.


RE: Titan M O D ( last Updated 19-12-2019) - Aphykit2006 - 2023-02-21

(2023-02-18, 16:22)Lessram Wrote:
(2023-01-18, 18:50)Fuchs2468 Wrote: @Aphykit2006.

On the Kodi repo there is version 2.0.1.
I (also) can not find 2.0.1
Once I downloaded the 1.0.0 version. But updating doesn't make it 2.0.x
How do I go from 1.0.0 to 2.0.x  ?
Hi.
That was a mistake on my part.
Repo is Version 1.0.x
Sorry


RE: Titan M O D ( last Updated 19-12-2019) - csts - 2023-02-25

I opened an issue on Kodi's GitHub about colors replaced with white ones after last 2 updates in Arch linux, and someone suggested to post here instead.
But this happened after a Kodi Nexus update so I'm not so sure:
https://github.com/xbmc/xbmc/issues/22863


RE: Titan M O D ( last Updated 19-12-2019) - Fuchs2468 - 2023-02-25

(2023-02-25, 21:35)csts Wrote: I opened an issue on Kodi's GitHub about colors replaced with white ones after last 2 updates in Arch linux, and someone suggested to post here instead.
But this happened after a Kodi Nexus update so I'm not so sure:
https://github.com/xbmc/xbmc/issues/22863

I cannot reproduce this behaviour with Windows.
Unfortunately I can't test with linux.
Switch off Kodi and delete "\userdata\addon_data\skin.titan.mod.beta.matrix\".
And then restart kodi. 
See if you still have the wrong colours.


RE: Titan M O D ( last Updated 19-12-2019) - csts - 2023-02-26

(2023-02-25, 22:08)Fuchs2468 Wrote: Switch off Kodi and delete "\userdata\addon_data\skin.titan.mod.beta.matrix\".
And then restart kodi. 
See if you still have the wrong colours.

I did that and posted new pics and a video along with info that give further information about the issue:
https://github.com/xbmc/xbmc/issues/22863#issuecomment-1445228549


RE: Titan M O D ( last Updated 19-12-2019) - matke - 2023-02-27

(2023-02-25, 22:08)Fuchs2468 Wrote:
(2023-02-25, 21:35)csts Wrote: I opened an issue on Kodi's GitHub about colors replaced with white ones after last 2 updates in Arch linux, and someone suggested to post here instead.
But this happened after a Kodi Nexus update so I'm not so sure:
https://github.com/xbmc/xbmc/issues/22863

I cannot reproduce this behaviour with Windows.
Unfortunately I can't test with linux.
Switch off Kodi and delete "\userdata\addon_data\skin.titan.mod.beta.matrix\".
And then restart kodi. 
See if you still have the wrong colours.
Install the latest nightly version and you'll see what it looks like when all the colors white. Smile


RE: Titan M O D ( last Updated 19-12-2019) - csts - 2023-03-03

(2023-02-26, 01:49)csts Wrote:
(2023-02-25, 22:08)Fuchs2468 Wrote: Switch off Kodi and delete "\userdata\addon_data\skin.titan.mod.beta.matrix\".
And then restart kodi. 
See if you still have the wrong colours.

I did that and posted new pics and a video along with info that give further information about the issue:
https://github.com/xbmc/xbmc/issues/22863#issuecomment-1445228549
It was a Kodi issue after all, after the PR was merged it took a day for the next Kodi update -kodi-nexus-git in Arch- to be available and all is fine again.
Details on the github issue mentioned above.


RE: Titan M O D ( last Updated 19-12-2019) - MrGenius1 - 2023-03-14

On the home screen how do you get rid of the background overlay so that the background image shows clear? I've gone into the settings and set all the background overlays to none and there is still something over the image.


RE: Titan M O D ( last Updated 19-12-2019) - AchillesPunks - 2023-03-14

(2023-03-14, 03:54)MrGenius1 Wrote: On the home screen how do you get rid of the background overlay so that the background image shows clear? I've gone into the settings and set all the background overlays to none and there is still something over the image.
I believe what you are talking about is the diffuse image. I'm not sure if there is a setting for that... It's located inside the texture.xbt that would need to be decompiled and compiled again.. You would need to remove it.


RE: Titan M O D ( last Updated 19-12-2019) - Fuchs2468 - 2023-03-14

(2023-03-14, 03:54)MrGenius1 Wrote: On the home screen how do you get rid of the background overlay so that the background image shows clear? I've gone into the settings and set all the background overlays to none and there is still something over the image.
Open "IncludesBackgroundBuilding.xml" with an editor

search for:
xml:
<texture fallback="diffuse/background.png">$VAR[BackgroundOverlayTexture]</texture>
change this line to:
xml:
<texture>$VAR[BackgroundOverlayTexture]</texture>

Image
Image


RE: Titan M O D ( last Updated 19-12-2019) - AchillesPunks - 2023-03-15

(2023-03-14, 20:23)Fuchs2468 Wrote:
(2023-03-14, 03:54)MrGenius1 Wrote: On the home screen how do you get rid of the background overlay so that the background image shows clear? I've gone into the settings and set all the background overlays to none and there is still something over the image.
Open "IncludesBackgroundBuilding.xml" with an editor

search for:
xml:
<texture fallback="diffuse/background.png">$VAR[BackgroundOverlayTexture]</texture>
change this line to:
xml:
<texture>$VAR[BackgroundOverlayTexture]</texture>

Image
Image
I didn't even think about changing the xml. My mind went straight into the texture.xbt. lol


RE: Titan M O D ( last Updated 19-12-2019) - MrGenius1 - 2023-03-15

This worked perfectly! Thank you!


Nexus subtitles issue - mitgarand - 2023-03-15

Switched to 20.1 the other day, and noticed subtitles are white. I had them set to yellow because too many times white subtitles don't show up as well against white backgrounds like clothing, walls or snow. I went to the area to customize subtitles, and found no way to change the color of subtitles. I found an xml file in Kodi and tried to change the color there, but Kodi ignored the change. I was told to switch to Estuary skin, make changes there, then go back to this skin. That works until I shut down Kodi, which sets everything back when I start Kodi the next time. How to I get subtitle color customization back with Titan MOD? In the screen capture below, you can see that the subtitle font color selector is gone. Image


RE: Nexus subtitles issue - Fuchs2468 - 2023-03-17

(2023-03-15, 23:30)mitgarand Wrote: Switched to 20.1 the other day, and noticed subtitles are white. I had them set to yellow because too many times white subtitles don't show up as well against white backgrounds like clothing, walls or snow. I went to the area to customize subtitles, and found no way to change the color of subtitles. I found an xml file in Kodi and tried to change the color there, but Kodi ignored the change. I was told to switch to Estuary skin, make changes there, then go back to this skin. That works until I shut down Kodi, which sets everything back when I start Kodi the next time. How to I get subtitle color customization back with Titan MOD? In the screen capture below, you can see that the subtitle font color selector is gone. 

I'm still working on the Nexus update.
You will be able to set the subtitle colour in Titan Mod when I am done with my update. 

Here is a preview:

ImageImage


RE: Nexus subtitles issue - mitgarand - 2023-03-18

(2023-03-17, 23:54)Fuchs2468 Wrote: I'm still working on the Nexus update.
You will be able to set the subtitle colour in Titan Mod when I am done with my update. 
I did find a workaround for now, but it's a long-winded explanation. Can't wait for your update, as it is my favorite skin.