cosmicsoup: you call it tinkering, I call it 90+ hours of my own time learning how to use github, learning python, reverse engineering other plex clients and putting together code on my own time. That's a lot of my energy devoted to understanding and implementing a very sought after feature that nobody else has managed to pull off, so please don't dismiss my attempt to add support for myPlex as not serious. If you want a 100% stable release, feel free to add your notes, unit tests and code as a pull request to my repo or do it better and submit it as a pull request to iBaa's repo. Have you even tried my version of PlexConnect to see if it does what you need, or does the minute and a half it takes to backup your PlexConnect folder, grab my repo and test it seem like too much work?
That said, don't get me wrong, I know that it's a major hack on top of iBaa's code, but it's relatively stable and would possibly help you weather the non-myPlex storm until there's an official release. Yes, there may be/are bugs, but it's the only version I'm using here at home on a couple of ATVs and I'm happy with it.
I can tell you now that It is missing search and the ability to specify sub/language on remote content and the myPlex queue.
Sure, my response might seem snarky, but I took this on for two reasons: this thread is one of the most viewed threads on this forum AND I was missing myPlex, I decided to sit down and write it - at first as a proof of concept (which was a complete hack) and then evolving into a 2nd generation hack (which is more stable, but a bit of a departure from plexconnect codebase, and thus, a hack) - I knew nothing about python before this. In fact, I took this on because I was naïve enough to think that the original pull request from fspijkerman #67 was complete, but it wasn't. So, it fell on me to take it from there. (that pull request actually only implemented the code to connect to my.plexapp.com and get the authtoken, it was missing everything after that, including getting a server list, storing per-server tokens and providing the tokens in remote requests to get shared content) - basically it was incomplete login code without an ATV front end. (And still, my pull request shares credit with him, because I'm nice like that when I'm not being snarky)
The current version of my code is a departure from the PlexConnect codebase, both in a semantic way and in a code way - I've done something completely different in that I made a "state engine" that works in parallel with the existing code in order to make the whole server detection a per-atv thing. After I developed the proof of concept, I found that there's a divide in the code between per-atv settings and global per-plexconnect settings. myPlex wants to be somewhere in the middle of that, because requests are made to servers in a per-atv context when the rest of the plexconnect code treats a server in a global-context. In my mind, I always wanted PlexConnect to be more like other apps in that all settings were per-atv, (It's not as if you can edit a .conf file on an iPhone, etc) so, when I revised the myPlex code, I laid down framework to make plexconnect a little more atv-aware and a little more plex-aware. Ever since I've submitted that code, however, iBaa has stopped sharing his notes, which means that either the semantic change scared him off or he's being too nice to tell me what he really thinks of my approach. Either way, it mangles the original code base quite a bit and does a lot to plexconnect, invalidating some pretty important long-standing functions and functionality in exchange for methods I think make more sense from my point of view (not that it's necessarily right, but it's my opinion), but if I'm being honest, at some point I realized that there's no way someone's going to pull in 1000 lines of code and take on support to that scale without vetting it, or just writing it themselves, and I wouldn't really blame iBaa and the other developers for taking a cursory look at what I did and deciding that it doesn't fit into their plan.
This is why my continued support has kind of fallen off. Really, my initial intention was to code this enough that someone more skilled in python would see my general idea and take it from there, but that hasn't happened. When that didn't happen, I tried to up my game and come up with a framework that brings PlexConnect semantically closer to an atv app, but either approach is clunky because it doesn't match the original intent of PlexConnect. I'm probably wrong (limited python experience and all), but I've kind of worked myself to the conclusion that there's no clear way to implement myPlex into the existing codebase of PlexConnect (or else I'm sure iBaa would already have it working in a non-hack manner).
When you put all the variables together: The unlikeliness of the pull request ever coming to fruition/The fact that this covers mostly everything I needed out of myPlex/The fact that there's never going to be a clean and or nice way to implement myPlex into the existing plexconnect codebase/the fact that the only community feedback I've gotten is mostly negative, I'm having a hard time motivating myself enough to keep working on solving usage cases that don't really affect me. Furthermore, I have to be realistic that if none of the original developers care for the approach I've taken, this becomes a house of cards - an upstream merge away from being broken. I've taken on the learning, I've taken on the coding, and I've taken on the risks, but I'll never reap the rewards (this is not a thinly veiled request for accolades or donations - it's just me facing facts) - this could break tomorrow and everything I put in is really for nothing.
And don't get me wrong, I have nothing but respect for iBaa and PlexConnect. It's a fantastic program that ultimately urged me to buy a second ATV. I don't want it to seem like I'm bashing on him or his code. I'm a python newb so my opinion should be taken with a grain of salt. This isn't a rant to try to drum up support for my pull request - my opinion throughout this process is that my pull request was just a suggestion with a different opinion of where to take the software - different opinions aren't always better - I might be out to lunch, and iBaa and the rest of the team have to keep developing with their plan in mind in a manner that makes sense to their goals and maintainability, not mine.
That said, I would advise that if you're really, really missing myPlex, to backup your existing folder, pull my repo and see if it works well enough to cover what you need. I put over 90 hours in, you could spare a few minutes to see if it's feature complete enough to put a smile on your face.
Hopefully this clears everything up and encourages others to try my code and encourages other developers to add their input to the process.