Home

Awesome

<div align="center"> <img src="assets/logos/series-troxide.svg" width="140px" /> <h1><strong>Series Troxide</strong></h1> <p> <strong>A Simple and Modern Series Tracker</strong> </p> <p> <a href="https://github.com/MaarifaMaarifa/series-troxide/actions"> <img src="https://github.com/MaarifaMaarifa/series-troxide/workflows/CI/badge.svg" alt="build status" /> </a> <a href="https://crates.io/crates/series-troxide"><img alt="" src="https://img.shields.io/crates/v/series-troxide?&logo=rust&color=blue"/></a> </p> </div> <p align="center"> <img src="screenshots/discover-page.png" alt="discover-page" width="49%"/> <img src="screenshots/watchlist-page.png" alt="watchlist-page" width="49%"/> </p> <p align="center"> <img src="screenshots/my-shows-page.png" alt="my-shows-page.png" width="49%"/> <img src="screenshots/statistics-page.png" alt="statistics-page" width="49%"/> </p> <p align="center"> <img src="screenshots/series-page.png" alt="series-page.png" width="49%"/> <img src="screenshots/cast-section.png" alt="casts-section" width="49%"/> </p>

Features

Installation

Getting pre-built binaries

Pre-built binaries for your specific platform can be obtained from the release page

Building

Series Troxide depends on rfd crate for opening up a file picker. When building for Linux and BSD systems, GTK3 Rust bindings are required. The package names on various distributions are;

DistributionInstallation Command
Fedoradnf install gtk3-devel
Archpacman -S gtk3
Debian & Ubuntuapt install libgtk-3-dev

From Cargo (crates.io)

Series Troxide is available in crates.io and can be installed using Cargo.

cargo install series-troxide

From source.

You can build Series Troxide from source assuming you have Git, Cargo and Rustc set up on your machine. You can check the guide incase you're not setup.

git clone https://github.com/MaarifaMaarifa/series-troxide
cd series-troxide
cargo install --path .

Docker.

Dockerized Series Troxide can be obtained here.

Credits