Last active
August 29, 2015 14:20
-
-
Save explodecomputer/2c21aa1c6f0f29095a5a to your computer and use it in GitHub Desktop.
fix plex.js problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# From https://forums.plex.tv/index.php/topic/153446-this-server-is-not-powerful-enough-to-convert-video/page-3 | |
cd /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Plug-ins/WebClient.bundle/Contents/Resources/js | |
sudo sed -i 's/validateTranscoder:function(e,t){if/validateTranscoder:function(e,t){return false;if/g' plex.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment