You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As part of a system to support the ability of syncing stash-box data stash_ids would need an additional attribute to determine if the remote scene metadata has been updated since the entity was initially tagged or last updated from that endpoint
Describe the solution you'd like
The addition of the updated_at field to the stash id entities, have them populated, and add functionality to check, display and update scene data for tagged scenes
Describe alternatives you've considered
I have used the local scenes updated_at field to attempt to do something similar with a plugin but this is limited in usefulness as any edit to the scene would be an update not just updates from the specific endpoint
The text was updated successfully, but these errors were encountered:
Part of #2903
Is your feature request related to a problem? Please describe.
As part of a system to support the ability of syncing stash-box data stash_ids would need an additional attribute to determine if the remote scene metadata has been updated since the entity was initially tagged or last updated from that endpoint
Describe the solution you'd like
The addition of the
updated_at
field to the stash id entities, have them populated, and add functionality to check, display and update scene data for tagged scenesDescribe alternatives you've considered
I have used the local scenes
updated_at
field to attempt to do something similar with a plugin but this is limited in usefulness as any edit to the scene would be an update not just updates from the specific endpointThe text was updated successfully, but these errors were encountered: