Tundra is an open-source MyAnimeList scrobbler application for Linux. It automatically detects media players running on your computer, checks for any anime videos playing, and marks them as watched on you MAL profile.
For Arch Linux users, there are two packages in AUR to choose from:
- aur/tundra - stable version
- aur/tundra-git - latest git version
The usage is very simple:
- First, you need to sign in to your MyAnimeList account with your MAL username and password.
- Make sure that the title you are about to watch is marked as "watching" or "plan to watch" on your MAL account.
- Then, you need to run an MPRIS-enabled media player and play a local anime video file. Its title, poster picture and episode number will appear after a few seconds in Tundra window.
- The episode will be scrobbled after you watch over half of the video. You will know once you see the notification!
Tundra has CLI interface as well. First, you need to authenticate:
tundra authenticate
This will display a URL which you will need to open and then sign in to your MyAnimeList account. Then, you can run Tundra as a daemon:
tundra daemon
This way, Tundra will periodically check for players running and scrobble any anime videos to your MAL account, just like the GUI version.
- Rust stable
- D-Bus
- libnotify
- GTK 4
- libadwaita
- gettext
Make sure you have executed git clone --recursive
, so the submodules are cloned as well. Tundra uses Cargo as its package manager and build system. It can be built by executing cargo build
in the project root directory. For the release version, execute cargo build --release
.
After you have installed Flatpak Builder execute flatpak-builder --install repo moe.tundra.Tundra.json --force-clean --user -y
in the project root directory to build and install the Flatpak package.
Flathub repo can be found here: flathub/moe.tundra.Tundra.
We encourage contributors to use predefined pre-commit
hooks — to install them in your local repo, make sure you have pre-commit
installed and run:
Tundra translation is being done on the Transifex platform. See the Tundra project on Transifex webpage if you would like to contribute a translation for a language you know.
Currently offered languages:
- English
- Japanese
- Polish
pre-commit install