![]() |
|
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Skin Development (/forumdisplay.php?fid=12) +--- Thread: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') (/showthread.php?tid=113702) |
- Hitcher - 2011-12-22 22:31 Check your 'packages' folder as it might be in there as well. - Rastan - 2011-12-22 22:38 Hitcher Wrote:Check your 'packages' folder as it might be in there as well. Where would I find the 'packages' folder? - Martijn - 2011-12-22 22:56 Rastan Wrote:Where would I find the 'packages' folder? The add-ons folder where all other script are stored. You can clean out that folder but next time a skin updates it will be installed again. Isn't there a way of purging the memory after the watchlist has been run to keep only the necassary media list? Transfer the wanted to a new list.variable and clear the old one used by the query - Rastan - 2011-12-22 23:05 Martijn Wrote:The add-ons folder where all other script are stored. ok, thanks for the tip. I may aswell wait and see if there is a more permanent solution, preferably a fix to the script. At least I know what was causing the memory problems
- _Mikie_ - 2011-12-22 23:24 Using the Aeon Nox theme how do I get a view like the screen shot in this post. If I enable show recently added videos under skin settings I get a little widget showing 1 latest added. Is there any way to get a list? Maybe a help file I can read? Thanks - ronie - 2011-12-22 23:54 Martijn Wrote:Isn't there a way of purging the memory after the watchlist has been run to keep only the necassary media list? i only see a slight increase in mem consumption (~5MB) after each run of the script. i have no idea if it'll be more when you have a very large library, but if it is, and you play a number of short clips (i count ~20 of them in the debug log), it could easily add up to 1GB of extra memory usage... the extra memory is not freed up after i quit the script though... - Martijn - 2011-12-23 00:01 ronie Wrote:i only see a slight increase in mem consumption (~5MB) after each run of the script. Hmm i thought the memory was cleared when the script was terminated. Seems logical to me though. - Hitcher - 2011-12-23 01:10 _Mikie_ Wrote:Using the Aeon Nox theme how do I get a view like the screen shot in this post. If I enable show recently added videos under skin settings I get a little widget showing 1 latest added. Is there any way to get a list? Maybe a help file I can read? When and if the skinner adds it. - Hitcher - 2011-12-23 01:13 ronie Wrote:i only see a slight increase in mem consumption (~5MB) after each run of the script. That might explain why I get problems when I watch lots of trailers. - ronie - 2011-12-23 02:10 i have created a ticket for this issue: http://trac.xbmc.org/ticket/12318 |