Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio_codec can be an array instead of string... #6

Open
gregdel opened this issue Dec 17, 2021 · 0 comments
Open

audio_codec can be an array instead of string... #6

gregdel opened this issue Dec 17, 2021 · 0 comments

Comments

@gregdel
Copy link
Member

gregdel commented Dec 17, 2021

curl -Ss -H "content-type: application/json" \
     -X POST \
     --data '{"name":"The.Witcher.S02E02.Kaer.Morhen.720p.NF.WEB-DL.DDP5.1.Atmos.x264-TEPES.mkv"}' \
     http://guessit.quimbo.fr/guess | jq .
{
  "audio_channels": "5.1",
  "audio_codec": [
    "Dolby Digital Plus",
    "Dolby Atmos"
  ],
  "container": "mkv",
  "episode": 2,
  "episode_title": "Kaer Morhen",
  "release_group": "TEPES",
  "screen_size": "720p",
  "season": 2,
  "source": "Web",
  "streaming_service": "Netflix",
  "title": "The Witcher",
  "type": "episode",
  "video_codec": "H.264"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant