![]() |
|
[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 |
- RavenNL - 2012-01-02 15:07 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 15:18 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 15:26 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 15:31 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 15:42 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 16: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 16:09 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 04:14 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 23:35 Anyone want to do some testing: Grab the latest revision .zip file downloads 1.0.4-Beta
- Flanhare - 2012-01-05 00:53 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.) |