Skip to content

Releases: ozmartian/tvlinker

v4.5.0

24 Jul 07:44
Compare
Choose a tag to compare

v4.0.0

04 Sep 17:45
Compare
Choose a tag to compare

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

12 May 17:49
Compare
Choose a tag to compare
v3.8.5

3.6.5

21 Apr 10:24
Compare
Choose a tag to compare
v3.6.5

3.2.0

03 Feb 19:00
Compare
Choose a tag to compare
v3.2.0

3.0.5

08 Jan 21:33
Compare
Choose a tag to compare
v3.0.5

3.0.0

03 Dec 15:14
Compare
Choose a tag to compare

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.)