Skip to content

Instantly share code, notes, and snippets.

@explodecomputer
Last active August 29, 2015 14:20
Show Gist options
  • Save explodecomputer/2c21aa1c6f0f29095a5a to your computer and use it in GitHub Desktop.
Save explodecomputer/2c21aa1c6f0f29095a5a to your computer and use it in GitHub Desktop.
fix plex.js problem
#!/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