Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 67
  • 68
  • 69
  • 70
  • 71(current)
v19 Cosmic
This is a new feature of Kodi 21 but do you think we can remove or block it?

So that the Skin takes over as before, on Kodi 20.
Reply
(2024-07-28, 10:50)crow7653 Wrote: This is a new feature of Kodi 21 but do you think we can remove or block it?

So that the Skin takes over as before, on Kodi 20.

As @AchillesPunks said, you need to edit the content line for the widgets to remove this feature. If you open the skin folder in something like VS Code, you can search across all files at once. I would search for something like "<content " and then just add browse="never" to all the instances of that which come up in the same way as what AchillesPunks showed above so it's in the content tag. You can leave everything else within that tag as it is.

xml:

<content ... browse="never">

That should fix this for you.
Reply
I've already searched but I haven't found anything similar.

The skin has the Limit thumbnails option but it doesn't work anymore with Kodi 21 (only Kodi 20)

There are so many files that I don't know where to look.

I'm not a developer and don't know anything about code.

It's like looking for a needle in a haystack   Tongue

Here is the Skin folder with its 133 files

Image
Reply
(2024-07-30, 11:36)crow7653 Wrote: I've already searched but I haven't found anything similar.

The skin has the Limit thumbnails option but it doesn't work anymore with Kodi 21 (only Kodi 20)

There are so many files that I don't know where to look.

I'm not a developer and don't know anything about code.

It's like looking for a needle in a haystack   Tongue

Here is the Skin folder with its 133 files

Image
Is it doing it at the end of the TV section? You can add something like this into Cosmic skin

<content target="videos" limit="1" browse="never">$PARAM[content_path]</content>

Image
Titan Bingie Mod
Reply
Ah cool you were able to remove the option.

However, which file did you modify?


(Sorry, I don't speak English, I do what I can with Google translate and the translations are not always correct)
Reply
(2024-07-31, 11:21)crow7653 Wrote: Ah cool you were able to remove the option.

However, which file did you modify?


(Sorry, I don't speak English, I do what I can with Google translate and the translations are not always correct)
Can't remember but I think it was inside IncludeHome.xml.

Search for <content target=
Titan Bingie Mod
Reply
I found this line in the Includes_Home.xml file, is it this one?

Image

1) Should I replace the line with:

<content target="videos" limit="1" browse="never">$PARAM[content_path]</content>

2) Or should I just add your line after it ?
Reply
I have updated the links for you to download the versions of Cosmic in 1.065 for Kodi 20 and Kodi 21


For the Kodi 21 version:

1) I just modified the Addon.xml file so that it can be installed, by setting the value of xbmc.gui to 5.17 instead of 5.15.

2) Then I placed the MyFavourites.xml file in the skin's XML folder, so that we can use Kodi's Favorites.

Cosmic 1.0.65 pour Kodi 20

Cosmic 1.0.65 pour Kodi 21
Reply
  • 1
  • 67
  • 68
  • 69
  • 70
  • 71(current)

Logout Mark Read Team Forum Stats Members Help
Cosmic0