Changed quotes and variable names to match python styling conventions. Quotes are not exactly needed to be single quotes but both single and double were being used so I just changed everything to one. (flake8 was complaining so much)
API key is now added in headers instead of the URL
Added subdirectories support to movie scanner also.
Misc:
Plex uses python<=2.6 (far less features than it should have)
Misc: