-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
[Feature] Generalized support for external IDs #1790
Comments
FYI - while we are waiting for stash to officially support this, there is a way to add performer handles as is - open stash db in your favorite admin tool (can recommend DBeaver) - add URLs to stash_id table and they'll show up in performer page under stash_id links https://discord.com/channels/559159668438728723/559399634318131210 |
As a filemaker database administrator, I don't agree with this solution. StashID is there for stash-box, not for this purpose.
|
I like the idea of having a general way to refer to some external ID. There are some details regarding implementation which can matter, depending on how SQLite stores data:
... and so on. It might also hinge on us rewriting some code before this can be tackled. But I don't know enough about the code base (yet) to have an opinion worth its salt here. |
I think generalising (and renaming) the |
I agree, They are similar but different things and should be handled differently, would the handling of links be better suited in an entirely different issue? |
I thought there was, but apparently I was wrong. Yes, there should be another issue for handling URLs. |
Is your feature request related to a problem? Please describe.
Stash currently only supports the ability to store external ids from stash-boxes, this feature request is to allow for the
stash_id
concept to be generalized to allow for other external sources of metadataDescribe the solution you'd like
the
stash_id
tables in stash to allow for alternative links or an alternative table be created e.g.if a user wants to use TPDB for metadata an entry into either table it could be entered like the following
This concept could also be extended to other external links, like links to the media source, social links, etc. like described in in #1868
Describe alternatives you've considered
Storing this external match data in a separate DB, this is not ideal because it does not integrate with the stash API or stash UI
The text was updated successfully, but these errors were encountered: