deano72 Wrote:ok here goes,
apple tv (2.3.1) xbmc babylon beta 1
using apple remote.
http://pastebin.com/f59f1ea0e
the above is my debug log taken. I changed to mediastream to enable debugging (could not find it in serenity) went back to serenity, then into movies titles.
scrolled down, scrolled up. Then went from large info mode to small info mode, scrolled up and down then powered off xbmc.
Cheers,
Dean
Debugging is under settings/system/hardware
Looking at your log, it really does strike me that the problem is in the fanart yet. This tells me that it's loading/unloading a lot of images to memory in a short time:
Code:
#
16:09:42 T:2684407808 M: 53268480 DEBUG: PICTURE: loaded image and created texture. height: 622, width: 420
#
16:09:42 T:2684407808 M: 53006336 DEBUG: Load special://home/userdata/Thumbnails/Video/3/3f114ef6.tbn: 78.8ms
#
16:09:43 T:2684407808 M: 77819904 DEBUG: PICTURE: loaded image and created texture. height: 720, width: 1280
#
16:09:43 T:2684407808 M: 75886592 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/45618b5f.tbn: 274.0ms
#
16:09:43 T:2684407808 M: 69795840 DEBUG: PICTURE: loaded image and created texture. height: 625, width: 419
#
16:09:43 T:2684407808 M: 69537792 DEBUG: Load special://home/userdata/Thumbnails/Video/4/45618b5f.tbn: 80.3ms
#
16:09:44 T:2684407808 M: 69328896 DEBUG: PICTURE: loaded image and created texture. height: 1080, width: 1920
#
16:09:44 T:2684407808 M: 67067904 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/504b3152.tbn: 531.1ms
#
16:09:44 T:2684407808 M: 52854784 DEBUG: PICTURE: loaded image and created texture. height: 622, width: 419
#
16:09:44 T:2684407808 M: 52588544 DEBUG: Load special://home/userdata/Thumbnails/Video/3/3d19112a.tbn: 107.4ms
#
16:09:44 T:2684407808 M: 43438080 DEBUG: PICTURE: loaded image and created texture. height: 720, width: 1280
#
16:09:45 T:2684407808 M: 41504768 DEBUG: Load special://xbmc/skin/Serenity/media/Default/44.jpg: 371.6ms
#
16:09:45 T:2684407808 M: 22654976 DEBUG: PICTURE: loaded image and created texture. height: 900, width: 1600
#
16:09:45 T:2684407808 M: 24350720 DEBUG: Load /mnt/Media/XBMC_Wallpapers Folder/pictures/Iraq_1_by_Coyote_16.jpg: 342.5ms
#
16:09:46 T:2684407808 M: 5500928 DEBUG: PICTURE: loaded image and created texture. height: 900, width: 1600
#
16:09:46 T:2684407808 M: 8646656 DEBUG: Load /mnt/Media/XBMC_Wallpapers Folder/movies/indyatlc1080.jpg: 456.3ms
#
16:09:47 T:2684407808 M: 33333248 DEBUG: PICTURE: loaded image and created texture. height: 1080, width: 1920
#
16:09:47 T:2684407808 M: 31072256 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/656340ac.tbn: 542.3ms
#
16:09:47 T:2684407808 M: 29179904 DEBUG: PICTURE: loaded image and created texture. height: 608, width: 429
#
16:09:47 T:2684407808 M: 28913664 DEBUG: Load special://home/userdata/Thumbnails/Video/6/656340ac.tbn: 81.9ms
#
16:09:47 T:2684407808 M: 58085376 DEBUG: PICTURE: loaded image and created texture. height: 720, width: 1280
#
16:09:47 T:2684407808 M: 56152064 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/1bb69c46.tbn: 280.2ms
#
16:09:47 T:2684407808 M: 54243328 DEBUG: PICTURE: loaded image and created texture. height: 621, width: 421
#
16:09:47 T:2684407808 M: 53981184 DEBUG: Load special://home/userdata/Thumbnails/Video/1/1bb69c46.tbn: 84.5ms
#
16:09:48 T:2684407808 M: 66600960 DEBUG: PICTURE: loaded image and created texture. height: 1080, width: 1920
#
16:09:48 T:2684407808 M: 64339968 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/75815aad.tbn: 532.1ms
#
16:09:48 T:2684407808 M: 62414848 DEBUG: PICTURE: loaded image and created texture. height: 623, width: 419
#
16:09:48 T:2684407808 M: 62148608 DEBUG: Load special://home/userdata/Thumbnails/Video/7/75815aad.tbn: 85.8ms
#
16:09:48 T:2684407808 M: 91836416 DEBUG: PICTURE: loaded image and created texture. height: 720, width: 1280
#
16:09:48 T:2684407808 M: 89899008 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/642f89e2.tbn: 336.6ms
#
16:09:48 T:2684407808 M: 88014848 DEBUG: PICTURE: loaded image and created texture. height: 621, width: 420
#
16:09:48 T:2684407808 M: 87740416 DEBUG: Load special://home/userdata/Thumbnails/Video/6/6fd50da9.tbn: 103.4ms
#
16:09:49 T:2684407808 M: 91770880 DEBUG: PICTURE: loaded image and created texture. height: 720, width: 1280
#
16:09:49 T:2684407808 M: 89837568 DEBUG: Load special://home/userdata/Thumbnails/Video/Fanart/642f89e2.tbn: 231.6ms
#
16:09:49 T:2684407808 M: 88006656 DEBUG: PICTURE: loaded image and created texture. height: 621, width: 420
#
16:09:49 T:2684407808 M: 87740416 DEBUG: Load special://home/userdata/Thumbnails/Video/6/6fd50da9.tbn: 67.2ms
I will look at the fanart stuff again, see if I can't tweak the settings a bit more.
You could also try updating to a newer svn build of XBMC...it's *possible* that it could help. I've got family stuff to do today, so I won't be able to play till later tonight. But I'll post again when I've got something else for you to try, k?