netguy204 / roku_media_server

A client and server combo for serving mp3s and other local media over your local network to your Roku set-top box.
http://netguy204.github.com/roku_media_server
93 stars 25 forks source link

Channel #10

Closed maihde closed 13 years ago

maihde commented 13 years ago

A couple of fixes/enhancements in here:

  1. Fix security hole where absolute paths could be passed to MediaHandler and returned
  2. Use web.py exceptions when MediaHandler has issues
  3. Auto-generate video thumbnails if pyffmpeg is available, follow the freedesktop thumbnail standard so that if other tools have already generated the thumbnail they are used by MyMedia
netguy204 commented 13 years ago

This change looks really good. I need to test it out on my Windows VM but once we're past that I'll merge it into mainline. Thank you!