ljunkie / rarflix

Plex Roku Channel - original source from https://github.com/plexinc/roku-client-public
MIT License
117 stars 45 forks source link

Minor - screensaver saved image should be reset when channel starts #204

Closed sa2000a closed 10 years ago

sa2000a commented 10 years ago

Surprised to see the screensaver image was still the image saved by RARflix before a crash and restart of the channel. Ought to reset the saved screensaver image to a default when the channel starts.

This was observed with RARflix Dev 3.1.18

ljunkie commented 10 years ago

Not sure how that is possible. A URL link is written to a text file in tmp. So that would be very interesting if something somehow stayed persistent. I'll check to see if a registry entry might be used, but that'd be crazy sauce.

ljunkie commented 10 years ago

screen saver images were not being saved from home screen items. So this commit b819300 done after 3.1.8 renders this fixed (if even possible)