SeaDex Data Refinement

SeaDex Data Refinement[1], brought to you by Lumon Industries[2], provides information and identifies specific SeaDex entries that are currently lacking in one way or another. You can use this page as a resource to stay informed and help contribute to SeaDex.

If you notice any entries that seem to be in the wrong category, please report them here. For any other issues with SeaDex, please report them to the SeaDex Discord server.

Overview

  • Leaderboards: Leaderboards for SeaDex entries.

  • Size Statistics: Statistics about SeaDex’s size.

  • Unmuxed: SeaDex entries that outline the recommended combinations for muxing to create the ideal release. Check out the tutorial if you want to mux these releases.

  • No comparisons: SeaDex entries without any comparisons. Check out the tutorial if you’re interested in making comparisons, and share them in the #comparisons channel on Discord.

  • Marked incomplete: SeaDex entries explicitly marked as incomplete by the editors. They often lack comparisons or contain useless comparisons that need to be replaced with proper ones, though other issues may also contribute to their incomplete status.

  • Public - non-Nyaa: SeaDex entries that are publicly available but not yet on Nyaa. Reposting them to Nyaa is a simple way to contribute, just be mindful of Nyaa’s rules.

  • Private tracker only entries: SeaDex entries found only on private trackers. You can contribute by reposting them to Nyaa, but only if the private tracker allows it.

  • Private tracker only torrents: SeaDex entries with atleast one torrent found only on private trackers. You can contribute by reposting them to Nyaa, but only if the private tracker allows it.

  • Public tracker only: SeaDex entries found only on public trackers. You can contribute by reposting them to private trackers, following their rules and requirements.

  • Top 500 missing shows: Top 500 AniList entries that aren’t yet on SeaDex. If you’d like to see any of these added, your comparison submissions are needed. The tutorial provides a step-by-step guide. Once you’ve made your comparisons, please share them in the #comparisons channel on Discord.

  • Best missing dual-audio: Best entries that currently do not have a dual audio version available. If you’re interested in creating dual audio muxes for these entries, it’s recommended to first join the Discord to consult with others before starting. You can also find a helpful guide in the muxing tutorial.

  • Alt missing dual-audio: Same as best-missing-dual, but for alt releases instead.

Running locally

If you just want to build the docs:

$ git clone https://github.com/Ravencentric/seadex-data-refinement.git
$ cd seadex-data-refinement
$ uv run nox -s build-docs
$ git clone https://github.com/Ravencentric/seadex-data-refinement.git
$ cd seadex-data-refinement
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install .
$ nox -s build-docs

If you want to use the underlying SeaDex Data Refinement (SDR) CLI:

$ git clone https://github.com/Ravencentric/seadex-data-refinement.git
$ cd seadex-data-refinement
$ uv run sdr --help
$ git clone https://github.com/Ravencentric/seadex-data-refinement.git
$ cd seadex-data-refinement
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install .
$ sdr --help

The CLI tool provides additional functionalities, such as controlling the maximum number of entries retrieved and outputting data in JSON format.