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

Allow creating movies with duplicate names #2042

Closed
brnkaj opened this issue Nov 18, 2021 · 3 comments · Fixed by #4900
Closed

Allow creating movies with duplicate names #2042

brnkaj opened this issue Nov 18, 2021 · 3 comments · Fixed by #4900
Labels
improvement Something needed tweaking.

Comments

@brnkaj
Copy link

brnkaj commented Nov 18, 2021

Describe the bug
Adding movie with the same name but with different studio.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'movies'
  2. Click on 'new'
  3. Scrape by URL
  4. Save

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):

  • dockerized app
@brnkaj brnkaj added the help wanted Extra attention is needed label Nov 18, 2021
@WithoutPants WithoutPants added bug report Bug reports that are not yet verified and removed help wanted Extra attention is needed labels Apr 6, 2022
@IAmKontrast
Copy link

Great idea. Outside the porn world there are a lot of movies with the same name even same release year.
I would like to get rid of the restriction completely but I don't know if this causes trouble in the backend.

@brnkaj
Copy link
Author

brnkaj commented May 26, 2022

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 ...

@IAmKontrast
Copy link

Why scenes have to be unique?

@WithoutPants WithoutPants added improvement Something needed tweaking. and removed bug report Bug reports that are not yet verified labels Feb 13, 2024
@WithoutPants WithoutPants changed the title [Bug Report] Movie with the same name. Movie with the same name Feb 13, 2024
@WithoutPants WithoutPants changed the title Movie with the same name Allow creating movies with duplicate names Feb 13, 2024
@WithoutPants WithoutPants moved this to In review in Roadmap May 30, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Roadmap Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something needed tweaking.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants