• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 208
Artwork Downloader
#76
Ajedi Wrote:Frist off, i love this addon thanks for creating it. Big Grin

But i have a question. Will you implement a feature that will check your libaries for new movies and tv-shows on every startup of xbmc?
Now whenever i add a movie i have to manually run artwork downloader to get the 4 thumbs (im using the 4 thumbs view in Aeon MQ3).
If this is alreay possible could you tell me how to enable it? I cant find it in the settings.

thanks

running on Win7 pre-eden.

Not planning on it at the time. Still to much other things to do. There are other way you can let it run at startup like autoexec.py however you will need to make this yourself.
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
#77
Just testing out some more things to make it is XBMC-repo ready.
A fairly finished version can be found in the download section on Github.
Only for the foolish and impatient ones that like help us testing Wink

Find any bugs? Read the first post on how to report these.

Message to skinners:
Please let me know if I used the wrong file names for the images.
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
#78
Thanks for this script. I'll be inserting it as a required script into my skin as soon as you release a repo version.

One request if possible. I'd like the script to be able to return the users choice of central artwork directories when requested. Then I'd not have to have a setting asking for the same directory in my skin.
Noli illegitimi carborundum


#79
Mudislander Wrote:One request if possible. I'd like the script to be able to return the users choice of central artwork directories when requested. Then I'd not have to have a setting asking for the same directory in my skin.

Let me guess why you want this feature... Wink
You think about the thread yesterday with the movie-fanart as backdrop?

cheers,
mm
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
#80
mad-max Wrote:Let me guess why you want this feature... Wink
You think about the thread yesterday with the movie-fanart as backdrop?

cheers,
mm

You got it in one! Smile
Noli illegitimi carborundum


#81
mad-max Wrote:Let me guess why you want this feature... Wink
You think about the thread yesterday with the movie-fanart as backdrop?

cheers,
mm

Mudislander Wrote:You got it in one! Smile

Well you're not the only one. BigNoid asked a simulair thing Wink
The central Artwork folder is best only used for a fanart slideshow.
I wanted to create a true centralized artwork option however current skin labels don't allow that kind of feature.
Asked in skin dev thread:
http://forum.xbmc.org/showthread.php?tid=114778

Maybe in a future version. First we want evrything working as planned.
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
#82
Machine-Sanctum Wrote:Not planning on it at the time. Still to much other things to do. There are other way you can let it run at startup like autoexec.py however you will need to make this yourself.

Ah ok well i can understand dw about it. Since im clueless about programming and thought you were talking chinese when you said "autoexe.py" ill just do it manually. (but if you ever have time it would be awsome to have it implemented)

thanks again and keep up the good work!
XBMC: XBMC 12.3 Frodo, Aeon MQ5, Win7 x64
#83
Ajedi Wrote:Ah ok well i can understand dw about it. Since im clueless about programming and thought you were talking chinese when you said "autoexe.py" ill just do it manually. (but if you ever have time it would be awsome to have it implemented)

thanks again and keep up the good work!

Will see if can make a service addon for this tonight. You only need to install a zip file and it will run at startup/login.
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
#84
Machine-Sanctum Wrote:Well you're not the only one. BigNoid asked a simulair thing Wink
The central Artwork folder is best only used for a fanart slideshow.
I wanted to create a true centralized artwork option however current skin labels don't allow that kind of feature.
Asked in skin dev thread:
http://forum.xbmc.org/showthread.php?tid=114778

Maybe in a future version. First we want evrything working as planned.



Fair enough. Although I did want the directory as the source for my $INFOSkin.String(Home_Custom_Back_Movies_Folder) as at present I've just used "special://masterprofile/Thumbnails/Video/Fanart/" which is not the greatest idea.
Noli illegitimi carborundum


#85
Mudislander Wrote:Fair enough. Although I did want the directory as the source for my $INFOSkin.String(Home_Custom_Back_Movies_Folder) as at present I've just used "special://masterprofile/Thumbnails/Video/Fanart/" which is not the greatest idea.

You can create an extra button so the user can select it's own custom folder.
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
#86
Yep, working on it now, was just trying to cut down on places for users to set file paths.
Noli illegitimi carborundum


#87
Machine-Sanctum Wrote:Will see if can make a service addon for this tonight. You only need to install a zip file and it will run at startup/login.

You can take my basis for the service addon...made one for executing watchlist at start/login
see here:
http://code.google.com/p/repository-xbmc...ce-0.1.zip

basically you only need to change addonid in the main.py

mad-max
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
#88
mad-max Wrote:You can take my basis for the service addon...made one for executing watchlist at start/login
see here:
http://code.google.com/p/repository-xbmc...ce-0.1.zip

basically you only need to change addonid in the main.py

mad-max

Thanks. Already found the example on wiki. Will first test it myself tonight.
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
#89
Mudislander Wrote:Yep, working on it now, was just trying to cut down on places for users to set file paths.

If there's a way I will definitely add it (if I know how) Nod
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
#90
Ajedi Wrote:Ah ok well i can understand dw about it. Since im clueless about programming and thought you were talking chinese when you said "autoexe.py" ill just do it manually. (but if you ever have time it would be awsome to have it implemented)

thanks again and keep up the good work!

For the ones interested I have made a service plug-in so when XBMC start this will also automaticly start Artwork Downloader using the normal settings.
The service .zip file can be downloaded 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
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 208

Logout Mark Read Team Forum Stats Members Help
Artwork Downloader18