Popcorn Time

I just noticed that Popcorn time is now available for non jailbroken iOS devices (not including aTV). Does the time4popcorn in the Unsupported app store also work via PlexConnect or is it a old forked channel of PCT?

To answer my own question:

https://github.com/OstlerDev/PopcornTV

From this topic:

https://forums.plex.tv/topic/171654-atv-play-next-episode-after-watching-current-episode/

Great work OstlerDev.  :ph34r:

Might have to fire up my other server to test this out so I can swap between PlexConnect and PCT by just changing the DNS, I wonder if a fork could be made to do this easily to swap between PlexConnect and PCT using just one instance of the Web/DNS/HTTPS server. Could this also be done with a VM on one server for the time being (I assume multiple NIC's would be required)?

To answer my own question:

https://github.com/OstlerDev/PopcornTV

From this topic:

https://forums.plex.tv/topic/171654-atv-play-next-episode-after-watching-current-episode/

Great work OstlerDev.  :ph34r:

Might have to fire up my other server to test this out so I can swap between PlexConnect and PCT by just changing the DNS, I wonder if a fork could be made to do this easily to swap between PlexConnect and PCT using just one instance of the Web/DNS/HTTPS server. Could this also be done with a VM on one server for the time being (I assume multiple NIC's would be required)?

I plan on implementing an ability to pass connections from a selected App to a PlexConnect server, or maybe a port on that server. Right now I currently have two servers, one running PopcornTV (my application) and the other running PlexConnect. I plan on implementing it so that both can be accessed by the same Apple TV at the same time, but that is a bit down the road :(

I am glad that you like it however! I have put a lot of work into it and it is coming along nicely. It was inspired by PlexConnect. I figured that if it could be done for Plex, then it could also be done for Popcorn Time (torrents).

Right now in order to do this you need two seperate servers, or one server that you start and stop each one :(