Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

GuessIt is a python library that extracts as much information as possible from a video filename.

License

NotificationsYou must be signed in to change notification settings

guessit-io/guessit

Repository files navigation

GuessIt

Latest VersionLGPLv3 LicenseCodecovsemantic-release

GuessIt is a python library that extracts as much information aspossible from a video filename.

It has a very powerful matcher that allows to guess properties from avideo using its filename only. This matcher works with both movies andtv shows episodes.

For example, GuessIt can do the following:

$ guessit "Treme.1x03.Right.Place,.Wrong.Time.HDTV.XviD-NoTV.avi"For: Treme.1x03.Right.Place,.Wrong.Time.HDTV.XviD-NoTV.aviGuessIt found: {    "title": "Treme",    "season": 1,    "episode": 3,    "episode_title": "Right Place, Wrong Time",    "source": "HDTV",    "video_codec": "Xvid",    "release_group": "NoTV",    "container": "avi",    "mimetype": "video/x-msvideo",    "type": "episode"}

More information is available atguessit-io.github.io/guessit.

Support

This project is hosted onGitHub. Feel free to open an issue if you think you have found a bug or something is missing in guessit.

GuessIt relies onRebulk project for pattern and rules registration.

License

GuessIt is licensed under theLGPLv3 license.


[8]ページ先頭

©2009-2025 Movatter.jp