Kodi Community Forum

Full Version: Titan M O D ( last Updated 19-12-2019)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2021-05-15, 19:47)simtaj Wrote: [ -> ]Do you all have clearart working? I have none since I am on Matrix. Am I doing something wrong?

Hi.
Work for me.
Are you up to date ?
See scraper config (scraper is ?)
See config metadatutil like here :https://forum.kodi.tv/showthread.php?tid=330749&pid=3033462#pid3033462

And look at https://kodi.wiki/view/Settings/Media/Videos#Artwork
(2021-05-17, 08:44)Aphykit2006 Wrote: [ -> ]
(2021-05-15, 19:47)simtaj Wrote: [ -> ]Do you all have clearart working? I have none since I am on Matrix. Am I doing something wrong?

Hi.
Work for me.
Are you up to date ?
See scraper config (scraper is ?)
See config metadatutil like here :https://forum.kodi.tv/showthread.php?tid=330749&pid=3033462#pid3033462

And look at https://kodi.wiki/view/Settings/Media/Videos#Artwork
I see now, that I have problem only with some movies. But for TV shows, I have more problems. What scraper do I need to have or configure for TV shows?
Hi
Tvdb for the olders
Moviedb for the recents
Now i use the newest generic (python). Slower but more efficient.
Tips : if a serie / movie is not recognised, create a empty .nfo before scrape. The you can choose 'manual'
Bye
(2021-05-17, 07:10)ThatSlimGuy Wrote: [ -> ]
(2021-05-14, 15:40)ThatSlimGuy Wrote: [ -> ]Hey guys, has anyone had any issues with the YouTube videos link just bringing up a random list of trailers instead of the trailer for that specific movie?

Can't tell if a issue with API or issue with skin setup ?

@Fuchs2468 any suggestions on this ??

I need more information a screenshot would be good.

Which video info setting do you use?
Does it affect all movies or just one?
(2021-05-19, 01:32)Fuchs2468 Wrote: [ -> ]I need more information a screenshot would be good.

Which video info setting do you use?
Does it affect all movies or just one?

I will try and get a screenshot later on when I'm home. But yes it happens on every single movie. I go to information tab of the movie, then go to YouTube videos, and it will seemingly only show the most popular movie trailers, never the one related to the movie.
(2021-05-18, 08:44)Aphykit2006 Wrote: [ -> ]Hi
Tvdb for the olders
Moviedb for the recents
Now i use the newest generic (python). Slower but more efficient.
Tips : if a serie / movie is not recognised, create a empty .nfo before scrape. The you can choose 'manual'
Bye
Correction
I use :
Music : generic scrapers ( better results)
Movies : Universal movies scraper ( python gives rarely clearlogo)
Series : tmdb

Regards
(2021-05-19, 01:32)Fuchs2468 Wrote: [ -> ]
(2021-05-17, 07:10)ThatSlimGuy Wrote: [ -> ]
(2021-05-14, 15:40)ThatSlimGuy Wrote: [ -> ]Hey guys, has anyone had any issues with the YouTube videos link just bringing up a random list of trailers instead of the trailer for that specific movie?

Can't tell if a issue with API or issue with skin setup ?

@Fuchs2468 any suggestions on this ??

I need more information a screenshot would be good.

Which video info setting do you use?
Does it affect all movies or just one?
@Fuchs2468 if you figure this one out I would like to know as well. I have a few people with the issue but I can't reproduce the error.
(2021-05-19, 05:38)ThatSlimGuy Wrote: [ -> ]
(2021-05-19, 01:32)Fuchs2468 Wrote: [ -> ]I need more information a screenshot would be good.

Which video info setting do you use?
Does it affect all movies or just one?

I will try and get a screenshot later on when I'm home. But yes it happens on every single movie. I go to information tab of the movie, then go to YouTube videos, and it will seemingly only show the most popular movie trailers, never the one related to the movie.

I found the mistake. It is fixed with the next update.
I need some time until the next update, because I still have to test some things.

I suppose you meant this video info view:

Image

Image
(2021-05-20, 02:08)AchillesPunks Wrote: [ -> ]
(2021-05-19, 01:32)Fuchs2468 Wrote: [ -> ] 
@Fuchs2468 if you figure this one out I would like to know as well. I have a few people with the issue but I can't reproduce the error.

@AchillesPunks ,
You wanted to know where the mistake was at Titan-Mod?
The info will not help you. "Binge-mod" uses a different trailer call. (Look: IncludesDialogVideoInfo.xml)

The error at Titan-Mod
Code:
$Info[Window(Home).property(EncodedTitle)]
was defined incorrectly.
(2021-05-20, 22:43)Fuchs2468 Wrote: [ -> ]
(2021-05-20, 02:08)AchillesPunks Wrote: [ -> ]
(2021-05-19, 01:32)Fuchs2468 Wrote: [ -> ] 
@Fuchs2468 if you figure this one out I would like to know as well. I have a few people with the issue but I can't reproduce the error.

@AchillesPunks ,
You wanted to know where the mistake was at Titan-Mod?
The info will not help you. "Binge-mod" uses a different trailer call. (Look: IncludesDialogVideoInfo.xml)

The error at Titan-Mod
Code:
$Info[Window(Home).property(EncodedTitle)]
was defined incorrectly.
I'm going to look for something similar in Bingie mod code.. thank you as well
(2021-05-20, 22:58)AchillesPunks Wrote: [ -> ]
(2021-05-20, 22:43)Fuchs2468 Wrote: [ -> ] 
I'm going to look for something similar in Bingie mod code.. thank you as well

You do not need to search that, that's not in Bingie-Mod.
You do not use "script.embuary.helper", with encode.

I use it to represent umlauts and special characters. (Example: TV show "Locke & Key")
(2021-05-20, 23:25)Fuchs2468 Wrote: [ -> ]
(2021-05-20, 22:58)AchillesPunks Wrote: [ -> ]
(2021-05-20, 22:43)Fuchs2468 Wrote: [ -> ] 
I'm going to look for something similar in Bingie mod code.. thank you as well

You do not need to search that, that's not in Bingie-Mod.
You do not use "script.embuary.helper", with encode.

I use it to represent umlauts and special characters. (Example: TV show "Locke & Key")
Oh okay I see.
(2021-05-20, 22:05)Fuchs2468 Wrote: [ -> ]I found the mistake. It is fixed with the next update.
I need some time until the next update, because I still have to test some things.

I suppose you meant this video info view:

[url=javascript:void(0)]Image[/url]

[url=javascript:void(0)]Image[/url]

Yes that is correct, is the video info and where it comes up. I assume that with the screen you posted is the updated fix?

No rush at all for update, just glad it made sense and you found it Smile

Would there also be any reason that when i add a show or movie to my collection it takes so long for the database to finish updating ? Would that be internet related or skin related ? Usually its quick like 2-3 minutes. Now maybe 5 minutes or more.


Edit: Do you think its related to the Unable to rar error that has become an issue since the new kodi ?
(2021-05-20, 00:10)Aphykit2006 Wrote: [ -> ]
(2021-05-18, 08:44)Aphykit2006 Wrote: [ -> ]Hi
Tvdb for the olders
Moviedb for the recents
Now i use the newest generic (python). Slower but more efficient.
Tips : if a serie / movie is not recognised, create a empty .nfo before scrape. The you can choose 'manual'
Bye
Correction
I use :
Music : generic scrapers ( better results)
Movies : Universal movies scraper ( python gives rarely clearlogo)
Series : tmdb

Regards
All others you have disabled?
(2021-05-24, 19:38)simtaj Wrote: [ -> ]
(2021-05-20, 00:10)Aphykit2006 Wrote: [ -> ]
(2021-05-18, 08:44)Aphykit2006 Wrote: [ -> ]Hi
Tvdb for the olders
Moviedb for the recents
Now i use the newest generic (python). Slower but more efficient.
Tips : if a serie / movie is not recognised, create a empty .nfo before scrape. The you can choose 'manual'
Bye
Correction
I use :
Music : generic scrapers ( better results)
Movies : Universal movies scraper ( python gives rarely clearlogo)
Series : tmdb

Regards
All others you have disabled?

Sorry, i don't understand this question.