Tundra is a free and open-source MyAnimeList scrobbler application for Linux. Using Tundra, you can automatically detects media players running on your computer, checks for any anime videos playing, and marks them as watched on you MAL profile. It is written in Rust and GNU General Public License v3.0.
How to Install Tundra on Ubuntu
You can install Tundra via flatpak from the flathub. If you don’t have then first install flatpak and flathub on your system and restart it after the installation.
Install flatpak and flathub on Ubuntu
Open the terminal app (ctrl+alt+t) and run below Tundra flatpak install command.
flatpak install flathub moe.tundra.Tundra
After the installation you can open Tundra using below command.
flatpak run moe.tundra.Tundra
Sign-in with MAL username and password. Set title you are about to watch is marked as “watching” or “plan to watch” on your MAL . Now play a local anime video file in MPRIS enabled media player. After that it will be scrobbled after you watch over half of the video.
And uninstall Tundra using below commands.
flatpak run moe.tundra.Tundra
[OR]
sudo flatpak run moe.tundra.Tundra
That’s it.