Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 210
  • 211
  • 212
  • 213(current)
  • 214
Mod Titan M O D ( last Updated 19-12-2019)
(2024-10-16, 11:36)aneurysm- Wrote: Haven't had time to test yet since I'm abroad, but does the line "display media rating revised" relate to my issue I had with the rating with nfo fils ?

Yes, it also has something to do with your problem.

You can now use the function by inserting these 5 lines directly under
<variable name="image_tomatometerallcritics">.

Here are the 5 lines:
xml:
        <value condition="Integer.IsGreater(ListItem.Rating(tomatometerallcritics),7.4) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="Integer.IsGreaterOrEqual(Container(10051).ListItem.Property(rating.rotten),75) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="!String.IsEmpty(ListItem.dbid) + Integer.IsGreater(Container(5055).ListItem.Rating(tomatometerallcritics),7.4) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="Integer.IsGreater(Container(99950).ListItem.Property(RottenTomatoes_Rating),74) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="String.IsEmpty(Container(99950).ListItem.Property(RottenTomatoes_Rating)) + Integer.IsGreater(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Meter),74) + $EXP[IconsColor]">critics_certified_color.png</value>

Simply place the icon you want to use in the "media" folder of the skin.

I tested it with your nfo files, without nfo files and with a video addon (ThemovieDb Helper).
Worked without any problems.
Reply
(2024-10-16, 18:24)Fuchs2468 Wrote:
(2024-10-16, 11:36)aneurysm- Wrote: Haven't had time to test yet since I'm abroad, but does the line "display media rating revised" relate to my issue I had with the rating with nfo fils ?

Yes, it also has something to do with your problem.

You can now use the function by inserting these 5 lines directly under
<variable name="image_tomatometerallcritics">.

Here are the 5 lines:
xml:
        <value condition="Integer.IsGreater(ListItem.Rating(tomatometerallcritics),7.4) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="Integer.IsGreaterOrEqual(Container(10051).ListItem.Property(rating.rotten),75) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="!String.IsEmpty(ListItem.dbid) + Integer.IsGreater(Container(5055).ListItem.Rating(tomatometerallcritics),7.4) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="Integer.IsGreater(Container(99950).ListItem.Property(RottenTomatoes_Rating),74) + $EXP[IconsColor]">critics_certified_color.png</value>
        <value condition="String.IsEmpty(Container(99950).ListItem.Property(RottenTomatoes_Rating)) + Integer.IsGreater(Window(Home).Property(SkinHelper.ListItem.RottenTomatoes.Meter),74) + $EXP[IconsColor]">critics_certified_color.png</value>

Simply place the icon you want to use in the "media" folder of the skin.

I tested it with your nfo files, without nfo files and with a video addon (ThemovieDb Helper).
Worked without any problems.
That's weird, cause I still have the same problem as before. It doesn't work as of 7.5 (or75%) ...but only starting at 80%. I really don't get it.
Reply
(2024-10-18, 21:00)aneurysm- Wrote: That's weird, cause I still have the same problem as before. It doesn't work as of 7.5 (or75%) ...but only starting at 80%. I really don't get it.

That's strange, but it works with your nfo files, see pictures.
I assume you have skin version 21.1.31 installed.

You can try deleting "simplecache.db" and then restarting kodi.

ImageImage

Image

Image
Reply
Yes i have your latest version.
tried deleting the simplecache.

tried a clean install on windows, and only running kodi for first time after putting the extra code in the xml file ... I dont get it Smile
I've played a bit with the keyboard layout ... thinking it's maybe that ... but also nothing.
Reply
(2024-10-18, 23:14)aneurysm- Wrote: Yes i have your latest version.
tried deleting the simplecache.

tried a clean install on windows, and only running kodi for first time after putting the extra code in the xml file ... I dont get it Smile
I've played a bit with the keyboard layout ... thinking it's maybe that ... but also nothing.

For testing, I would recommend a portable installation under Windows.

- install skin
- modify skin
- set up SHS api key for tmdb and for omdb
- then use the three nfo files you sent me
Reply
that's exactly how I do it. without setting up the omdb keys, cause nfo files trump all. it is what it is, not going to waste too much time on it. I'll just have certified fresh movies at starting at 80% Smile
Reply
I'm sure this has been covered but is there an easy answer as to why I'm missing so many views in the select views menu?

Image
Reply
Hello @Fuchs2468!

I have one question regarding details display in add-on. I'm using YouTube add-on (from official Kodi repository) to browse and watch videos from my YouTube account. When I'm browsing content and select a video there is a panel with information about that video (depending on the view I have selected for this add-on). It shows only a year in this information panel. Is it possible to make this panel display full date of the video (like TV Shows does), instead of just year? I've tried looking through skin files, but didn't know an easy way to locate the correct view.

Best regards,
Davor
Reply
(2024-10-25, 13:33)davorf Wrote: Hello @Fuchs2468!

I have one question regarding details display in add-on. I'm using YouTube add-on (from official Kodi repository) to browse and watch videos from my YouTube account. When I'm browsing content and select a video there is a panel with information about that video (depending on the view I have selected for this add-on). It shows only a year in this information panel. Is it possible to make this panel display full date of the video (like TV Shows does), instead of just year? I've tried looking through skin files, but didn't know an easy way to locate the correct view.

Best regards,
Davor

It depends on which view you want to use for youtube.
I just looked at it and I have a quick solution for you.

IncludesVariables.xml

- <variable name="Details">
  replace line 633 with:
xml:
<value condition="[Container.Content(episodes) | String.IsEqual(ListItem.DBTYPE,episode) | String.IsEqual(ListItem.Property(DBTYPE),episode) | String.Contains(ListItem.FolderPath, plugin://plugin.video.youtube)]">$INFO[ListItem.Premiered,, • ]$VAR[ListItemDuration]</value>

- <variable name="ListDetails">
  replace line 764 with:
xml:
<value condition="[Container.Content(episodes) | String.IsEqual(ListItem.DBTYPE,episode) | String.IsEqual(ListItem.Property(DBTYPE),episode) | String.Contains(ListItem.FolderPath, plugin://plugin.video.youtube)]">$INFO[ListItem.Premiered,, • ]$VAR[ListItemDuration,, • ]$INFO[ListItem.Rating]</value>

IncludesViews.xml

- <!--Premiered: TV-Shows, Episodes-->
  replace line 968 with:
xml:
<visible>[Container.Content(TVShows) | Container.Content(episodes) | Container.Content(sets) | String.IsEqual(Container.Folderpath,videodb://movies/sets/) | String.Contains(ListItem.FolderPath, plugin://plugin.video.youtube)] + !String.IsEmpty(ListItem.Premiered)</visible>
Reply
(2024-10-24, 23:56)1deep Wrote: I'm sure this has been covered but is there an easy answer as to why I'm missing so many views in the select views menu?

It depends on the content type (movies, TV shows, seasons, episodes ...) how many views are visible.
Not every view is compatible with all content types.
But thanks for your question anyway, it made me notice an error that I made in the last update.
I did indeed forget a view.
I will fix it in the next few days.
Reply
(2024-10-25, 20:05)Fuchs2468 Wrote:
(2024-10-25, 13:33)davorf Wrote: Hello @Fuchs2468!

I have one question regarding details display in add-on. I'm using YouTube add-on (from official Kodi repository) to browse and watch videos from my YouTube account. When I'm browsing content and select a video there is a panel with information about that video (depending on the view I have selected for this add-on). It shows only a year in this information panel. Is it possible to make this panel display full date of the video (like TV Shows does), instead of just year? I've tried looking through skin files, but didn't know an easy way to locate the correct view.

Best regards,
Davor

It depends on which view you want to use for youtube.
I just looked at it and I have a quick solution for you.

IncludesVariables.xml

- <variable name="Details">
  replace line 633 with:
xml:
<value condition="[Container.Content(episodes) | String.IsEqual(ListItem.DBTYPE,episode) | String.IsEqual(ListItem.Property(DBTYPE),episode) | String.Contains(ListItem.FolderPath, plugin://plugin.video.youtube)]">$INFO[ListItem.Premiered,, • ]$VAR[ListItemDuration]</value>

- <variable name="ListDetails">
  replace line 764 with:
xml:
<value condition="[Container.Content(episodes) | String.IsEqual(ListItem.DBTYPE,episode) | String.IsEqual(ListItem.Property(DBTYPE),episode) | String.Contains(ListItem.FolderPath, plugin://plugin.video.youtube)]">$INFO[ListItem.Premiered,, • ]$VAR[ListItemDuration,, • ]$INFO[ListItem.Rating]</value>

IncludesViews.xml

- <!--Premiered: TV-Shows, Episodes-->
  replace line 968 with:
xml:
<visible>[Container.Content(TVShows) | Container.Content(episodes) | Container.Content(sets) | String.IsEqual(Container.Folderpath,videodb://movies/sets/) | String.Contains(ListItem.FolderPath, plugin://plugin.video.youtube)] + !String.IsEmpty(ListItem.Premiered)</visible>

Hello!

Thank you for help and quick solution.

Best regards,
Reply
(2024-10-25, 20:22)Fuchs2468 Wrote:
(2024-10-24, 23:56)1deep Wrote: I'm sure this has been covered but is there an easy answer as to why I'm missing so many views in the select views menu?

It depends on the content type (movies, TV shows, seasons, episodes ...) how many views are visible.
Not every view is compatible with all content types.
But thanks for your question anyway, it made me notice an error that I made in the last update.
I did indeed forget a view.
I will fix it in the next few days.

Is there any way to just override that? I miss my wide(518) for advanced emulator launcher. Wide never shows up in any menu for me since I think v17 or v18. I've been dragging along an old kodi 17 setup doing migrations never fresh which is why I can still have the view in v21 but I'd like to do a fresh install and keep the view.

Image
Reply
(2024-10-27, 00:05)1deep Wrote: Is there any way to just override that? I miss my wide(518) for advanced emulator launcher. Wide never shows up in any menu for me since I think v17 or v18. I've been dragging along an old kodi 17 setup doing migrations never fresh which is why I can still have the view in v21 but I'd like to do a fresh install and keep the view.

You can change it go to "\addons\skin.titan.mod\extras\views.xml"

Replace line 34 with this line:
xml:
<view id="Wide" value="518" languageid="31659" type="all" />

Restart Kodi and after that Wide(518) will be available for every content.
Reply
(2024-10-27, 19:37)Fuchs2468 Wrote:
(2024-10-27, 00:05)1deep Wrote: Is there any way to just override that? I miss my wide(518) for advanced emulator launcher. Wide never shows up in any menu for me since I think v17 or v18. I've been dragging along an old kodi 17 setup doing migrations never fresh which is why I can still have the view in v21 but I'd like to do a fresh install and keep the view.

You can change it go to "\addons\skin.titan.mod\extras\views.xml"

Replace line 34 with this line:
xml:
<view id="Wide" value="518" languageid="31659" type="all" />

Restart Kodi and after that Wide(518) will be available for every content.
Extras! I'm so disappointed in myself. I opened so many xmls in 1080i smh.
Reply
Another issue I have which I think I traced back to metadatautils is this contentprovider thing. Comes up constantly with this skin. Started with the 21 upgrade and I've even done a fresh install and started installing my normal addons and it came back.

Image
Reply
  • 1
  • 210
  • 211
  • 212
  • 213(current)
  • 214

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