fbpx
Skip to content

PlexConnect On Windows 8 And OS X 10.8.4: Plex Media Server On Apple TV 2 And 3 Without Jailbreak

Update: PlexConnect Running On Apple TV 6.2 Update
Update: OpenPlex App Installs And Manages PlexConnect on Mac OS X
Update: PlexConnect Running on Apple TV 7.0 Beta 1 And Mac OS X 10.10 Yosemite
Update: PlexConnect Running On Apple TV 6.1.1 Update
Update: Plex On Apple TV Without PlexConnect Or Jailbreak via AirPlay
Update: PlexConnect Running On Apple TV 6.1 Update
Update: PlexConnect Running On Apple TV 6.0 Update
Update: PlexConnect Still Works On Apple TV Software 6.0 Beta (5.4 Seed 3, iOS 7) After Update

Apple TV LogoAs you may know, I’m not really a fan of jailbreaking my iPhone 4S or my iPad 4th generation with retina display. Therefore, I’m always looking for some hacks without the need of a jailbrake. For example, I reported about getting Whatsapp running on an iPad without jailbreaking it. Recently, three Plex enthusiasts (Baaroidy and f00b4r) were able to bring the media center solution Plex to the Apple TV, and their clever hack doesn’t even require users to jailbreak their device! PlexConnect is running on Mac OS X 10.8.4 Mountain Lion and on Windows 8 Pro on an Apple TV 2 or Apple TV 3 with the Apple TV software 5.2.

Plex LogoThe hack, called PlexConnect, uses Apple’s own movie trailers app as a kind of trojan horse to bring Plex to the Apple TV. Users simply have to fiddle with their Apple TV’s network settings to route traffic through a computer running a python script that swaps Apple’s movie trailer data with data from a Plex media server. A detailed ‘How-To’ for Mac OS X, Windows (XP, Vista, 7 and 8) and Ubuntu is already on github. Installing PlexConnect on Mac OS X 10.8.4 on my MacBook Pro Mid 2012 works as described on github. However, you should take care on the following important hints to get PlexConnect running on Windows 8 (Pro):

  1. Download Plex for Windows, named ‘Windows XP SP3 or later. Version 0.9.7.28.33′ from the Get Plex! site. This is the free version. There is a Windows 8 store one for $2.99, too (but I was not willing to spend the money… ;-)). It is very important to download it first, save it on your windows 8 PC and run the installation as administrator!
  2. Download Python from here and take care to install the 2.7.5 version because PlexConnect will not run with a 3.X version.
  3. Download PlexConnect: For Windows only, you have to edit ‘Settings.py‘ with a text editor (e.g. Notepad) as follows: Look for ‘ip_dnsmaster‘ and substitute the following ‘8.8.8.8‘ by the fixed (!) IP-address of your Windows PC. Safe it, start Plex Media Server, then PlexConnect and then it should work. For Mac: Do not change anything as it is describe for OS X!
  4. If you start PlexConnect.py via double click, no AirPlay apps like AirServer should be running.
  5. Restart your windows 8 PC.

The result is a working version of Plex that serves up all kinds of local content through the Apple TV. I tested it on my Acer Aspire 1810T running on Windows 8 Pro with Windows Media Center installed, MacBook Pro Mid 2012 running with Mac OS X 10.8.4 and a Apple TV 3 and it works perfectly!

Stay tuned! 😉

112 thoughts on “PlexConnect On Windows 8 And OS X 10.8.4: Plex Media Server On Apple TV 2 And 3 Without Jailbreak”

  1. Pingback: PlexConnect Running on Apple TV Software 5.3 And 5.4 Beta (iOS 7 Beta) | miApple.me

  2. Pingback: PlexConnect Running On Apple TV Software 6.0 Beta (5.4 Seed 3) | miApple.me

  3. Hi,

    I have followed your instructions up until the Install Plexconnect on windows 8.

    All I get is a ZIP folder containing system files, not exe for install.

    What do I do next?

    1. Hi Paul,

      downloading from https://github.com/iBaa/PlexConnect will deliver you a ZIP-file named ‘PlexConnect-master.zip’. Safe this file on your computer and unzip it. You will get a folder named ‘PlexConnect-master’ with a subfolder named ‘assets’ and a bunch of files in both folders.

      Go to C:\Program Files (x86) and create an subfolder named ‘PlexConnect-XML_templates’ and copy all files and folders of the folder ‘PlexConnect-master’ in this folder (only the content!).
      After that you have to follow this guide because of the latest Apple TV software update: https://miapple.me/2013/09/01/plexconnect-still-works-on-apple-tv-software-6-0-beta-5-4-seed-3-ios-7-after-update/

      Cheers,
      Gee Are

          1. Followed all these steps but still having issues, thinking it might have something to do with

            I extracted the ZIP-file and copied all files in my PlexConnect folder …/PlexConnect-XML_templates (I removed all older files before).

            What is the full path name you copied Plex Connect Folder too?

            Also because Im based in Australia, will this make a difference?

            Appreciate your help so far.

            1. First, it makes no difference where you are based.

              Second, ‘…/PlexConnect-XML_templates’ is ‘PlexConnect’! Maybe you are meaning the Plex Media Server folder: It is on …\Program Files (x86)\Plex\Plex Media Server. But this shouldn’t matter. It is important to start the Plex Media Server before you start PlexConnect!

              Third, maybe I stated it not clearly in this post (I will correct it): You have to edit ‘Settings.py’ with a text editor (e.g. Notepad) as follows (Windows only!): Look for ‘ip_dnsmaster’ and substitute the following ‘8.8.8.8’ by the fixed (!) IP-address of your Windows PC. Safe it, start Plex Media Server, then PlexConnect and then it should work.

                  1. My settings file

                    #!/usr/bin/env python

                    import sys
                    from os import sep
                    import ConfigParser

                    from Debug import * # dprint()

                    “””
                    Global Settings…
                    PMS: plexgdm, ip_pms, port_pms
                    DNS: ip_dnsmaster – IP of Router, ISP’s DNS, … [dflt: google public DNS]
                    IP_self: enable_plexconnect_autodetect, ip_plexconnect – manual override for VPN usage
                    HTTP: ip_webserver, port_webserver – override when using webserver + forwarding to PlexConnect
                    HTTPS: port_ssl, certfile –
                    “””
                    g_settings = { \
                    ‘enable_plexgdm’ :(‘True’, ‘False’), \
                    ‘ip_pms’ :(‘192.168.178.10’,), \
                    ‘port_pms’ :(‘32400’,), \
                    \
                    ‘enable_dnsserver’:(‘True’, ‘False’), \
                    ‘port_dnsserver’ :(’53’,), \
                    ‘ip_dnsmaster’ :(‘192.168.1.107’,), \
                    ‘prevent_atv_update’ :(‘True’, ‘False’), \
                    \
                    ‘enable_plexconnect_autodetect’:(‘True’, ‘False’), \
                    ‘ip_plexconnect’ :(‘0.0.0.0’,), \
                    \
                    ‘ip_webserver’ :(‘0.0.0.0’,), \
                    ‘port_webserver’ :(’80’,), \
                    ‘port_ssl’ :(‘443’,), \
                    ‘certfile’ :(‘./assets/certificates/trailers.pem’,), \
                    \
                    ‘loglevel’ :(‘Normal’, ‘High’), \
                    ‘logpath’ :(‘.’,), \
                    }

                    class CSettings():
                    def __init__(self):
                    dprint(__name__, 1, “init class CSettings”)
                    self.cfg = None
                    self.section = ‘PlexConnect’
                    self.loadSettings()
                    self.checkSection()

                    # load/save config
                    def loadSettings(self):
                    dprint(__name__, 1, “load settings”)
                    # options -> default
                    dflt = {}
                    for opt in g_settings:
                    dflt[opt] = g_settings[opt][0]

                    # load settings
                    self.cfg = ConfigParser.SafeConfigParser()
                    self.cfg.read(self.getSettingsFile())

                    def saveSettings(self):
                    dprint(__name__, 1, “save settings”)
                    f = open(self.getSettingsFile(), ‘wb’)
                    self.cfg.write(f)
                    f.close()

                    def getSettingsFile(self):
                    return sys.path[0] + sep + “Settings.cfg”

                    def checkSection(self):
                    modify = False
                    # check for existing section
                    if not self.cfg.has_section(self.section):
                    modify = True
                    self.cfg.add_section(self.section)
                    dprint(__name__, 0, “add section {0}”, self.section)

                    for opt in g_settings:
                    if not self.cfg.has_option(self.section, opt):
                    modify = True
                    self.cfg.set(self.section, opt, g_settings[opt][0])
                    dprint(__name__, 0, “add option {0}={1}”, opt, g_settings[opt][0])

                    # save if changed
                    if modify:
                    self.saveSettings()

                    # access/modify PlexConnect settings
                    def getSetting(self, option):
                    dprint(__name__, 1, “getsetting {0}={1}”, option, self.cfg.get(self.section, option))
                    return self.cfg.get(self.section, option)

                    if __name__==”__main__”:
                    Settings = CSettings()

                    option = ‘enable_plexgdm’
                    print Settings.getSetting(option)

                    option = ‘enable_dnsserver’
                    print Settings.getSetting(option)

                    Settings.saveSettings()
                    del Settings

                    1. Looks good…

                      Did you reboot your PC? If not, do it. Unplug your Apple TV, too.

                      ‘ip_pms’ is ‘192.168.178.10’. Do you have any device occupying this IP-address in your home network? If so, switch this device to another IP-address.

                      Or try this and switch ‘ip_pms’ to ‘8.8.8.8’

                      1. Cool, have not tried reboot device and apple tv yet.

                        Will give that a try

                        Dont have a device occupying 192.168.178.10

                        Fingers crossed…

        1. I set up PlexConnect on my Windows 8 Pro PC again, following exactly https://miapple.me/2013/09/01/plexconnect-still-works-on-apple-tv-software-6-0-beta-5-4-seed-3-ios-7-after-update/ without changing any IP-address.

          For Windows it is important to use this: “certfile = C:\PlexConnect-master\assets\certificates\trailers.pem” instead of “certfile = ./assets/certificates/trailers.pem” in the settings.cfg (not in the settings.py!)

          Here is my settings.cfg on Windows 8:
          [PlexConnect]
          logpath = .
          enable_dnsserver = True
          ip_webserver = 0.0.0.0
          prevent_atv_update = True
          port_dnsserver = 53
          enable_plexconnect_autodetect = True
          port_pms = 32400
          port_webserver = 80
          ip_plexconnect = 0.0.0.0
          certfile = C:\PlexConnect-master\assets\certificates\trailers.pem
          ip_dnsmaster = 8.8.8.8
          loglevel = Normal
          ip_pms = 192.168.178.10
          enable_plexgdm = True
          port_ssl = 443

          Some reported issue with the trailers.pem. Try to recreate the profile for the Apple TV and take care of correct spelling!

          1. Hi Gee,

            Restarted the whole process following the steps at https://miapple.me/2013/09/01/plexconnect-still-works-on-apple-tv-software-6-0-beta-5-4-seed-3-ios-7-after-update/

            No problems creating trailers.pem + trailers.cer + trailers.key

            Installed on ATV with certificate.

            Changed Settings.cfg with original and yours.

            Still does not work 🙁 unfortunately

            ATV ip 192.168.1.101

            Server running Plex 192.168.1.107

            Apple have really done a great job of making this difficult!

          2. Rebooted my system and repeated process.

            Managed see PlexConnect via Trailers but can’t see any artwork and when I select a movie it hangs on Accessing Trailers…at least its half working ;P

              1. Settings.py

                #!/usr/bin/env python

                import sys
                from os import sep
                import ConfigParser

                from Debug import * # dprint()

                “””
                Global Settings…
                PMS: plexgdm, ip_pms, port_pms
                DNS: ip_dnsmaster – IP of Router, ISP’s DNS, … [dflt: google public DNS]
                IP_self: enable_plexconnect_autodetect, ip_plexconnect – manual override for VPN usage
                HTTP: ip_webserver, port_webserver – override when using webserver + forwarding to PlexConnect
                HTTPS: port_ssl, certfile –
                “””
                g_settings = { \
                ‘enable_plexgdm’ :(‘True’, ‘False’), \
                ‘ip_pms’ :(‘192.168.178.10’,), \
                ‘port_pms’ :(‘32400’,), \
                \
                ‘enable_dnsserver’:(‘True’, ‘False’), \
                ‘port_dnsserver’ :(’53’,), \
                ‘ip_dnsmaster’ :(‘8.8.8.8’,), \
                ‘prevent_atv_update’ :(‘True’, ‘False’), \
                \
                ‘enable_plexconnect_autodetect’:(‘True’, ‘False’), \
                ‘ip_plexconnect’ :(‘0.0.0.0’,), \
                \
                ‘ip_webserver’ :(‘0.0.0.0’,), \
                ‘port_webserver’ :(’80’,), \
                ‘port_ssl’ :(‘443’,), \
                ‘certfile’ :(‘./assets/certificates/trailers.pem’,), \
                \
                ‘loglevel’ :(‘Normal’, ‘High’), \
                ‘logpath’ :(‘.’,), \
                }

                class CSettings():
                def __init__(self):
                dprint(__name__, 1, “init class CSettings”)
                self.cfg = None
                self.section = ‘PlexConnect’
                self.loadSettings()
                self.checkSection()

                # load/save config
                def loadSettings(self):
                dprint(__name__, 1, “load settings”)
                # options -> default
                dflt = {}
                for opt in g_settings:
                dflt[opt] = g_settings[opt][0]

                # load settings
                self.cfg = ConfigParser.SafeConfigParser()
                self.cfg.read(self.getSettingsFile())

                def saveSettings(self):
                dprint(__name__, 1, “save settings”)
                f = open(self.getSettingsFile(), ‘wb’)
                self.cfg.write(f)
                f.close()

                def getSettingsFile(self):
                return sys.path[0] + sep + “Settings.cfg”

                def checkSection(self):
                modify = False
                # check for existing section
                if not self.cfg.has_section(self.section):
                modify = True
                self.cfg.add_section(self.section)
                dprint(__name__, 0, “add section {0}”, self.section)

                for opt in g_settings:
                if not self.cfg.has_option(self.section, opt):
                modify = True
                self.cfg.set(self.section, opt, g_settings[opt][0])
                dprint(__name__, 0, “add option {0}={1}”, opt, g_settings[opt][0])

                # save if changed
                if modify:
                self.saveSettings()

                # access/modify PlexConnect settings
                def getSetting(self, option):
                dprint(__name__, 1, “getsetting {0}={1}”, option, self.cfg.get(self.section, option))
                return self.cfg.get(self.section, option)

                if __name__==”__main__”:
                Settings = CSettings()

                option = ‘enable_plexgdm’
                print Settings.getSetting(option)

                option = ‘enable_dnsserver’
                print Settings.getSetting(option)

                Settings.saveSettings()
                del Settings

              2. Having trouble posting Settings.py in this forum

                #!/usr/bin/env python

                import sys
                from os import sep
                import ConfigParser

                from Debug import * # dprint()

                “””
                Global Settings…
                PMS: plexgdm, ip_pms, port_pms
                DNS: ip_dnsmaster – IP of Router, ISP’s DNS, … [dflt: google public DNS]
                IP_self: enable_plexconnect_autodetect, ip_plexconnect – manual override for VPN usage
                HTTP: ip_webserver, port_webserver – override when using webserver + forwarding to PlexConnect
                HTTPS: port_ssl, certfile –
                “””
                g_settings = { \
                ‘enable_plexgdm’ :(‘True’, ‘False’), \
                ‘ip_pms’ :(‘192.168.178.10’,), \
                ‘port_pms’ :(‘32400’,), \
                \
                ‘enable_dnsserver’:(‘True’, ‘False’), \
                ‘port_dnsserver’ :(’53’,), \
                ‘ip_dnsmaster’ :(‘8.8.8.8’,), \
                ‘prevent_atv_update’ :(‘True’, ‘False’), \
                \
                ‘enable_plexconnect_autodetect’:(‘True’, ‘False’), \
                ‘ip_plexconnect’ :(‘0.0.0.0’,), \
                \
                ‘ip_webserver’ :(‘0.0.0.0’,), \
                ‘port_webserver’ :(’80’,), \
                ‘port_ssl’ :(‘443’,), \
                ‘certfile’ :(‘./assets/certificates/trailers.pem’,), \
                \
                ‘loglevel’ :(‘Normal’, ‘High’), \
                ‘logpath’ :(‘.’,), \
                }

                class CSettings():
                def __init__(self):
                dprint(__name__, 1, “init class CSettings”)
                self.cfg = None
                self.section = ‘PlexConnect’
                self.loadSettings()
                self.checkSection()

                # load/save config
                def loadSettings(self):
                dprint(__name__, 1, “load settings”)
                # options -> default
                dflt = {}
                for opt in g_settings:
                dflt[opt] = g_settings[opt][0]

                # load settings
                self.cfg = ConfigParser.SafeConfigParser()
                self.cfg.read(self.getSettingsFile())

                def saveSettings(self):
                dprint(__name__, 1, “save settings”)
                f = open(self.getSettingsFile(), ‘wb’)
                self.cfg.write(f)
                f.close()

                def getSettingsFile(self):
                return sys.path[0] + sep + “Settings.cfg”

                def checkSection(self):
                modify = False
                # check for existing section
                if not self.cfg.has_section(self.section):
                modify = True
                self.cfg.add_section(self.section)
                dprint(__name__, 0, “add section {0}”, self.section)

                for opt in g_settings:
                if not self.cfg.has_option(self.section, opt):
                modify = True
                self.cfg.set(self.section, opt, g_settings[opt][0])
                dprint(__name__, 0, “add option {0}={1}”, opt, g_settings[opt][0])

                # save if changed
                if modify:
                self.saveSettings()

                # access/modify PlexConnect settings
                def getSetting(self, option):
                dprint(__name__, 1, “getsetting {0}={1}”, option, self.cfg.get(self.section, option))
                return self.cfg.get(self.section, option)

                if __name__==”__main__”:
                Settings = CSettings()

                option = ‘enable_plexgdm’
                print Settings.getSetting(option)

                option = ‘enable_dnsserver’
                print Settings.getSetting(option)

                Settings.saveSettings()
                del Settings

                1. Settings.cfg

                  [PlexConnect]
                  logpath = .
                  enable_dnsserver = True
                  ip_webserver = 0.0.0.0
                  prevent_atv_update = True
                  port_dnsserver = 53
                  enable_plexconnect_autodetect = True
                  port_pms = 32400
                  port_webserver = 80
                  ip_plexconnect = 0.0.0.0
                  certfile = C:/PlexConnect-master/assets/certificates/trailers.pem
                  ip_dnsmaster = 8.8.8.8
                  loglevel = Normal
                  ip_pms = 192.168.178.10
                  enable_plexgdm = True
                  port_ssl = 443

    2. Pingback: PlexConnect Running On Apple TV 6.0.1 And Mac OS X 10.9 Mavericks | miApple.me

    3. Pingback: PlexConnect Running On Apple TV 6.0.2 Update | miApple.me

    4. Pingback: PlexConnect Running On Apple TV 6.2 Update - miApple.me

    5. Pingback: Plex And PlexConnect Running On Apple TV 7.0 Beta 2 And Mac OS X 10.10 Yosemite Beta 3 - miApple.me

    6. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0 Beta 3 And Mac OS X 10.10 Yosemite Beta 4 - miApple.me

    7. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0 Beta 4 And Mac OS X 10.10 Yosemite Beta 5 - miApple.me

    8. Pingback: PlexConnect on Windows: How To Hijack iMovie Theatre Or WSJ Instead Of Trailers App - miApple.me

    9. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10 Yosemite Beta 6 - miApple.me

    10. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10 Yosemite Beta 7 - miApple.me

    11. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0 GM Seed - miApple.me

    12. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10 Yosemite Beta 8 - miApple.me

    13. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0 - miApple.me

    14. Pingback: PlexConnect Running On Apple TV 7.0.1 Beta - miApple.me

    15. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10 Yosemite GM Candidate - miApple.me

    16. Pingback: PlexConnect Running On Apple TV 7.0.1 Beta 2 And Mac OS X 10.10 Yosemite GM Candidate 2 - miApple.me

    17. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10 Yosemite GM Candidate 3 - miApple.me

    18. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10 Yosemite - miApple.me

    19. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0.1 - miApple.me

    20. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0.2 beta - miApple.me

    21. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.1 Yosemite Beta 1 - miApple.me

    22. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0.2 - miApple.me

    23. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.2 Yosemite Beta 1 - miApple.me

    24. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.2 Yosemite Beta 2 - miApple.me

    25. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.2 Yosemite Beta 3 - miApple.me

    26. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.2 Yosemite Beta 4 - miApple.me

    27. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.2 Yosemite Beta 5 - miApple.me

    28. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.2 Yosemite Beta 6 - miApple.me

    29. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.0.3 - miApple.me

    30. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.3 Yosemite Beta 1 - miApple.me

    31. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.1 beta - miApple.me

    32. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.1 - miApple.me

    33. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.2 beta - miApple.me

    34. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.2 beta 2 - miApple.me

    35. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.3 Yosemite Beta 4 - miApple.me

    36. Pingback: How To Install PlexConnect On Windows 10 - miApple.me

    37. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.3 Yosemite Beta 5 - miApple.me

    38. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.2 beta 3 - miApple.me

    39. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.3 Yosemite Beta 6 - miApple.me

    40. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.3 Yosemite Beta 7 - miApple.me

    41. Pingback: Plex, PlexConnect And OpenPlex Running On Apple TV 7.2 - miApple.me

    42. Pingback: PlexConnect Running On Apple TV Software 5.3 And 5.4 Beta (iOS 7 Beta) - miApple.me

    43. Pingback: PlexConnect Running On Apple TV Software 6.0 Beta (5.4 Seed 3) - miApple.me

    44. Pingback: PlexConnect Running On Apple TV 6.0.1 And Mac OS X 10.9 Mavericks - miApple.me

    45. Pingback: PlexConnect Running On Second Apple TV 6.0.2 Update - miApple.me

    46. Pingback: Plex On Apple TV Without PlexConnect Or Jailbreak Via AirPlay - miApple.me

    47. Pingback: PlexConnect Running On Apple TV 6.1.1 Update - miApple.me

    48. Pingback: PlexConnect Running On Apple TV 7.0 Beta 1 And Mac OS X 10.10 Yosemite - miApple.me

    49. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.4 Yosemite Beta 1 - miApple.me

    50. Pingback: Plex, PlexConnect And OpenPlex Running On Mac OS X 10.10.4 Yosemite Beta 3 - miApple.me

    51. Pingback: OpenPlex Lite: Easily Get PlexConnect On Apple TV - miApple.me

    52. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.10.4 Yosemite Beta 5 - miApple.me

    53. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan beta 1 - miApple.me

    54. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.10.4 Yosemite Beta 6 - miApple.me

    55. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan beta 2 - miApple.me

    56. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.10.5 Yosemite Beta 1 - miApple.me

    57. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan Beta 3 - miApple.me

    58. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan Beta 4 - miApple.me

    59. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan Beta 5 - miApple.me

    60. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan Beta 6 - miApple.me

    61. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.10.5 Yosemite Beta 2 - miApple.me

    62. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.10.5 Yosemite Beta 3 - miApple.me

    63. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.10.5 Yosemite - miApple.me

    64. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan Beta 7 - miApple.me

    65. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan Beta 8 - miApple.me

    66. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan GM - miapple.me

    67. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.1 El Capitan Beta 2 - miapple.me

    68. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11 El Capitan - miapple.me

    69. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.1 El Capitan Beta 3 - miapple.me

    70. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.1 El Capitan Beta 4 - miapple.me

    71. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.1 El Capitan - miapple.me

    72. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.2 El Capitan Beta 1 - miapple.me

    73. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.2 El Capitan Beta 2 - miapple.me

    74. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.2 El Capitan Beta 3 - miapple.me

    75. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.2 El Capitan Beta 4 - miapple.me

    76. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.1 El Capitan Beta 1 - miapple.me

    77. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.2 El Capitan Beta 5 - miapple.me

    78. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.2 El Capitan - miapple.me

    79. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.3 El Capitan Beta 1 - miapple.me

    80. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.3 El Capitan Beta 2 - miapple.me

    81. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.3 El Capitan - miapple.me

    82. Pingback: PlexConnect And OpenPlex Running On Apple TV 7.2.1 - miapple.me

    83. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.4 El Capitan - miapple.me

    84. Pingback: Plex, PlexConnect And OpenPlex Running On OS X 10.11.5 El Capitan - miapple.me

    85. Pingback: Plex, PlexConnect And OpenPlex Running On macOS 10.12 Sierra - miapple.me

    86. Pingback: PlexConnect And OpenPlex Running On Apple TV 7.2.2 - miapple.me

    Leave a Reply

    Your email address will not be published. Required fields are marked *