mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
84 lines
881 B
GraphQL
84 lines
881 B
GraphQL
fragment SceneData on Scene {
|
|
id
|
|
checksum
|
|
oshash
|
|
title
|
|
details
|
|
url
|
|
date
|
|
rating
|
|
o_counter
|
|
organized
|
|
path
|
|
phash
|
|
interactive
|
|
interactive_speed
|
|
captions {
|
|
language_code
|
|
caption_type
|
|
}
|
|
created_at
|
|
updated_at
|
|
|
|
file {
|
|
size
|
|
duration
|
|
video_codec
|
|
audio_codec
|
|
width
|
|
height
|
|
framerate
|
|
bitrate
|
|
}
|
|
|
|
paths {
|
|
screenshot
|
|
preview
|
|
stream
|
|
webp
|
|
vtt
|
|
chapters_vtt
|
|
sprite
|
|
funscript
|
|
interactive_heatmap
|
|
caption
|
|
}
|
|
|
|
scene_markers {
|
|
...SceneMarkerData
|
|
}
|
|
|
|
galleries {
|
|
...SlimGalleryData
|
|
}
|
|
|
|
studio {
|
|
...SlimStudioData
|
|
}
|
|
|
|
movies {
|
|
movie {
|
|
...MovieData
|
|
}
|
|
scene_index
|
|
}
|
|
|
|
tags {
|
|
...SlimTagData
|
|
}
|
|
|
|
performers {
|
|
...PerformerData
|
|
}
|
|
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
|
|
sceneStreams {
|
|
url
|
|
mime_type
|
|
label
|
|
}
|
|
}
|