• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 15
[RELEASE] script.extrafanartdownloader
ferrytale Wrote:I use the extra fanart downloader and it works fine for me but it only downloads the extrafanart for my tv series and not for my movies.

In the settings screen everything is enabled to download extrafanart for my movies and the folder structure is the same as for my tv series.

Thanks for your help.

Could you post a Debug Log when running the script?
Use pastebin.com and poste the link here.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
lefty420 Wrote:Full log here

http://pastebin.com/PUsrau8h

I've had to chop out a load of repeating lines. Looks like it cant write to the popcorn hour. The account has permission to tho.

cheers for taking the time to look

The write protected part is not the biggest problem so far.
All your movies seem to be in one folder
Code:
smb://PCH-A110/share/Movies/
and as you can read from the first post
Quote:In order for this script to work, each TV and movie in your library must be in their own folder.
All the skins also use this guideline. So that's the biggest problem. The protected share problem is probably because your username/password isn't part of your smb:// path location. So this means that it's a setup problem in xbmc.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
here is my xbmc log file:

http://pastebin.com/iPprkvrE

Hope you see the problem.

Thanks

Machine-Sanctum Wrote:Could you post a Debug Log when running the script?
Use pastebin.com and poste the link here.
Reply
ferrytale Wrote:here is my xbmc log file:

http://pastebin.com/iPprkvrE

Hope you see the problem.

Thanks

Yep, found it.
Code:
17:20:09 T:5284  NOTICE: script.extrafanartdownloader: Processing media: Kung Fu Panda 2
17:20:09 T:5284   DEBUG: script.extrafanartdownloader: ID:
17:20:09 T:5284   DEBUG: script.extrafanartdownloader: Path: D:\\Films Xvid\\Kung Fu Panda 2 (2011)
17:20:09 T:5284  NOTICE: script.extrafanartdownloader: Kung Fu Panda 2: No ID found, skipping
17:20:09 T:5284   DEBUG: script.extrafanartdownloader: Finished processing media: Kung Fu Panda 2

The script uses the IMDB ID to look-up fanart on the themoviedb.org and none of your movies seems to have that ID. Normally this is provided by external scrapers or the scrapers in xbmc.
So no ID, no fanart. Maybe we can see if there's a way if the ID is missing to fall back on the movie title for searching.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Machine-Sanctum Wrote:I think i see the problem. You do have read permission on your popcorn?

You probably added you your smb:// share in xbmc without the username and password provided. If this is the case the script cannot get write permission because the smb:// path doesn't contain the "username: password''

I had the same problem myself.
Will into this more closely when i get home to confirm

Gotcha. I'll re-add the share using the correct syntax. Might have to wait for the morning.

All my movies however, are in subfolders under /share/Movies/ and although TV shows aren't in this instance of the log they are also all sorted by sickbeard into /show/season format

http://yfrog.com/h7kcqyhj (dir structure image)

yet again, thanks for your effort
Reply
lefty420 Wrote:Gotcha. I'll re-add the share usig the correct syntax. Might have to wait for the morning.

All my movies however, are in subfolders under /share/Movies/

yet again, thanks for your effort

This the main problem with Dharma. The smb:// support is not really great so it might not even work at all.
If it works on your Eden version and you use the same source of media you don't have to use the Dharma10.1.
Like paddycarey said. We don't use Dharma10.1 ourselves so it's a bit hard to thoroughly test this.

The script tries to create:
Code:
smb://PCH-A110/share/Movies/extrafanart
for this movie: Aspirin and Vultures
and not for example
Code:
smb://PCH-A110/share/Movies/Aspirin and Vultures/extrafanart

EDIT:
Say the fields of the other movies and they are indeed in separate folders. So maybe there's one that is not located correctly. Not that should be a problem though. It's really the protection that is bugging here.
Maybe first try if you could disable the write protection of the popcorn hour and see if it works before re-adding your sources. Just to exclude some possibilities.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Intersting. as I don't have that movie. I did have one movie outside of the folder structure so maybe that's what's killing it. Unfortunately the Mrs is watching oliver! so no chance of getting near the box.

Seeing as the pre-eden scrape I did earlier has populated the extrafanart folders there's no real need for me to have the script on the dharma box. I just wanted to write a blog post about yours and paddy's work.

I'll let you know how I get on in the morning
Reply
Okay but what can I do now at this moment to solve this problem?


Machine-Sanctum Wrote:Yep, found it.
Code:
17:20:09 T:5284  NOTICE: script.extrafanartdownloader: Processing media: Kung Fu Panda 2
17:20:09 T:5284   DEBUG: script.extrafanartdownloader: ID:
17:20:09 T:5284   DEBUG: script.extrafanartdownloader: Path: D:\\Films Xvid\\Kung Fu Panda 2 (2011)
17:20:09 T:5284  NOTICE: script.extrafanartdownloader: Kung Fu Panda 2: No ID found, skipping
17:20:09 T:5284   DEBUG: script.extrafanartdownloader: Finished processing media: Kung Fu Panda 2

The script uses the IMDB ID to look-up fanart on the themoviedb.org and none of your movies seems to have that ID. Normally this is provided by external scrapers or the scrapers in xbmc.
So no ID, no fanart. Maybe we can see if there's a way if the ID is missing to fall back on the movie title for searching.
Reply
Star 
Kinda of nice if there was no fanart available, not to make an extrafanart folder, they keep showing up in various views.
Reply
lefty420 Wrote:Intersting. as I don't have that movie. I did have one movie outside of the folder structure so maybe that's what's killing it.
Here's the movie it finds in case you are wondering
http://www.imdb.com/title/tt0373760/

No think it's really the protection. It would just have created an 'extrafanart' folder in .../movies/ and after skipped to the next movie which should be '9' (great animation movie by the way)

Quote:Unfortunately the Mrs is watching oliver! so no chance of getting near the box.

Seeing as the pre-eden scrape I did earlier has populated the extrafanart folders there's no real need for me to have the script on the dharma box. I just wanted to write a blog post about yours and paddy's work.

I'll let you know how I get on in the morning

Well Paddycarey and don't forget Putneyj did most of the work. I've only done some background stuff and documentation and together with Giftie worked out the smb:// part.

Dharma is a little bit of a side project because Eden is released soon. Especially the samba shares is a big problem and to be honest we don't want to spend to much time on that. Eden is our primary target.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Okay I Think I found the problem what caused to not make extrafanart for me.

I use the moviemeter scraper to scrape my movies.
Now I have changed it to moviedb.org and now the extrafanart is created with the script.

But is it possible in the future to get the extrafanart with the moviemeter scraper also?
Reply
PatK Wrote:Kinda of nice if there was no fanart available, not to make an extrafanart folder, they keep showing up in various views.

Fair point. Will look into that.

ferrytale Wrote:Okay I Think I found the problem what caused to not make extrafanart for me.

I use the moviemeter scraper to scrape my movies.
Now I have changed it to moviedb.org and now the extrafanart is created with the script.

But is it possible in the future to get the extrafanart with the moviemeter scraper also?

I thought the moviemeter also returned IMDB ID's because it is mentioned in their scraper code. Maybe ask in the moviemeter thread to be sure.
http://forum.xbmc.org/showthread.php?tid=28297
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
PatK Wrote:Kinda of nice if there was no fanart available, not to make an extrafanart folder, they keep showing up in various views.

The script should already do this in the latest version, it should only create an extrafanart directory when downloading a file. If you've used a previous script version then these were created regardless of whether or not fanart was available.
Reply
Big Grin 
Just a heads up for everyone.

If all goes well next version will include Movie Extrathumbs.
I now a lot of people are waiting for this.

I'll let you know when it's ready.

Example of extrathumbs (the 4 small images next to the info)
Image
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Looking forward to that guys. Great job!

oh I never ended up getting it going on 10.1. We've got two eden boxes which are taking care of business

thanks for the help all the same
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 15

Logout Mark Read Team Forum Stats Members Help
[RELEASE] script.extrafanartdownloader2