This file contains 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 | |
#probably needed to be run as plex user | |
export LD_LIBRARY_PATH="/usr/lib/plexmediaserver" | |
export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/var/lib/plexmediaserver/Library/Application Support" | |
arg=$1 | |
rtorrent_tv="/rtorrent/tv/" | |
union_tv="/union/tv/" |