guessit
library for guessing information from video filenames (Python 3)
Install
- All systems
-
curl cmd.cat/guessit.sh
- Debian
-
apt-get install python3-guessit
- Ubuntu
-
apt-get install python3-guessit
- Fedora
-
dnf install python3-guessit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-guessit
- Raspbian
-
apt-get install python3-guessit
- Dockerfile
- dockerfile.run/guessit
python3-guessit
library for guessing information from video filenames (Python 3)
GuessIt is a Python library that tries to extract as much information as possible from a video file. It has a very powerful filename matcher that allows one to guess a lot of metadata from a video using only its filename. This matcher works with both movies and TV show episodes. This package contains the Python 3 module. It also contains the "guessit" binary to interact with this library.