{"id":13563209,"url":"https://github.com/z411/trackma","last_synced_at":"2025-05-14T09:07:08.422Z","repository":{"id":4253425,"uuid":"5379427","full_name":"z411/trackma","owner":"z411","description":"Open multi-site list manager for Unix-like systems. (ex-wMAL)","archived":false,"fork":false,"pushed_at":"2025-04-12T05:53:46.000Z","size":5313,"stargazers_count":805,"open_issues_count":123,"forks_count":84,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-05-11T19:47:28.332Z","etag":null,"topics":["anime","curses","gtk3","inotify","manga","mpris","python","qt5"],"latest_commit_sha":null,"homepage":"https://z411.github.io/trackma","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z411.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-08-11T11:57:44.000Z","updated_at":"2025-05-10T09:11:29.000Z","dependencies_parsed_at":"2023-09-29T12:45:52.981Z","dependency_job_id":"33e8e813-7e3f-442c-9504-70ee5c72e7b8","html_url":"https://github.com/z411/trackma","commit_stats":{"total_commits":1476,"total_committers":76,"mean_commits":19.42105263157895,"dds":0.6009485094850948,"last_synced_commit":"023a9f78f01df203dcbe3f265ed7576ed5057c25"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z411%2Ftrackma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z411%2Ftrackma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z411%2Ftrackma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z411%2Ftrackma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z411","download_url":"https://codeload.github.com/z411/trackma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110374,"owners_count":22016391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","curses","gtk3","inotify","manga","mpris","python","qt5"],"created_at":"2024-08-01T13:01:16.428Z","updated_at":"2025-05-14T09:07:08.362Z","avatar_url":"https://github.com/z411.png","language":"Python","readme":"Trackma\n=======\n\nTrackma aims to be a lightweight and simple but feature-rich program for Unix based systems\nfor fetching, updating and using data from personal lists hosted in several media tracking websites.\n\nFeatures\n--------\n\n- Manage local list and synchronize when necessary, useful when offline\n- Manage multiple accounts on different media tracking sites\n- Support for several media types (as supported by the site)\n- Multiple user interfaces (Qt, GTK, curses, command-line)\n- Detection of running media player, updates list if necessary\n- Ability to launch media player for a requested media in the list and update list if necessary\n- Highly scalable, easy to code new interfaces and support for other sites\n- Secure, uses HTTPS wherever possible.\n\nCurrently supported websites\n----------------------------\n\n- [Anilist](https://anilist.co/) (Anime, Manga)\n- [Kitsu](https://kitsu.app/) (Anime, Manga, Drama)\n- [MyAnimeList](https://myanimelist.net/) (Anime, Manga)\n- [Shikimori](http://shikimori.org/) (Anime, Manga)\n- [VNDB](https://vndb.org/) (VNs)\n\nScreenshots\n-----------\n\nQt interface\n\n![Qt](https://z411.github.io/trackma/images/screen_qt.png)\n\nGTK interface\n\n![GTK](https://z411.github.io/trackma/images/screen_gtk.png)\n\nCurses interface\n\n![Curses](https://z411.github.io/trackma/images/screen_curses.png)\n\nCLI\n\n![CLI](https://z411.github.io/trackma/images/screen_cli.png)\n\nDependencies\n------------\n\nThe only required dependencies to run Trackma are:\n\n- Python 3.8+\n- `python3-requests`\n- For installation: `python3-pip` (to install through `pip`) *or* `python3-poetry` (to install through `poetry`)\n\nBut only basic features will work (only CLI interface and no tracker). Everything else is optional.\n\nThe following user interfaces are available and their requirements are as follows:\n\n| UI | Dependencies |\n| --- | --- |\n| Qt | PyQt5 (`python-pyqt5`) |\n| GTK 3 | PyGI (`python3-gi` and `python3-cairo`) |\n| curses | Urwid (`python3-urwid`) |\n| CLI | None |\n\nThe following media recognition trackers are available and their requirements are as follows:\n\n| Tracker | Description | Dependencies |\n| --- | --- | --- |\n| inotify | Instant, but only supported in Linux. Uses it whenever possible. | `inotify` *or* `pyinotify` |\n| Polling | Slow, but supported in every POSIX platform. Fallback. | `lsof` |\n| Plex | Connects to Plex server. Enabled manually. | None |\n| Kodi | Connects to Kodi server. Enabled manually. | None |\n| Jellyfin | Connects to Jellyfin server. Enabled manually. | None |\n| MPRIS | Connects to running MPRIS capable media players. | `python3-jeepney` |\n| Win32 | Recognition for Windows platforms. | None |\n\nAdditional optional Python dependencies:\n\n- PIL (`python3-pil`) - for showing preview images in the Qt/GTK interfaces.\n- pypresence (???) - for announcing activity on Discord.\n- twitter (`python3-twitter`) - for announcing activity on Twitter.\n- anitopy (-) - for the anitopy title parser\n\nInstallation\n------------\n\nTrackma has user-provided packages for several distributions.\n\n- **Arch Linux:** \u003chttps://aur.archlinux.org/packages/trackma\u003e, \u003chttp://aur.archlinux.org/packages/trackma-git\u003e\n- **Fedora:** \u003chttps://copr.fedoraproject.org/coprs/dyskette/trackma/\u003e\n- **Gentoo Linux:** \u003chttp://gpo.zugaina.org/net-misc/trackma\u003e\n- **NixOS:** \u003chttps://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/trackma/default.nix\u003e\n- **Void Linux:** \u003chttps://github.com/void-linux/void-packages/blob/master/srcpkgs/trackma/template\u003e\n\nA user from the community also is providing a Docker image:\n\n- **Docker:** \u003chttps://hub.docker.com/r/frosty5689/trackma/\u003e\n\n### Manual installation\n\nMake sure you've installed the proper dependencies (listed above)\naccording to the user interface you plan to use, and then run the\nfollowing command:\n\n```sh\n$ pip3 install Trackma\n```\n\nYou can also install the git (probably unstable, but newer) version like this:\n\n```sh\n$ pip3 install -U git+https://github.com/z411/trackma.git\n```\n\nOr download the source code and install:\n\n```sh\n$ git clone --recursive https://github.com/z411/trackma.git\n$ cd trackma\n$ poetry build\n$ pip3 install dist/trackma-0.8.5-py3-none-any.whl\n```\n\n### Extras (User Interfaces)\n\nAll user interfaces except for the default CLI mode require additional dependencies to function.\nYou may specify these as \"extras\" to be installed by the Python package manager.\n\nThe following extras are available:\n\n| Extra | Description |\n| --- | --- |\n| `gtk` | The GTK interface. |\n| `qt` | The Qt interface. |\n| `curses` | The curses-based TUI. |\n| `ui` | All user interfaces. |\n| `trackers` | All tracker libraries. |\n| `discord_rpc` | Set your watching activity in Discord. |\n| `twitter` | Announce your watching activity on Twitter. |\n\nIf you want to install any of the extras be sure to specify them during installation:\n\n#### pip\n\n```sh\n# With pip\n$ pip3 install Trackma[gtk,trackers,curses]\n$ pip3 install Trackma[ui,twitter,discord_rpc]\n```\n\nNote that pip does not have a way to install all available extras,\nso you'll have to provide them all manually if desired.\n\nThen you can run the program with the interface you like.\n\n```sh\n$ trackma\n$ trackma-curses\n$ trackma-gtk\n$ trackma-qt\n```\n\n#### poetry\n\nWhen using poetry on the cloned repository (see above),\nyou can install your desired extras as follows:\n\n```sh\n$ poetry install -E gtk -E trackers -E curses\n$ poetry install -E ui -E twitter -E discord_rpc\n$ poetry install --all-extras\n```\n\nThen you can run the interface you like in your virtual environment managed by poetry:\n\n```sh\n$ poetry run trackma\n$ poetry run trackma-curses\n$ poetry run trackma-gtk\n$ poetry run trackma-qt\n```\n\nConfiguration\n-------------\n\nA configuration file will be created in `~/.config/trackma/config.json`, make sure to fill in the directory\nwhere you store your video files and other settings. Details about what each option does can be done here:\n\n\u003chttps://github.com/z411/trackma/wiki/Configuration-File\u003e\n\nAlternatively, the GTK and Qt interfaces provide a visual Settings panel.\n\nDevelopment\n-----------\n\nThe code is hosted as a git repository on [GitHub](https://github.com/z411/trackma).\n\nClone the repo and create the virtual environment using `poetry`:\n\n```sh\n$ git clone --recursive https://github.com/z411/trackma.git\n$ cd trackma\n$ poetry install --all-extras\n$ poetry shell\n```\n\nUse the above commands from the [poetry](#poetry) section\nfor how to run your desired interface.\n\nIf you encounter any problems or have anything to suggest, please don't\nhesitate to submit an issue in the GitHub [issue tracker](https://github.com/z411/trackma/issues).\n\nLicense\n-------\n\nTrackma is licensed under the GPLv3 license, please see [LICENSE](../COPYING) for details.\n\nAuthors\n-------\n\nTrackma was originally written by z411 \u003cz411@omaera.org\u003e. For other contributors see AUTHORS file. GTK icon designed by shuuichi.\n","funding_links":[],"categories":["Applications","Anime","ANIME","Python"],"sub_categories":["Others","Misc","Apps"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz411%2Ftrackma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz411%2Ftrackma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz411%2Ftrackma/lists"}