mirror of
https://github.com/stashapp/stash.git
synced 2025-12-23 16:52:20 +01:00
* Add funscript route to scenes Adds a /scene/:id/funscript route which serves a funscript file, if present. Current convention is that these are files stored with the same path, but with the extension ".funscript". * Look for funscript during scan This is stored in the Scene record and used to drive UI changes for funscript support. Currently, that's limited to a funscript link in the Scene's file info. * Add filtering and sorting for interactive * Add Handy connection key to interface config * Add Handy client and placeholder component. Uses defucilis/thehandy, but not thehandy-react as I had difficulty integrating the context with the existing components. Instead, the expensive calculation for the server time offset is put in localStorage for reuse. A debounce was added when scrubbing the video, as otherwise it spammed the Handy API with updates to the current offset. |
||
|---|---|---|
| .. | ||
| 1_initial.down.sql | ||
| 1_initial.up.sql | ||
| 2_cover_image.up.sql | ||
| 3_o_counter.up.sql | ||
| 4_movie.up.sql | ||
| 5_performer_gender.down.sql | ||
| 5_performer_gender.up.sql | ||
| 6_scenes_format.up.sql | ||
| 7_performer_optimization.up.sql | ||
| 8_movie_fix.up.sql | ||
| 9_studios_parent_studio.up.sql | ||
| 10_image_tables.up.sql | ||
| 11_tag_image.up.sql | ||
| 12_oshash.up.sql | ||
| 13_images.up.sql | ||
| 14_stash_box_ids.up.sql | ||
| 15_file_mod_time.up.sql | ||
| 16_organized_flag.up.sql | ||
| 17_reset_scene_size.up.sql | ||
| 18_scene_galleries.up.sql | ||
| 19_performer_tags.up.sql | ||
| 20_phash.up.sql | ||
| 21_performers_studios_details.up.sql | ||
| 22_performers_studios_rating.up.sql | ||
| 23_scenes_interactive.up.sql | ||