Wednesday, November 14, 2012

Adding Plex Bundle Plugin on Mac OSX


Manually Adding Plex Bundle Plugin on Mac OSX

Below are directions on how to manually add a Plex media server plugin bundle on a Mac OSX.

How to Add Plex Plug-in Bundle to Mac OSX:

  1. Open terminal and enter:

    defaults write com.apple.Finder AppleShowAllFiles TRUE
    killall Finder

  2. Open Finder and select Home Folder (e.g. computer name).
  3. Select Library folder.
  4. Select Application Support folder.
  5. Select Plex Media Server folder.
  6. Select Plug-ins folder.
  7. Copy and paste ".bundle" file into Plug-ins folder.
  8. Exit (Quit) Plex Media Server Application (if running)
  9. Open Plex Media Server Application to reload plug-ins.
  10. Open terminal application and enter:

    defaults write com.apple.Finder AppleShowAllFiles FALSE
    killall Finder

Quick Reference:

Folder Path: ~/Library/Application Support/Plex Media Server/Plug-ins/

Show Hidden Files:

defaults write com.apple.Finder AppleShowAllFiles TRUE
killall Finder

Hide Hidden Files

defaults write com.apple.Finder AppleShowAllFiles FALSE
killall Finder

No comments:

Post a Comment