10 releases (5 breaking)

0.5.1 Feb 21, 2024
0.5.0 Jan 22, 2024
0.4.3 Dec 8, 2023
0.4.1 Oct 27, 2023
0.0.2 Jun 23, 2023

#121 in GUI

Download history 4/week @ 2024-01-18 102/week @ 2024-02-15 58/week @ 2024-02-22 12/week @ 2024-02-29 126/week @ 2024-03-07 39/week @ 2024-03-14 13/week @ 2024-03-28 2/week @ 2024-04-04

61 downloads per month

GPL-3.0 license

6MB
12K SLoC

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

  • Aired and New Series discovery. See what's new globally and locally.
  • Series discovery based on categories. See series based on Networks, webchannels and genres.
  • Series search. Search for your favourite Series.
  • Upcoming releases. See when your tracked series are being aired.
  • Series Information. See general information of any series (Summary, genres, casts, other suggestions based on the series etc).
  • Series Categorization. See which of your series are running, ended and untracked.
  • Series watch progress tracking. See what season and episode to continue from, how many episodes are unwatched and how much time required to complete watching all of them.
  • Series Statistics. See how many series, seasons and episodes you have watched and how much time you've spent watching them in an ordered way.
  • Light and Dark themes. Use Series Troxide at any time of the day.
  • Data export and import. Carry your series tracking data anywhere.
  • Caching. Caches Series information for faster reload with auto-updating.
  • Notifications for upcoming episodes. Configure when to get notified before an episode release.
  • Trakt import. Import your series data from your Trakt account.

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

  • The API used has been provided by TVmaze, you can check out the site here.
  • The Icons used have been provided by bootstrap icons, you can check out the site here.
  • The Graphical User Interface has been made using Iced, you can check out the site here.
  • The UI design has been inspired by the Hobi Mobile app

Dependencies

~59–105MB
~1.5M SLoC