Artwork Downloader - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
- Martijn - 2011-12-30 Ajedi Wrote:Well i it looks ok but for example. It also takes 'image ratings' into account. Best way to try is using movies because they don't have ratings - Omegatron - 2011-12-30 Martijn Wrote:It also takes 'image ratings' into account. Best way to try is using movies because they don't have ratings you are right i forgot the rating, ill set it lower see what it does thanks again! - RavenNL - 2012-01-01 When you turn on 'run as a service' you can set the interval time. But I'm a bit confused about that, when exactly does it run? a) Does it run at the given time (real time, counting 24 hours) b) Or does it run x hour (provided interval time) after xbmc has started - Martijn - 2012-01-01 RavenNL Wrote:When you turn on 'run as a service' you can set the interval time. But I'm a bit confused about that, when exactly does it run? Real time So when you set it a 23 it will run at: 23:00 or 11:00PM on a daily basis. If the htpc isn't on at that time it won't catch up. It just waits until it's that time again. - RavenNL - 2012-01-01 Martijn Wrote:Real time Cool thanks, love that feature then - RavenNL - 2012-01-02 I have turned on the option to run as a service so it will update itself each day but I have noticed an increased time of restarting my HTPC. When i don't have this option turned on and when I press the restart button on my remote I see that it responds almost instantly and starts rebooting my HTPC. But when I turn this option on it can take up to 1-2minutes before it even starts restarting and sometime it won't restart at all. The xbmc screen just freezes until it restarts or just stays on the screen. Is this something that can be looked at? This is debug log from where i pressed the restart button and xbmc just froze and did nothing, sometimes it will restart but as mentioned above it will take about 1+ minute before even doing so compared to the 3seconds when i have that option turned off. Code: 14:03:16 T:2200 DEBUG: CApplication::OnKey: v (f056) pressed, action is Reboot - Martijn - 2012-01-02 RavenNL Wrote:I have turned on the option to run as a service so it will update itself each day but I have noticed an increased time of restarting my HTPC. Could you try something? in service.py change this PHP Code: time.sleep(60) PHP Code: xbmc.sleep(10000) - RavenNL - 2012-01-02 Martijn Wrote:Could you try something? I changed it but the outcome is still the same it just freezes xbmc or it restarts after 1-2mins. - Martijn - 2012-01-02 RavenNL Wrote:I changed it but the outcome is still the same it just freezes xbmc or it restarts after 1-2mins. Weird cause the first code was that it slept for 60 seconds and the second one is 10 seconds so that could be a possible problem. When i tried it almost instantly shutdown. have you enabled 'download at start-up' cause that will only run after 15 seconds from starting EDit: I do run a custom compiled xbmc version straight from Git so i have all latest fixes that were made. - RavenNL - 2012-01-02 Martijn Wrote:Weird cause the first code was that it slept for 60 seconds and the second one is 10 seconds so that could be a possible problem. No I don't have that option turned on. I did some other testing on a clean another pc and at first it also took about 1 minute before it restarts. Then I changed it and it went down to about 10secs (which is acceptable). But xbmc on my HTPC continues freezing, but when i turn that option off it works instantly without any problems. Edit: 1 time it was able to restart the computer and the time got shorter to about 10secs, but most of the time it just freezes. - Martijn - 2012-01-02 RavenNL Wrote:No I don't have that option turned on. I think this a know bug in xbmc when running multiple add-ons at the same time (even without you knowing it) like TV-show-next-aired and watchlist. My real htpc stays on day in day out using a custom compiled windows version and so far no problems any more. If i can remember correctly they did some fixes after beta1 came out. What platform are you using? - RavenNL - 2012-01-02 Martijn Wrote:I think this a know bug in xbmc when running multiple add-ons at the same time (even without you knowing it) like TV-show-next-aired and watchlist. Well my HTCP is also on 24/7 but occasionally I need to restart it, but now I was working with it so I had to do some more restarts so I noticed this problem. I am running Windows 7 x64, Eden beta 1 along with MQ3. I do have those addons installed btw I could uninstall xbmc and install it again but kinda not in the mood for it since it's only a beta atm. Kinda saving that for a new beta version or maybe even the final version. Music video artwork - Martijn - 2012-01-04 Does any one know a good artwork site for music video artwork (concerts)? We prefer a site with an API and search by title... Already have themoviedb working. - Martijn - 2012-01-04 Anyone want to do some testing: Grab the latest revision .zip file downloads 1.0.4-Beta
- Flanhare - 2012-01-05 Awesome, thanks! Any news on pre-caching all images? I'm experience lag when browsing XBMC because it have to cache images all the time because of all the fanart :-) Or does one know a way to pre-cache all images manually? (I have all fanart centralized and random shown in the skin on home screen.) |