Feature Request: Play speed setting

Hi,

Plex recently added play speed control but for PlexPass user only. The current hack doesn't seem to enable it. I tried to clone this repo and mess with it but I don't know much about C++ and hacking. I tried adding

    std::ofstream file("folderPath\output.txt");
    file << str;

to the hook.cpp to read the str content to see if I can modify it like you did. It built fine and generated the dll but Plex media player crashes right after opening.

Can you please look into enabling the play speed control feature if you have time, or if you can give me pointers on how to debug this?

Thank you.