![]() |
|
[Release] Artwork Downloader - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [Release] Artwork Downloader (/showthread.php?tid=114633) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
- Omegatron - 2011-11-19 13:37 Hi, im new with this addon and somehow i got it to check my libary and download all extra fanart and thumbs. But what i cant figure out is how to let the addon check for new movies/series everytime i start up xbmc. Because when i add a new movie it doesnt download the pics for it. In the addon itself i cant figure out how to check the libary manually. Im using aeon mq 3. Thanks for the help - butchabay - 2011-11-19 14:08 I assume once you have added new stuff, just start the script and should update automatically. - PunkyMatt - 2011-11-19 14:16 Ajedi Wrote:Hi, im new with this addon and somehow i got it to check my libary and download all extra fanart and thumbs. But what i cant figure out is how to let the addon check for new movies/series everytime i start up xbmc. Because when i add a new movie it doesnt download the pics for it. In the addon itself i cant figure out how to check the libary manually. butchabay Wrote:I assume once you have added new stuff, just start the script and should update automatically. I think that is the way to do it, but I have a question. When run in that case, will it recheck and redownload all artworks for movies/tv shows already done ? or will it only check & download artworks for new insertion in media database ? - Martijn - 2011-11-19 14:25 PunkyMatt Wrote:I think that is the way to do it, but I have a question. When run in that case, will it recheck and redownload all artworks for movies/tv shows already done ? or will it only check & download artworks for new insertion in media database ? There are two ways: One: Run the add-on from the programs section. This way it will check ALL tvhsows/movies that are in your library. It will check if artwork is present. If it does it will skip, if not it will download the artwork. It will do this relatively fast. You can switch it to background run so you can further enjoy xbmc in the mean time. Two: Run in solo mode from for example videoinfo window for downloading for one movie at a time. MQ3 uses the old Extrafanart Downloader at the time. In the MQ3 this will probably change to this one and I'm not sure on how Marcos will integrate it. Depending on how it it started by the skin it will download automaticly or you will get a dialog like logo-downloader(this is not yet fulle functional). Sidenote: Just some code change statistics between Extrafanart & Artwork Downloader: Quote:Showing 18 changed files with 1,352 code line additions and 440 deletions.and still counting to get it final. - Big_Noid - 2011-11-19 14:42 If you press back on the first select dialog you still get the second and third dialog popup. Would be cleaner if the script was canceled altogether if the user presses back on the first select dialog. This is in gui mode. - Martijn - 2011-11-19 14:48 Big_Noid Wrote:If you press back on the first select dialog you still get the second and third dialog popup. Would be cleaner if the script was canceled altogether if the user presses back on the first select dialog. This is in gui mode. Yeah still got some quirks to work out. It was a hell of a job for me (with the little coding experience) to get it working. I plan to always return to artwork list so you can do multiple art after each other instead of having it to start again again. - Omegatron - 2011-11-19 18:20 Thanks for the reply but its not helping me atm. So i go to the artwork downloader addon. Then what do i have to do to make it scan my libary again? There is no option like "scan" or something like that. So basicly what i would like to know is how to make it scan manually or how to set it up to scan when starting up xbmc. Either way is fine. I just want it to scan for new stuff when i added a new movie. Thanks - Martijn - 2011-11-19 18:34 Ajedi Wrote:Thanks for the reply but its not helping me atm. So i go to the artwork downloader addon. Then what do i have to do to make it scan my libary again? There is no option like "scan" or something like that.Go to the programs section. Check the add-on settings. If not set you will get a dialog an it will open automaticly. Also you will get notified when you set somethings wrong. Then you hit ENTER when the add-on highlighted. This will rescan the whole library. So just run it like any other add-on. Or with the new MQ3 update you can use this (don 't pay attention to the garbled layout): ![]() This will only rescan your Movies (or tv shows when in tvshow library) - PatK - 2011-11-19 20:24 Pre-Eden (compilied Nov 17) T! Win7/64 Downloaded .0.4.1 (.0.4.2 in the chagelog) configured and left XBMC and the Artwork Downloader to run in minimized mode in the background. After 10 minutes something crashed. I'll degbug it.. OK, seems to be working fine now.. couldn't duplicate the issue. ![]()
- Martijn - 2011-11-19 20:37 PatK Wrote:Pre-Eden (compilied Nov 17) T! Win7/64Only gonna change the version on official releases. This way everyone gets an update no matter if they had installed a beta or the previous version. About the error. IMO that's an XBMC bug. I get the same one on my dev pc even when nothing is running. It just hangs after a while. If you could find that wpuld be great though
|