HooliganHarls / plugin.video.plexbmc

PleXBMC for XBMC
GNU General Public License v2.0
19 stars 169 forks source link

Some minor view changes, one showstopped and one post-playback speedup #5

Closed hippojay closed 9 years ago

hippojay commented 13 years ago

Ok, here are some changes you might like (from 06b6c985 onwards, not sure why those extra 3 commits are showing, as these reflect what you already have..)

Fixed a few monitor views, mirror teh library view on XBMC and displays some bigger images Fixed thumbs again, as this stopped working on mine for a season with no views. Move the encode to after the assignment check else it chucks an exception Fixed ' for tv shows plots..

I've also altered the way that I check for resume information, after a file has played, but before the directory listing is updated (by moving to a different section). I'm temporarily storing the value in the settings file, which allows me to remove the container.refresh, which for large movies would trigger a reload after playback.

This is one of the areas where trying to mirror Plex style playback requires some workaround due to plugin limitations.

hippojay commented 9 years ago

tidy up whilst I'm here :)