MaarifaMaarifa / series-troxide

A Simple and Modern Series Tracker
GNU General Public License v3.0
211 stars 8 forks source link
entertainment gui iced-rs rust tv-series tv-shows

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

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