Releases: ozmartian/tvlinker
v4.5.0
v4.0.0
IMPORTANT NOTE
Due to technical reasons, TVLinker now requires a local installation of NodeJS on your machine in order to run some JavaScript to get past CloudFlare's bot checks. This could be done with Qt but that would drag in the WebEngine (Chromium-based) dependency which is 3-4 times larger in size than a simple NodeJS server installation.
You can install NodeJS without needing to think about it, just download from the official site here.
v3.8.5
3.6.5
3.2.0
3.0.5
3.0.0
Windows Users
A self-contained portable binary is available in x64 (64bit) and x86 (32bit) versions for download below.
Mac OS X Users
A ZIP is available for download which extracts to a standard OS X app bundle which you can drag, and should, drag into your main Applications folder for regular use.
Linux Users
Install via Python Package Index (PyPi) using pip (recommended) or easy_install
PyPi Package Page: tvlinker
$ sudo pip3 install tvlinker
Once installed, run the app:
$ tvlinker
Notes on PyQt5:
It is preferable to install PyQt5 via your Linux distribution's package manager. Check for a package with naming similar to: python3-pyqt5 (Ubuntu / Debian / RedHat / CentOS derivatives) OR python-pyqt5 (Arch Linux / Fedora etc.)