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

[FR] Extended release years for identically named titles #494

Open
entrider opened this issue Dec 7, 2023 · 0 comments
Open

[FR] Extended release years for identically named titles #494

entrider opened this issue Dec 7, 2023 · 0 comments

Comments

@entrider
Copy link

entrider commented Dec 7, 2023

Currently, titles that share the same name and are released in the same year are treated as having the same year of release. However, in such cases, release years are usually denoted with a /I or /II suffix to signify their release in the first or second half of the year respectively, e.g., 2013/I and 2013/II:

from imdb import Cinemagoer
ia = Cinemagoer()
print(ia.get_movie('2268446')['year']) # 2013/I https://www.imdb.com/title/tt2268446
print(ia.get_movie('2361618')['year']) # 2013/II https://www.imdb.com/title/tt2361618

I believe it would be useful to account for these suffixes, thus allowing users to differentiate between titles released in different halves of the same year.

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