[Request] Use libevent instead of inotify to watch for filesystem changes

The automatic update of the plexmediaserver library when the filesystem changes does not work on FreeBSD.

This is because plexmediaserver uses the inotify feature in Linux.

Can I please request that the plexmediaserver code be changed to instead use libevent? This will then automatically use epoll (Linux) or kqueue (BSD) to detect filesystem changes, whichever is supported by the operating system.

http://libevent.org/