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

Wrong release group on sample files #516

Closed
duramato opened this issue Dec 10, 2017 · 3 comments
Closed

Wrong release group on sample files #516

duramato opened this issue Dec 10, 2017 · 3 comments
Milestone

Comments

@duramato
Copy link
Contributor

WWIIs.Most.Daring.Raids.S01E04.Storming.Mussolinis.Island.1080p.WEB.h264-EDHD
For this Scene release's sample, it parses the group wrongfully for the sample file.

As a single file:

For: wwiis.most.daring.raids.s01e04.storming.mussolinis.island.1080p.web.h.264-edhd-sample.mkv
GuessIt found: {
    "title": "wwiis most daring raids",
    "season": 1,
    "episode": 4,
    "episode_title": "storming mussolinis island",
    "screen_size": "1080p",
    "format": "WEB-DL",
    "video_codec": "h264",
    "release_group": "edhd-sample",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}

Or in the release's directory:

For: WWIIs.Most.Daring.Raids.S01E04.Storming.Mussolinis.Island.1080p.WEB.h264-EDHD/wwiis.most.daring.raids.s01e04.storming.mussolinis.island.1080p.web.h.264-edhd-sample.mkv
GuessIt found: {
    "season": 1,
    "episode": 4,
    "episode_title": "Storming Mussolinis Island",
    "screen_size": "1080p",
    "format": "WEB-DL",
    "video_codec": "h264",
    "title": "wwiis most daring raids",
    "release_group": "edhd-sample",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}
@duramato
Copy link
Contributor Author

duramato commented Dec 16, 2017

Same thing also happens to proof files,

For: dcs.legends.of.tomorrow.s02e01.1080p.bluray.x264-rovers.proof.jpg
GuessIt found: {
    "title": "dcs legends of tomorrow",
    "season": 2,
    "episode": 1,
    "screen_size": "1080p",
    "format": "BluRay",
    "video_codec": "h264",
    "release_group": "rovers.proof.jpg",
    "mimetype": "image/jpeg",
    "type": "episode"
}

and another sample example

For: dcs.legends.of.tomorrow.s02e01.720p.bluray.x264-demand.sample.mkv
GuessIt found: {
    "title": "dcs legends of tomorrow",
    "season": 2,
    "episode": 1,
    "screen_size": "720p",
    "format": "BluRay",
    "video_codec": "h264",
    "release_group": "demand.sample",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}

@fernandog
Copy link
Contributor

@Toilal @ratoaq2 are you willing to add "Sample" in other property ? thanks

@ratoaq2 ratoaq2 added this to the 3.1 milestone Feb 10, 2018
@ratoaq2 ratoaq2 modified the milestones: 3.1, 3.0 Mar 3, 2018
ratoaq2 added a commit that referenced this issue Mar 3, 2018
@ratoaq2
Copy link
Member

ratoaq2 commented Mar 3, 2018

Fixed by #536

@ratoaq2 ratoaq2 closed this as completed Mar 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants