stash/ui/v2.5/graphql/mutations
MinasukiHikimuna 0d40056f8c
Markers can have end time (#5311)
* Markers can have end time

Other metadata sources such as ThePornDB and timestamp.trade support end times for markers but Stash did not yet support saving those. This is a first step which only allows end time to be set either via API or via UI. Other aspects of Stash such as video player timeline are not yet updated to take end time into account.

- User can set end time when creating or editing markers in the UI or in the API.
- End time cannot be before start time. This is validated in the backend and for better UX also in the frontend.
- End time is shown in scene details view or markers wall view if present.
- GraphQL API does not require end_seconds.
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-11-02 11:55:48 +11:00
..
config.graphql Change ffmpeg handling (#4688) 2024-03-21 12:43:40 +11:00
dlna.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
file.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
filter.graphql Default view filters (#4962) 2024-06-18 10:51:52 +10:00
gallery-chapter.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
gallery.graphql Support for assigning any image from a gallery as the cover (#5053) 2024-08-29 11:24:52 +10:00
group.graphql Containing Group/Sub-Group relationships (#5105) 2024-08-30 11:43:44 +10:00
image.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
job.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
metadata.graphql Add Clean generated files task (#4607) 2024-02-23 15:56:00 +11:00
migration.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
performer.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
plugins.graphql Plugin API improvements (#4603) 2024-02-22 11:20:21 +11:00
scene-marker.graphql Markers can have end time (#5311) 2024-11-02 11:55:48 +11:00
scene.graphql Create a section in the history panel to reset scene activity (#5168) 2024-08-29 13:34:22 +10:00
scrapers.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
stash-box.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
studio.graphql Improve client-side graphql scalar types (#4511) 2024-02-07 09:49:32 +11:00
tag.graphql Bulk edit tags (#4925) 2024-06-11 13:41:20 +10:00