-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Allow creating movies with duplicate names #2042
Comments
Great idea. Outside the porn world there are a lot of movies with the same name even same release year. |
Maybe it would help to have URL as part of user/unique key? I mean I don't know how DB is structured but you could have ID generated from sequence and if we assume that URL could be unique then you could easily make multiple records with the same name. ID is then used as foreign key in other tables ... |
Why scenes have to be unique? |
Describe the bug
Adding movie with the same name but with different studio.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be possible to add movie with the same name but with different studio.
Stash Version: (from Settings -> About):
v0.11.0
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: