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:
- Open terminal and enter:
defaults write com.apple.Finder AppleShowAllFiles TRUE
killall Finder
- Open Finder and select Home Folder (e.g. computer name).
- Select Library folder.
- Select Application Support folder.
- Select Plex Media Server folder.
- Select Plug-ins folder.
- Copy and paste ".bundle" file into Plug-ins folder.
- Exit (Quit) Plex Media Server Application (if running)
- Open Plex Media Server Application to reload plug-ins.
- 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