Grab the latest release of the binaries
https://github.com/zenjabba/plex_agent_fix/releases/download/0.5/plex_agent_fix-0.5-release.zip
Unzip the binaries
wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-runtime-3.1
sudo apt-get install -qqy sqlite3 libsqlite3-dev
fill out config.json required fields are:
plexUser plexPass plexProtocol plexPort plexHost sectionsToProcess episodeSectionsToProcess
{ "plexUser": "[email protected]", "plexPass": "pl3xp455w0rd!", "plexProtocol": "https", "plexPort": 443, "plexHost": "martin.plexsupermegafuninstall.org", "preferredAgent": "plex://movie", "sectionsToProcess": [ 1, 6, 9 ], "episodeSectionsToProcess": [ 3 ], "sectionProgress": [ { "sectionId": 3, "lastKey": 0 }, { "sectionId": 1, "lastKey": 0 } ] }
dotnet ./plex_agent_fix.dll --agentfix --verbose
dotnet ./plex_agent_fix.dll --remove --verbose