- March 17, 2008
- 1,353
- 306
- Home Country
- Netherlands
Hey all,
I really like my fanart especially in skins like streamedMP and x-factor. However as some of you might know having too many images in the fanart folders (/skins/animations, or whatever other absolute path you use) will have MP run out of memory, as discussed here.
I for one would really like a fix for this, as I think a lot of other users will be interested in that. So I have a request to make;
Is it possible to create a process plugin that will load the images? Like movingpictures is loading on demand fanart? If it is then it would be a possible fix for the fanart issue! Cause that process plugin can then discard images in memory that are currently not displayed.
Besides that, handling it this way would make imageloading less laggy within MP (if done correctly). You can for example load an image into memory and only display it when it's fully loaded. Currently, in streamedMP, it will load the image when required (the multiimage delay has passed, or you selected a different menu-item with a different multiimage path) which makes MP a bit laggy for me when that happens.
Another way to go would be writing a patch to have the already implemented multiimage behave a little better in these scenario's.
I hope any of you with some C# skills finds this interesting enough to help me, and the community, with this little problem. Would make streamedMP soooo much more when I for example can display all MP TV series fanart!
in advance for anyone willing to pick this up!
I really like my fanart especially in skins like streamedMP and x-factor. However as some of you might know having too many images in the fanart folders (/skins/animations, or whatever other absolute path you use) will have MP run out of memory, as discussed here.
I for one would really like a fix for this, as I think a lot of other users will be interested in that. So I have a request to make;
Is it possible to create a process plugin that will load the images? Like movingpictures is loading on demand fanart? If it is then it would be a possible fix for the fanart issue! Cause that process plugin can then discard images in memory that are currently not displayed.
Besides that, handling it this way would make imageloading less laggy within MP (if done correctly). You can for example load an image into memory and only display it when it's fully loaded. Currently, in streamedMP, it will load the image when required (the multiimage delay has passed, or you selected a different menu-item with a different multiimage path) which makes MP a bit laggy for me when that happens.
Another way to go would be writing a patch to have the already implemented multiimage behave a little better in these scenario's.
I hope any of you with some C# skills finds this interesting enough to help me, and the community, with this little problem. Would make streamedMP soooo much more when I for example can display all MP TV series fanart!
in advance for anyone willing to pick this up!