Open multi-site list manager for *nix.
This project is maintained by z411
Trackma aims to be a lightweight and simple but feature-rich program for Unix based systems for fetching, updating and using data from personal lists hosted in several media tracking websites.
Qt interface
GTK interface
Curses interface
CLI
The only required dependency to run Trackma is:
But only basic features will work (only CLI interface and no tracker). Everything else is optional.
The following user interfaces are available and their requirements are as follows:
UI | Dependencies |
---|---|
Qt | PyQt5 (python-pyqt5) or PyQt4 (python-qt4) |
GTK 3 | PyGI (python3-gi and python3-cairo) |
curses | Urwid (python3-urwid) |
CLI | None |
The following media recognition trackers are available and their requirements are as follows:
Tracker | Description | Dependencies |
---|---|---|
inotify | Instant, but only supported in Linux. Uses it whenever possible. | inotify or pyinotify |
Polling | Slow, but supported in every POSIX platform. Fallback. | lsof |
Plex | Connects to Plex server. Enabled manually. | None |
Kodi | Connects to Kodi server. Enabled manually. | None |
Jellyfin | Connects to Jellyfin server. Enabled manually. | None |
MPRIS | Connects to running MPRIS capable media players. | dbus-python |
Win32 | Recognition for Windows platforms. | None |
Additional optional dependencies:
Make sure you’ve installed the proper dependencies (listed above) according to the user interface you plan to use, and then run the following command:
# pip3 install Trackma You can also install the git (probably unstable, but newer) version like this:
# pip3 install -U git+https://github.com/z411/trackma.git
Or download the source code and install:
# git clone --recursive https://github.com/z411/trackma.git
# cd trackma
# sudo python3 setup.py install
Then you can run the program with the interface you like.
$ trackma
$ trackma-curses
$ trackma-gtk
$ trackma-qt
Trackma also has user-provided packages for several distributions.
A user from the community also is providing a Docker image:
A configuration file will be created in ~/.config/trackma/config.json
, make sure to fill in the directory
where you store your video files and other settings. Details about what each option does can be done here:
https://github.com/z411/trackma/wiki/Configuration-File
Alternatively, the GTK and Qt interfaces provide a visual Settings panel.
The code is hosted as a git repository in GitHub.
If you plan to make changes to the code, I suggest using the following method to install Trackma instead of the normal way, so the changes you make get reflected immediately:
# python3 setup.py develop
If you encounter any problems or have anything to suggest, please don’t hesitate to submit an issue in the GitHub issue tracker.
Trackma is licensed under the GPLv3 license, please see LICENSE for details.
Trackma was originally written by z411 z411@omaera.org. For other contributors see AUTHORS file. GTK icon designed by shuuichi.