All Projects → z411 → Trackma

z411 / Trackma

Licence: gpl-3.0
Open multi-site list manager for Unix-like systems. (ex-wMAL)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Trackma

yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (-64.08%)
Mutual labels:  anime, manga
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-96.12%)
Mutual labels:  anime, manga
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (-85.71%)
Mutual labels:  anime, manga
KissNetwork.bundle
Plex Channel to view Anime, Asian Drama, Cartoons, Manga & Comics from KissAnime, KissAsian, KissCartoon, KissManga & ReadComicOnline
Stars: ✭ 95 (-80.61%)
Mutual labels:  anime, manga
Jikan4java
Kotlin wrapper for Jikan, an myanimelist api
Stars: ✭ 27 (-94.49%)
Mutual labels:  anime, manga
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (-74.9%)
Mutual labels:  anime, manga
tanuki
🦊 Anime weekly schedule for Kitsu
Stars: ✭ 26 (-94.69%)
Mutual labels:  anime, manga
AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (-86.33%)
Mutual labels:  gtk3, curses
NHentai-API
NHentai API made using python BeautifulSoup webscrapping.
Stars: ✭ 27 (-94.49%)
Mutual labels:  anime, manga
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (-85.31%)
Mutual labels:  manga, qt5
nani
Crunchyroll without the bloat
Stars: ✭ 63 (-87.14%)
Mutual labels:  anime, manga
Manga-AutoTranslate
Script made to automatically translate manga pages.
Stars: ✭ 18 (-96.33%)
Mutual labels:  anime, manga
Kitsu
A kitsu.io api wrapper written in C# .NET Core
Stars: ✭ 15 (-96.94%)
Mutual labels:  anime, manga
HandsomeMod
IOT freedom for end users!
Stars: ✭ 39 (-92.04%)
Mutual labels:  qt5, gtk3
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (-88.98%)
Mutual labels:  anime, manga
anitrend-app
Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
Stars: ✭ 138 (-71.84%)
Mutual labels:  anime, manga
Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (-92.24%)
Mutual labels:  anime, manga
zanime
Android app to watch anime vod online for free
Stars: ✭ 52 (-89.39%)
Mutual labels:  anime, manga
oTaku
o'taku is an application that allows you to find functional streaming links for your favorite anime. This project aims to simplify the tracking of a particular anime. Indeed, when you search for an anime, you will receive a lot of information about it, but also, a list of streaming links available in several languages.
Stars: ✭ 23 (-95.31%)
Mutual labels:  anime, manga
ProxerAndroid
The official Android App of Proxer.Me
Stars: ✭ 105 (-78.57%)
Mutual labels:  anime, manga

Trackma

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.

Features

  • Manage local list and synchronize when necessary, useful when offline
  • Manage multiple accounts on different media tracking sites
  • Support for several mediatypes (as supported by the site)
  • Multiple user interfaces (Qt, GTK, curses, command-line)
  • Detection of running media player, updates list if necessary
  • Ability to launch media player for a requested media in the list and update list if necessary
  • Highly scalable, easy to code new interfaces and support for other sites
  • Secure, uses HTTPS wherever possible.

Currently supported websites

Screenshots

Qt interface

Qt

GTK interface

GTK

Curses interface

Curses

CLI

CLI

Dependencies

The only required dependency to run Trackma is:

  • Python 3.4/3.5
  • python3-pip (to install through pip) or python3-setuptools (to install through setup.py)

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:

  • PIL (python3-pil) - for showing preview images in the Qt/GTK interfaces.

Installation

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

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:

Configuration

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.

Development

The code is hosted as a git repository in github:

http://github.com/z411/trackma

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:

http://github.com/z411/trackma/issues

License

Trackma is licensed under the GPLv3 license, please see LICENSE for details.

Authors

Trackma was originally written by z411 [email protected]. For other contributors see AUTHORS file. GTK icon designed by shuuichi.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].