{"id":22876864,"url":"https://github.com/webini/guessit-exec","last_synced_at":"2025-03-31T13:29:22.495Z","repository":{"id":57256587,"uuid":"76597088","full_name":"Webini/guessit-exec","owner":"Webini","description":"Call the Guessit python script","archived":false,"fork":false,"pushed_at":"2016-12-15T21:32:14.000Z","size":4,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T05:06:02.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Webini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-15T21:22:35.000Z","updated_at":"2018-01-17T00:16:43.000Z","dependencies_parsed_at":"2022-08-25T02:30:55.556Z","dependency_job_id":null,"html_url":"https://github.com/Webini/guessit-exec","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fguessit-exec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fguessit-exec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fguessit-exec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webini%2Fguessit-exec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Webini","download_url":"https://codeload.github.com/Webini/guessit-exec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473470,"owners_count":20783285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T15:28:06.373Z","updated_at":"2025-03-31T13:29:22.469Z","avatar_url":"https://github.com/Webini.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Guessit-exec\n============\n## Description\n\nGuessit exec is a simple method that allow you to call the python binary of guessit v2 in nodeJS\n\n## Requirements\nYou must install [guessit v2](https://github.com/guessit-io/guessit) before using this script\n\n## Usage\n\n```js\n  const guessit = require('guessit-exec');\n  \n  guessit('South.Park.s01.e01.720.mkv')\n    .then((data) =\u003e {\n      console.log(data);\n    })\n    .catch((e) =\u003e {\n      console.log(e);\n    });\n```\n\n## Prototype\n\n```c\nPromise guessit(String filename, Object options)\n```\n\nGuessit method return an es6 promise.\n\n### Options Object\nField name | Value allowed | Guessit Parameter\n---------- | ------------- | -----------------\ntype | string | --type | \nconfig | string | --config | \nnameOnly | boolean | --name-only | \ndateYearFirst | boolean | --date-year-first | \ndateDayFirst | boolean | --date-day-first | \nallowedLanguages | array | -L | \nallowedCountries | array | -C | \nepisodePreferNumber | boolean | -E | \nexpectedTitle | string | -T | \nexpectedGroup | string | -G | \nadvanced | boolean | -a\n\nFor more information about guessit parameter, go to [Guessit Documentation](http://guessit.readthedocs.io/en/latest/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebini%2Fguessit-exec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebini%2Fguessit-exec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebini%2Fguessit-exec/lists"}