tvshowtime-plex is a background java service compatible with all platforms (Windows, MacOS, Linux, NAS), that will allow you to mark automatically episodes in your TVShowTime account as soon as you did watch them in your Plex system.
Some details :
Linux, OSX, Windows
First make sure that you have already installed Java 8 JRE in your computer, and that it is configured on the PATH. You can download Java 8 right from Oracle website, or if you are using Linux you can also choose to install and use the OpenJRE from the packages.
After this you are done with the requirements to run tvshowtime-plex, the next step is to download the already compiled package tvshowtime-plex from : tvshowtime-plex 1.0.5
After downloading the application and extracting the archive in the folder you want to put it in, you need to edit the application.properties file inside the config folder first, below is what need to be done :
There are two importants properties that needs to be configured correctly are :
# REQUIRED: nuvola.pms.path is the location of the http service exposed by Plex Media Server
# the default value should be 'ok', assuming you're running the tvshowtime-plex on the same machine
# where the PMS is installed
nuvola.pms.path = http://localhost:32400
# REQUIRED: starting from Plex media server 1.1 a **token** is required, PMS secure all web services calls.
# To find the 'X-Plex-Token' follow this article : http://bit.ly/1PqlB1v
nuvola.pms.token =
# REQUIRED: Where do you wish to write the token used for authorizing access to
# you TVShow Time account, the default value should be 'ok'
nuvola.tvshowtime.tokenFile = session_token
# REQUIRED: Where do you wish to write the tvshowtime-plex log file.
logging.path = /tmp/tvshowtimeplex
logging.pattern.console=%d{HH:mm} %-5level - %msg%n
logging.level.root = ERROR
logging.level.org.nuvola.tvshowtime = INFO
After configuring the application.properties file you can now launch the service using the command :
java -jar tvshowtimeplex.jar
The next step is authorize tvshowtime-plex to communicate with your TVShowTime account. When you launch the application for the first time you see the following logs, you should the follow the instruction given.
Connected to the target VM, address: '127.0.0.1:43236', transport: 'socket'
_____ _____ _ _____ _ ______ _
|_ _| / ___| | |_ _(_) | ___ \ |
| |_ _\ `--.| |__ _____ _| | _ _ __ ___ ___ ______| |_/ / | _____ __
| \ \ / /`--. \ '_ \ / _ \ \ /\ / / | | | '_ ` _ \ / _ \______| __/| |/ _ \ \/ /
| |\ V //\__/ / | | | (_) \ V V /| | | | | | | | | __/ | | | | __/> <
\_/ \_/ \____/|_| |_|\___/ \_/\_/ \_/ |_|_| |_| |_|\___| \_| |_|\___/_/\_\
::: TVShowTime-Plex (V1.0.3) :::
11:39 INFO - Starting ApplicationLauncher
11:39 INFO - No active profile set, falling back to default profiles: default
11:39 INFO - Started ApplicationLauncher in 2.493 seconds (JVM running for 3.444)
11:39 INFO - Linking with your TVShowTime account using the code 6quuR06OIYIwK-3vmRnE
11:39 INFO - Please open the URL https://www.tvshowtime.com/activate in your browser
11:39 INFO - Connect with your TVShowTime account and type in the following code :
11:39 INFO - 775b-a461
11:39 INFO - Waiting for you to type in the code in TVShowTime :-D ...
In order to allow tvshowtime-plex mark episodes as watched in your account, as displayed in the logs you need to follow the the steps below :
You need to visit this URL TVShowTime activate
If you didnt login to your TVShowTime, it will ask you to login and, it will give an interface where you need to type the code that was giving to you in the log, which is in our case 775b-a461