Series Troxide

A Simple and Modern Series Tracker

build status

discover-page watchlist-page

my-shows-page.png statistics-page

series-page.png casts-section

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;

|Distribution | Installation Command | |:--------------|:-----------------------| |Fedora |dnf install gtk3-devel | |Arch |pacman -S gtk3 | |Debian & Ubuntu|apt install libgtk-3-dev|

When building the project, Cargo has been configure to use the LLD linker for faster linking on linux. To install LLD, find your distro below and run the given command:

|Distribution | Installation Command | |:--------------|:-----------------------| |Arch |sudo pacman -S lld | |Debian & Ubuntu|sudo apt-get install lld|

From Cargo (crates.io)

Series Troxide is available in crates.io and can be installed using Cargo. shell 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. shell git clone https://github.com/MaarifaMaarifa/series-troxide cd series-troxide cargo install --path .

Credits