hunch 2.0.2

A media filename parser for movies, TV, and anime — built in Rust, inspired by guessit
Documentation
1
2
3
4
5
6
7
8
9
# Episode format patterns.
#
# Detects the format/type of an episode (e.g., Minisode).
# Both singular and plural forms map to the singular canonical value.
property = "episode_format"

[exact]
minisode  = "Minisode"
minisodes = "Minisode"