BenjV / autosub

35 stars 8 forks source link

Filename parser question #6

Closed mrhotio closed 7 years ago

mrhotio commented 7 years ago

Is the filename parser able to decode the following naming structure?

TVShow Name - S01E01 - [tvshow.name.s01e01.1080p.webrip.x264-group].mkv

Guessit gives the following result:

GuessIt found: {
    "title": "TVShow Name",
    "season": 1,
    "episode": 1,
    "screen_size": "1080p",
    "format": "WEBRip",
    "video_codec": "h264",
    "release_group": "group",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}
mrhotio commented 7 years ago

To answer my own question...

No, the parser does not recognize it.