We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
year
Examples:
# ./cli.py "Attack on Titan - S04E21 - From.You,2000.Years.Ago WEBDL-480p" { "episode": 21, "quality": "WEB-DL", "title": "Attack on Titan", "season": 4, "encoder": "Years.Ago", "year": 2000, "resolution": "480p", "episodeName": "From You," } # ./cli.py "Heroes - S03E23 - 1961 Bluray-720p" { "episode": 23, "quality": "Blu-ray", "title": "Heroes", "season": 3, "year": 1961, "resolution": "720p" } # ./cli.py "Stargate SG-1 - S02E21 - 1969 HDTV-720p" { "episode": 21, "quality": "HDTV", "title": "Stargate SG-1", "season": 2, "year": 1969, "resolution": "720p" }
This obviously creates some issues when I send release year as 1969 for Stargate SG-1, for example :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Examples:
This obviously creates some issues when I send release year as 1969 for Stargate SG-1, for example :)
The text was updated successfully, but these errors were encountered: