• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 31
[RELEASE] Artwork Downloader - Skin support
#31
`Black Wrote:Ok setting is not needed then. Smile

Edit: What do I do if I want to download i.e. extrafanart for both, movies and tv shows?

Edit2: Solo mode should always either download the artwork (if only 1 was found) or ask the user which to download (if more than 1 was found). No customgui mode necessary imo.

I now know why ronie needs so much beer Wink
Gonna get mee some more cases i think.

Well here you go:
script.artwork.downloader-Eden(1.0.1)-RC4.zip

PHP Code:
XBMC.RunScript(script.artwork.downloader,mode=custom,silent=trueextrafanart
Downloads for movies and tvshows. Same rules still apply. You can use multiple artwork. You can even specify 'clearlogo' because the movie section will just skip that.

When new fanart.tv site goes live it is possible that new artwork will become available.

Your edit2 will be worked on maybe tomorrow. I think i have to clean up the code some more because it's becoming a big mess
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
Thanks and no hurry, take your time. Smile
Image
Reply
#33
`Black Wrote:Thanks and no hurry, take your time. Smile

Hope you like what we've done so far Rolleyes
It has come a long way sinds we first started it 3 months ago (and i had to learn python from scratch)
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
#34
Well, the learning paid off Smile Thanks, no rush!
Reply
#35
Machine-Sanctum Wrote:Hope you like what we've done so far Rolleyes
It has come a long way sinds we first started it 3 months ago (and i had to learn python from scratch)

Of course I like it. Smile

There seems to be a problem with extrafanarts for tv shows, script doesn't download any, for movies it's working.

Another thing... I would like to run the custom mode for a single movie in the movie information dialog which is working fine but it should also ask if more than 1 artworks are found (except for extrafanart).

That should be all for now I think. Big Grin
Image
Reply
#36
`Black Wrote:Of course I like it. Smile

There seems to be a problem with extrafanarts for tv shows, script doesn't download any, for movies it's working.
how did you start the script so i can reproduce?

Quote:Another thing... I would like to run the custom mode for a single movie in the movie information dialog which is working fine but it should also ask if more than 1 artworks are found (except for extrafanart).

That should be all for now I think. Big Grin
So like Jeroen asked if you run it for let's say 'clearlogo' it pop-up the dialog when it finds more than one? If only one just download
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
RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,medianame=$INFO[ListItem.TVShowTitle],extrafanart)

This is working for movies with mediatype = movie.

Machine-Sanctum Wrote:So like Jeroen asked if you run it for let's say 'clearlogo' it pop-up the dialog when it finds more than one? If only one just download

Exactly.
Image
Reply
#38
`Black Wrote:RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,medianame=$INFO[ListItem.TVShowTitle],extrafanart)

No it wasn't working Wink
That was only because you had enabled it in add-on settings Blush
Should be fixed now so if you could try.

script.artwork.downloader-Eden(1.0.1)-RC5.zip
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
Works like a charm, thanks.
Image
Reply
#40
`Black Wrote:Works like a charm, thanks.

thank god Cool

Will see about the solomode thingy when i find some time.

Will do some more testing and cleaning before doing PR to repo
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
#41
Repo update:
Version 1.0.1 should be in there with 'mode=custom' goodies.

Without
Quote:So like Jeroen asked if you run it for let's say 'clearlogo' it pop-up the dialog when it finds more than one? If only one just download

I will take some time for this to make it properly coded.
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
I try to add your script to my skin "Glass", all works well for tvshow but not for movies.
I use
Code:
                    <control type="button" id="193">
                        <description>Run Logo Downloader</description>
                        <include>ButtonMediaSubCommonValues</include>
                        <label>Download extrafanarts</label>
                        <onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader,mode=custom, mediatype=movie, medianame=$INFO[ListItem.Title],extrafanart)</onclick>
                        <onclick>SetFocus(50)</onclick>
                        <visible>Container.Content(movies)+system.hasaddon(script.artwork.downloader)+!StringCompare(ListItem.Label,..)</visible>
                    </control>
Where is the problem? the script run , but it don't find extrafanart

Image

Image
Reply
#43
That was a bug and should be fixed now.
Image
Reply
#44
I have the last revision 1.0.1
Reply
#45
fmronan Wrote:I have the last revision 1.0.1

I copy/paste you script run and it's working fine for me.
Got 29 for avatar.

Even with all add-on settings to off (tvshow/movie/limiter)

EDIT:
I'm no skinner so I only test this modifying DialogVideoInfo.xml
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
  • 2
  • 3(current)
  • 4
  • 5
  • 31

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