• 1
  • 202
  • 203
  • 204(current)
  • 205
  • 206
  • 280
Mod Estuary MOD - KODI 17 (DISCONTINUED)
(2016-12-30, 03:45)Guilouz Wrote:
(2016-12-30, 03:37)Gracus Wrote: Last message from marelveldt about movie set clearlogo:

http://forum.kodi.tv/showthread.php?tid=...pid2488762

Seems like his thread is "skin dev only" so I will let you continue with him on this issue

This is my variable for clearlogo :

Code:
<variable name="ClearLogoVar">
        <value condition="!String.IsEmpty(Container(50).ListItem.Art(tvshow.clearlogo))">$INFO[Container(50).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(51).ListItem.Art(tvshow.clearlogo))">$INFO[Container(51).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(52).ListItem.Art(tvshow.clearlogo))">$INFO[Container(52).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(53).ListItem.Art(tvshow.clearlogo))">$INFO[Container(53).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(54).ListItem.Art(tvshow.clearlogo))">$INFO[Container(54).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(55).ListItem.Art(tvshow.clearlogo))">$INFO[Container(55).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(56).ListItem.Art(tvshow.clearlogo))">$INFO[Container(56).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(57).ListItem.Art(tvshow.clearlogo))">$INFO[Container(57).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(58).ListItem.Art(tvshow.clearlogo))">$INFO[Container(58).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(59).ListItem.Art(tvshow.clearlogo))">$INFO[Container(59).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(500).ListItem.Art(tvshow.clearlogo))">$INFO[Container(500).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(501).ListItem.Art(tvshow.clearlogo))">$INFO[Container(501).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(502).ListItem.Art(tvshow.clearlogo))">$INFO[Container(502).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(503).ListItem.Art(tvshow.clearlogo))">$INFO[Container(503).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(504).ListItem.Art(tvshow.clearlogo))">$INFO[Container(504).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(505).ListItem.Art(tvshow.clearlogo))">$INFO[Container(505).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(50).ListItem.Art(clearlogo))">$INFO[Container(50).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(51).ListItem.Art(clearlogo))">$INFO[Container(51).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(52).ListItem.Art(clearlogo))">$INFO[Container(52).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(53).ListItem.Art(clearlogo))">$INFO[Container(53).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(54).ListItem.Art(clearlogo))">$INFO[Container(54).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(55).ListItem.Art(clearlogo))">$INFO[Container(55).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(56).ListItem.Art(clearlogo))">$INFO[Container(56).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(57).ListItem.Art(clearlogo))">$INFO[Container(57).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(58).ListItem.Art(clearlogo))">$INFO[Container(58).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(59).ListItem.Art(clearlogo))">$INFO[Container(59).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(500).ListItem.Art(clearlogo))">$INFO[Container(500).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(501).ListItem.Art(clearlogo))">$INFO[Container(501).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(502).ListItem.Art(clearlogo))">$INFO[Container(502).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(503).ListItem.Art(clearlogo))">$INFO[Container(503).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(504).ListItem.Art(clearlogo))">$INFO[Container(504).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(505).ListItem.Art(clearlogo))">$INFO[Container(505).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo)]</value>
    </variable>

There is $INFO[Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo)].

I know it is there (and I answered him already)

It's just that he seems to want to talk to skin devs only so...
Moanbag is in da place!
Reply
(2016-12-30, 03:51)Gracus Wrote:
(2016-12-30, 03:45)Guilouz Wrote:
(2016-12-30, 03:37)Gracus Wrote: Last message from marelveldt about movie set clearlogo:

http://forum.kodi.tv/showthread.php?tid=...pid2488762

Seems like his thread is "skin dev only" so I will let you continue with him on this issue

This is my variable for clearlogo :

Code:
<variable name="ClearLogoVar">
        <value condition="!String.IsEmpty(Container(50).ListItem.Art(tvshow.clearlogo))">$INFO[Container(50).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(51).ListItem.Art(tvshow.clearlogo))">$INFO[Container(51).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(52).ListItem.Art(tvshow.clearlogo))">$INFO[Container(52).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(53).ListItem.Art(tvshow.clearlogo))">$INFO[Container(53).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(54).ListItem.Art(tvshow.clearlogo))">$INFO[Container(54).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(55).ListItem.Art(tvshow.clearlogo))">$INFO[Container(55).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(56).ListItem.Art(tvshow.clearlogo))">$INFO[Container(56).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(57).ListItem.Art(tvshow.clearlogo))">$INFO[Container(57).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(58).ListItem.Art(tvshow.clearlogo))">$INFO[Container(58).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(59).ListItem.Art(tvshow.clearlogo))">$INFO[Container(59).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(500).ListItem.Art(tvshow.clearlogo))">$INFO[Container(500).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(501).ListItem.Art(tvshow.clearlogo))">$INFO[Container(501).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(502).ListItem.Art(tvshow.clearlogo))">$INFO[Container(502).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(503).ListItem.Art(tvshow.clearlogo))">$INFO[Container(503).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(504).ListItem.Art(tvshow.clearlogo))">$INFO[Container(504).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(505).ListItem.Art(tvshow.clearlogo))">$INFO[Container(505).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(50).ListItem.Art(clearlogo))">$INFO[Container(50).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(51).ListItem.Art(clearlogo))">$INFO[Container(51).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(52).ListItem.Art(clearlogo))">$INFO[Container(52).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(53).ListItem.Art(clearlogo))">$INFO[Container(53).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(54).ListItem.Art(clearlogo))">$INFO[Container(54).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(55).ListItem.Art(clearlogo))">$INFO[Container(55).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(56).ListItem.Art(clearlogo))">$INFO[Container(56).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(57).ListItem.Art(clearlogo))">$INFO[Container(57).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(58).ListItem.Art(clearlogo))">$INFO[Container(58).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(59).ListItem.Art(clearlogo))">$INFO[Container(59).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(500).ListItem.Art(clearlogo))">$INFO[Container(500).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(501).ListItem.Art(clearlogo))">$INFO[Container(501).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(502).ListItem.Art(clearlogo))">$INFO[Container(502).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(503).ListItem.Art(clearlogo))">$INFO[Container(503).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(504).ListItem.Art(clearlogo))">$INFO[Container(504).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(505).ListItem.Art(clearlogo))">$INFO[Container(505).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo)]</value>
    </variable>

There is $INFO[Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo)].

I know it is there (and I answered him already)

It's just that he seems to want to talk to skin devs only so...

But clearlogos for moviesets working for me.
 Estuary MOD V2 
Reply
(2016-12-30, 03:52)Guilouz Wrote:
(2016-12-30, 03:51)Gracus Wrote:
(2016-12-30, 03:45)Guilouz Wrote: This is my variable for clearlogo :

Code:
<variable name="ClearLogoVar">
        <value condition="!String.IsEmpty(Container(50).ListItem.Art(tvshow.clearlogo))">$INFO[Container(50).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(51).ListItem.Art(tvshow.clearlogo))">$INFO[Container(51).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(52).ListItem.Art(tvshow.clearlogo))">$INFO[Container(52).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(53).ListItem.Art(tvshow.clearlogo))">$INFO[Container(53).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(54).ListItem.Art(tvshow.clearlogo))">$INFO[Container(54).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(55).ListItem.Art(tvshow.clearlogo))">$INFO[Container(55).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(56).ListItem.Art(tvshow.clearlogo))">$INFO[Container(56).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(57).ListItem.Art(tvshow.clearlogo))">$INFO[Container(57).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(58).ListItem.Art(tvshow.clearlogo))">$INFO[Container(58).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(59).ListItem.Art(tvshow.clearlogo))">$INFO[Container(59).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(500).ListItem.Art(tvshow.clearlogo))">$INFO[Container(500).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(501).ListItem.Art(tvshow.clearlogo))">$INFO[Container(501).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(502).ListItem.Art(tvshow.clearlogo))">$INFO[Container(502).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(503).ListItem.Art(tvshow.clearlogo))">$INFO[Container(503).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(504).ListItem.Art(tvshow.clearlogo))">$INFO[Container(504).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(505).ListItem.Art(tvshow.clearlogo))">$INFO[Container(505).ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(50).ListItem.Art(clearlogo))">$INFO[Container(50).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(51).ListItem.Art(clearlogo))">$INFO[Container(51).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(52).ListItem.Art(clearlogo))">$INFO[Container(52).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(53).ListItem.Art(clearlogo))">$INFO[Container(53).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(54).ListItem.Art(clearlogo))">$INFO[Container(54).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(55).ListItem.Art(clearlogo))">$INFO[Container(55).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(56).ListItem.Art(clearlogo))">$INFO[Container(56).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(57).ListItem.Art(clearlogo))">$INFO[Container(57).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(58).ListItem.Art(clearlogo))">$INFO[Container(58).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(59).ListItem.Art(clearlogo))">$INFO[Container(59).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(500).ListItem.Art(clearlogo))">$INFO[Container(500).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(501).ListItem.Art(clearlogo))">$INFO[Container(501).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(502).ListItem.Art(clearlogo))">$INFO[Container(502).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(503).ListItem.Art(clearlogo))">$INFO[Container(503).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(504).ListItem.Art(clearlogo))">$INFO[Container(504).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Container(505).ListItem.Art(clearlogo))">$INFO[Container(505).ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearlogo)]</value>
        <value condition="!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo))">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo)]</value>
    </variable>

There is $INFO[Window(Home).Property(SkinHelper.ListItem.Art.Clearlogo)].

I know it is there (and I answered him already)

It's just that he seems to want to talk to skin devs only so...

But clearlogos for moviesets working for me.

So I will try to find what's wrong on my side and report back if I find it

Can you just tell me your movie folder structure
This way I would be able to set my folder the same way and see if it works
Moanbag is in da place!
Reply
(2016-12-30, 04:03)Gracus Wrote:
(2016-12-30, 03:52)Guilouz Wrote:
(2016-12-30, 03:51)Gracus Wrote: I know it is there (and I answered him already)

It's just that he seems to want to talk to skin devs only so...

But clearlogos for moviesets working for me.

So I will try to find what's wrong on my side and report back if I find it

Can you just tell me your movie folder structure
This way I would be able to set my folder the same way and see if it works

All my movies are in the same folder on my NAS.

Use Movie Set Artwork Automator here : http://forum.kodi.tv/showthread.php?tid=153502

I use it to set artworks for my moviesets. It's better because it add artworks in Kodi database.
 Estuary MOD V2 
Reply
(2016-12-30, 04:08)Guilouz Wrote:
(2016-12-30, 04:03)Gracus Wrote:
(2016-12-30, 03:52)Guilouz Wrote: But clearlogos for moviesets working for me.

So I will try to find what's wrong on my side and report back if I find it

Can you just tell me your movie folder structure
This way I would be able to set my folder the same way and see if it works

All my movies are in the same folder on my NAS.

Use Movie Set Artwork Automator here : http://forum.kodi.tv/showthread.php?tid=153502

I use it to set artworks for my moviesets. It's better because it add artworks in Kodi database.

Ok I will try it

If it works, then the solution was "it does not work in skin so I have to use an addon"

Then could be a good idea to talk about this in OP...
Moanbag is in da place!
Reply
(2016-12-30, 04:12)Gracus Wrote:
(2016-12-30, 04:08)Guilouz Wrote:
(2016-12-30, 04:03)Gracus Wrote: So I will try to find what's wrong on my side and report back if I find it

Can you just tell me your movie folder structure
This way I would be able to set my folder the same way and see if it works

All my movies are in the same folder on my NAS.

Use Movie Set Artwork Automator here : http://forum.kodi.tv/showthread.php?tid=153502

I use it to set artworks for my moviesets. It's better because it add artworks in Kodi database.

Ok I will try it

If it works, then the solution was "it does not work in skin so I have to use an addon"

Then could be a good idea to talk about this in OP...

Seems that this addon only deal with poster/fanart so is there a trick to make it work with clearlogo
Moanbag is in da place!
Reply
(2016-12-30, 04:19)Gracus Wrote:
(2016-12-30, 04:12)Gracus Wrote:
(2016-12-30, 04:08)Guilouz Wrote: All my movies are in the same folder on my NAS.

Use Movie Set Artwork Automator here : http://forum.kodi.tv/showthread.php?tid=153502

I use it to set artworks for my moviesets. It's better because it add artworks in Kodi database.

Ok I will try it

If it works, then the solution was "it does not work in skin so I have to use an addon"

Then could be a good idea to talk about this in OP...

Seems that this addon only deal with poster/fanart so is there a trick to make it work with clearlogo

Finally, I will keep it the way it is now as I do not want to use an addon that is not updated since 2 years

Maybe it will work "out of the box" in a future estuaryMOD release"....
Moanbag is in da place!
Reply
Thanks Guilouz!

Do not know what you have change in last git, but movie set clearlogo now works
Moanbag is in da place!
Reply
Hi,

i installed your skin yesterday and what can i say: it´s amazing!

But i have a little problem...
On all of my movies in the database (in every view) i don´t see the ratings...
Furthermore, there are the collection-fanarts missing (in aeon nox they are there)
And moreover, the "time" for all movies is empty (i marked all things in the screenshot):

Image

I sent you the settings too Wink

Image


I would be very pleased with some help Wink
Thanks!
Reply
(2016-12-30, 11:53)junias Wrote: Hi,

i installed your skin yesterday and what can i say: it´s amazing!

But i have a little problem...
On all of my movies in the database (in every view) i don´t see the ratings...
Furthermore, there are the collection-fanarts missing (in aeon nox they are there)
And moreover, the "time" for all movies is empty (i marked all things in the screenshot):

Image

I sent you the settings too Wink

Image

I would be very pleased with some help Wink
Thanks!

Just try and works for me

Movie set:

Image

Movies:

Image

Be sure to use latest nightly for krypton 17 or latest nightly for L*** 18 and to use the correct skin depending on which kodi you use (17 or 18)
Moanbag is in da place!
Reply
i just used the skin from your repo...
Reply
(2016-12-30, 13:44)junias Wrote: i just used the skin from your repo...

But Guilouz's repo has 2 skin release:

Image

So use latest kodi nightly and be sure that you use the correct skin depending if you use Kodi 17 or Kodi 18

If you are sure then try to rescan library (with artwork downloader set to launch on library rescan)
Moanbag is in da place!
Reply
ok, updated to latest git skin, no changes...
Can you tell me which scrapper do you use?? Wink
And maybe settings from scrapper?

Greetings!
Reply
(2016-12-30, 14:33)junias Wrote: ok, updated to latest git skin, no changes...
Can you tell me which scrapper do you use?? Wink
And maybe settings from scrapper?

Greetings!

For movies, I use the "the movie database" scrapper included in kodi

And like I said, go to skin settings and be sure to check "launch artwork downloader on library scan" before trying to rescan

My scrapper settings are not changed except language:

Image

Maybe something weird happening between aeon nox and this skin, so could be good (if possible) to try a fresh install of kodi
Moanbag is in da place!
Reply
mh, ok, i use universal movie scrapper instead...
and yes, will try to do this Wink
Reply
  • 1
  • 202
  • 203
  • 204(current)
  • 205
  • 206
  • 280

Logout Mark Read Team Forum Stats Members Help
Estuary MOD - KODI 17 (DISCONTINUED)36