github iPromKnight/zilean v1.3.0

latest releases: v2.0.0, v1.5.3, v1.5.2...
2 months ago

What's Changed

Indexing has been reworked, including parsing of titles using parsett.
This means the initial load index will take a few minutes longer, but the benefits vastly outweigh this being an issue.

Two new env variables:

  • Zilean__Dmm__MaxFilteredResults: an integer which controls the maximum results for both filtered and unfiltered (defaults to 200)
  • Zilean__Dmm__MinimumScoreMatch: an Integer which defines the minimum score for ElasticHits. This defaults to 85. The higher the score, the more perfect the results have to be.

The unfiltered (search) endpoint now will only return score based results based on a match_phrase with a fallback to fuzzy.
This means fewer, more accurate results.

The filtered endpoint now includes filtering by title, season, episode, year, resolution, and language.
Only title is a mandatory field, the rest are optional.
Season and Episode have special cases.
If you search for a season, without an episode, you will get all packs for the season.
If you search for a season AND an episode, you will get all individual episodes matching the requested episode as the top scored results, followed by all the packs (season) torrents that also contain the requested episode.
When searching for anime, search for only an episode, no season.

Full Changelog: v1.2.10...v1.3.0

Don't miss a new zilean release

NewReleases is sending notifications on new releases.