I'm trying to set a custom transcode quality (such as 720p 8.0Mbps) to try and solve my issue with my ATV2 crashing on a 1080p video.
I'm running PlexConnect on a Synology DS410, and I've discovered I can add a custom option into XMLConverter.py but I presume to get that to work I need to get the XMLConverter.pyc file generated, but I'm a bit stuck on how to do that, as I know nothing about python!
The pyc files are "compiled" versions of the python source files. Python will generate them automatically at startup, when it figures the sources got changed...