• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 31
[RELEASE] Artwork Downloader - Skin support
Just something i don't know how it should work, assumed you have one folder for all movies and example movie cd1, movie cd2 ?
I am sure thinking this wouldn't work with moviename.png
Reply
butchabay Wrote:Just something i don't know how it should work, assumed you have one folder for all movies and example movie cd1, movie cd2 ?
I am sure thinking this wouldn't work with moviename.png

he means
Quote:{ListItem.Title}.png
i think.
and because movies with cd1/cd2 are stacked the are treated as one.
I only see problems with forbidden characters in the movie title that you can't use in filenames.
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
Martijn Wrote:he means i think.
and because movies with cd1/cd2 are stacked the are treated as one.
I only see problems with forbidden characters in the movie title that you can't use in filenames.

Maybe, but having folder for each movie should be standard same as tvshows, since we have this great addon now for easly let create extrathumbs and extrafanarts Smile i had all my movies in one folder before, took me some hours to create folders for each movie, at least i'm really happy i've done it!
Reply
butchabay Wrote:Maybe, but having folder for each movie should be standard same as tvshows, since we have this great addon now for easly let create extrathumbs and extrafanarts Smile i had all my movies in one folder before, took me some hours to create folders for each movie, at least i'm really happy i've done it!
There are automated programs for doing that you know.
Took me five minutes the first time doing ~500 Big Grin

Well it will be an endless discussion but i agree. It is up to users themselves but they should be advised to do split them into sub folders when possible.
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
Yeah, the problem was i had a few not correct movie names, german, italian etc. And now i have all my folders with the right names and let scraping them without problems.Smile
Reply
This fix has been update to repo:
Movie fix:
In case you had multiple versions of the same movie with the exact same title it would download the artwork to the first movie it encountered from the database query.
For example when you have the bluray and DVD version of 'Avatar'.
This is meant for movies so no need to apply this on tvshow because there's little chance they'll have the same name (it can be done though but have not tested this)

How-to use for movies:
Add extra argument to runscript
PHP Code:
mediapath=$INFO[ListItem.Path
Full example code:
PHP Code:
<onclick>XBMC.RunScript(script.artwork.downloader,mode=custom,mediatype=movie,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path],extrathumbs)</onclick
When no
PHP Code:
mediapath=$INFO[ListItem.Path
is provided script will still function normally. Can be applied to custom & gui mode when downloading for a single movie.

Note:
Skins can already be adapted to new version without causing any problem because the 'old' version will just ignore that extra argument.


Fixes in 1.0.3
- Fixed: Error below limit check
- Fixed: Custom download for specific movie artwork only
- Fixed: Downloads artwork for selected movie when multiple exist with same name
Needs extra argument from skin.
- Fixed: Did not run service when set to 00->09
- Added: Try conversion of non standard IMDB Id
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
Still waiting on some things and working on a way to use season posters/banners but here already some new things to come..

New:
  • Musicvideo artwork (will scan the videos and search TMDB) [will require: mediatype=musicvideo ]
  • GUI window now shows language and rating (and eventually season number)
  • Movies without IMDB ID are run through TMDB so find a match.
  • Due to changes in upcoming API from TMDB we had to change extrafanart filenaming
  • Fixed a mayor bug that no ones has noticed so far Big Grin
  • Cache search results for 24hours so if you run multiple times a day this will go about 12x faster (depends on when commoncache module is released to repo)


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
Martijn Wrote:Still waiting on some things and working on a way to use season posters/banners but here already some new things to come..

New:
  • Musicvideo artwork (will scan the videos and search TMDB) [will require: mediatype=musicvideo ]
  • GUI window now shows language and rating (and eventually season number)
  • Movies without IMDB ID are run through TMDB so find a match.
  • Due to changes in upcoming API from TMDB we had to change extrafanart filenaming
  • Fixed a mayor bug that no ones has noticed so far Big Grin
  • Cache search results for 24hours so if you run multiple times a day this will go about 12x faster (depends on when commoncache module is released to repo)


Image
  • Movie Logos WinkWinkWinkWink

Great work as usual
Reply
butchabay Wrote:
  • Movie Logos WinkWinkWinkWink

Great work as usual

Yeah that would be awesome however i can still not use the API for searching Sad
As soon as that comes available an update will be pushed.
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
Martijn Wrote:Still waiting on some things and working on a way to use season posters/banners but here already some new things to come...
Nice Smile Especially like the language and rating!
Reply
Will be uploading a new .zip install to fix some things and update the runscrip.txt


Edit:

Here it is
downloads
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
So what you think?
usefull or not?
Maybe also as a yes/no button at finish (except when notification was used)?

Image
Image
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
Looks good, will test later.
Reply
Updated the downloads for testing:

When finished you get the options 'report/close'.
Only when run from program section. Not when one of the other modes (gui/custom) is used because that has only a notification dialog.

downloads

Note:
The report may still be not that accurate. Will be doing some more checks
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's already a .rar with some logos and cdarts for testing (and showing of)

fanart.rar
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
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 31

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Artwork Downloader - Skin support3