• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 15
[RELEASE] script.extrafanartdownloader
#31
paddycarey Wrote:What does your debug log show? Just added some extra debug statements so if you want to test you can update from git. Just delete the relevant extrafanart folders and try again.

Another faulty ID somewhere. Sorry.
(standing in a corner very ashamed of himself Blush)
So far no problems that aren't my fault Laugh
It only takes some time to run through all of my movies....
Maybe add a maximum number of fanart to download if that a good idea and others want that to ofcourse.
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
#32
Machine-Sanctum Wrote:Another faulty ID somewhere. Sorry.
(standing in a corner very ashamed of himself Blush)
So far no problems that aren't my fault Laugh

Thanks for letting me know, I was trying to figure out what could've gone wrong and just couldn't figure it out lol.

Machine-Sanctum Wrote:It only takes some time to run through all of my movies....
Maybe add a maximum number of fanart to download if that a good idea and others want that to ofcourse.

Not a bad idea, I've added it to the issues list in github so that I don't forget about it.
Reply
#33
The script has now been added to the official repo for eden-pre so anyone who wants can now install and keep up to date that way Big Grin

putneyj has also joined me in developing the script, thanks Smile

Expect many improvements soon (dharma support, solo mode)
Reply
#34
Excellent Cool

Will the Dharma version become a branch of the Eden version on github or stay with putneyj?
Will help you where I can.
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
#35
I've added a dharma download link to the first post, I'd really appreciate it if people using Dharma could help us out with testing so that we can submit it to the official repo.

Dharma: https://github.com/paddycarey/script.ext...all/dharma
Reply
#36
Update:
Well for the time being the Dharma version still needs some work before hitting the official xbmc-repo. The ones who would like to test it check the first post.

The Eden version is allready available from the official xbmc-repo. It can be found under Programs. It features bulk mode which downloads all extrafanart for Movie & TV Show.
The next version features "solo" mode. It means that skins can use it in their menu's/info windows.
It's already integrated in Aeon Nox (Eden), it just needs the new Extrafanart Downloader verison. Download link is in first post. It's located in the 'I' (info) window for Movies/TV Shows.

Skinners:
The code for how to integrate is located in the readme file.
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
#37
paddycarey Wrote:I've added a dharma download link to the first post, I'd really appreciate it if people using Dharma could help us out with testing so that we can submit it to the official repo.

Tested on Dharma 10.1 / xbmc-live. All shares are mounted with read and write permissions.

From xbmc.log (lines containing "DB XML data" edited to not list every movie/tv show in the library):

Code:
12:31:14 T:2725722992 M:1283665920  NOTICE: -->Python Interpreter Initialized<--
12:31:15 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: script version 0.3.7 started
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: Populating Medialist
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: ### DB XML data: <record><field>Mad Men</field><field>80337</field><field>smb://FILESERVER/data/TV Series/Mad Men/</field></record>
12:31:16 T:2725722992 M:1283665920   ERROR: script.extrafanartdownloader: Could not create directory, skipping: smb://FILESERVER/data/TV Series/Mad Men/extrafanart
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: Populating Medialist
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: ### DB XML data: <record><field>9</field><field>tt0443424</field><field>smb://FILESERVER/data/Movies/9.2009/</field></record>
12:31:16 T:2725722992 M:1283768320   ERROR: script.extrafanartdownloader: Could not create directory, skipping: smb://FILESERVER/data/Movies/9.2009/extrafanart
12:31:16 T:2725722992 M:1283768320  NOTICE: script.extrafanartdownloader: Deleted temp directory: /home/xbmc/.xbmc/userdata/addon_data/script.extrafanartdownloader/temp
12:31:16 T:2725722992 M:1283768320  NOTICE: script.extrafanartdownloader: Finished: 0 extrafanart downloaded
Reply
#38
boomslang Wrote:Tested on Dharma 10.1 / xbmc-live. All shares are mounted with read and write permissions.

From xbmc.log (lines containing "DB XML data" edited to not list every movie/tv show in the library):

Yeah sorry about that. We are trying to fix that however SMB:// support in Dharma 10.1 is horrible. The guys who coded it tried te support it but so far not yet succeeded. The code cannot create the "extrafanart" folder becauses it's on a smb://
All other sharing and local drives should work fine. Only smb:// has this problem.
If you create the folders manually (yeah i know it's a lot of work) and after you run the script it does work.
in pre-Eden we don't have this problem.
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
#39
boomslang Wrote:
Code:
12:31:14 T:2725722992 M:1283665920  NOTICE: -->Python Interpreter Initialized<--
12:31:15 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: script version 0.3.7 started
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: Populating Medialist
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: ### DB XML data: <record><field>Mad Men</field><field>80337</field><field>smb://FILESERVER/data/TV Series/Mad Men/</field></record>
12:31:16 T:2725722992 M:1283665920   ERROR: script.extrafanartdownloader: Could not create directory, skipping: smb://FILESERVER/data/TV Series/Mad Men/extrafanart
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: Populating Medialist
12:31:16 T:2725722992 M:1283665920  NOTICE: script.extrafanartdownloader: ### DB XML data: <record><field>9</field><field>tt0443424</field><field>smb://FILESERVER/data/Movies/9.2009/</field></record>
12:31:16 T:2725722992 M:1283768320   ERROR: script.extrafanartdownloader: Could not create directory, skipping: smb://FILESERVER/data/Movies/9.2009/extrafanart
12:31:16 T:2725722992 M:1283768320  NOTICE: script.extrafanartdownloader: Deleted temp directory: /home/xbmc/.xbmc/userdata/addon_data/script.extrafanartdownloader/temp
12:31:16 T:2725722992 M:1283768320  NOTICE: script.extrafanartdownloader: Finished: 0 extrafanart downloaded

Yeah, this is a known limitation of the dharma version of the script at the moment, it's quite simple to work around though if you want. You just need to create the extrafanart dir manually and then the script should run fine.

I realise you may have lots of tv shows and movies so it'd probably be quicker to run a small (external) script to create the directories for you.

I don't really know windows, but if your server runs linux you could do this in a terminal:

Code:
cd "PATHTOTVSOURCE"; ls -1 | while read x; do mkdir "$x/extrafanart"; done

I'm sure you could run something similiar on windows.
Reply
#40
putneyj has just added centralised fanart directory support. With this setting turned on the script will now copy all your extrafanart to specified directories for each media type (film, tv, music etc.) which can then be used as multi image backdrops in skins which support it Smile

We would really appreciate anyone who'd like to help us translate our dialogs. If you'd like to help out you can send me a pull request on github or just post the modified strings.xml file somewhere i can get it, i don't mind where.
Reply
#41
Version update:
New stable build version 0.3.7 (pre-eden) should be available now from the official XBMC-repo.

Message to skinners:
This could be used for for integration to download extrafanart per title. For more info there are some examples included.

Aeon Nox (pre-eden) has already built-in support. Thanks Big Noid Big Grin
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
#42
Hi all, I was very excited when finding out about this new add-on. I re-organised my whole collection to accommodate it. Unfortunately it doesnt fully complete on either movies or TV. I get the error

Extrafanart Downloader
Add-on aborted
Network error detected

Here is the log for me trying to do my TV shows

LOG

I can provide one for movies too if needed. I hope it can be solved. Great plugin by the way!! Nod
Reply
#43
Rastan Wrote:Hi all, I was very excited when finding out about this new add-on. I re-organised my whole collection to accommodate it. Unfortunately it doesnt fully complete on either movies or TV. I get the error

Extrafanart Downloader
Add-on aborted
Network error detected

Here is the log for me trying to do my TV shows

LOG

I can provide one for movies too if needed. I hope it can be solved. Great plugin by the way!! Nod

I see you are using the version from github (version 0.3.8). We're stil working on that so there could be errors. Maybe try the latest from github (current version 0.3.9) and let us know if there are still errors.

There should be a working version in the official xbmc-repo (version 0.3.7).
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
#44
Machine-Sanctum Wrote:I see you are using the version from github (version 0.3.8). We're stil working on that so there could be errors. Maybe try the latest from github (current version 0.3.9) and let us know if there are still errors.

There should be a working version in the official xbmc-repo (version 0.3.7).

Thanks for the reply. I'll let you know how I get on ...fingers crossed Laugh
Reply
#45
The version on the official repo is working great so far. Its gone past the point in TV shows where it was stuck before. Its going to take a while to complete I have around 300 TV shows and 5000 Movies.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 15

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