Skip to content

v0.27.2 - 2024-10-16

Info

The Movie concept has been renamed to Group.

Info

Tagger settings have been reset, but are now persisted between browser sessions. Show male performers and Set Tags are now defaulted to true. Please verify your settings before using the Tagger.

✨ New Features

  • Movies have been renamed to Groups and now may contain orderable sub-groups with descriptions. (#5105)
  • Added support for multiple URLs for Performers. (#4958)
  • Added ability to set tags on Studios. (#4858)
  • Added support for multiple URLs for Groups. (#4900)
  • Added ability to set tags on Groups. (#4969)
  • Added ability to set a specific image as a Gallery Cover. (#5182)
  • Added support for setting default filter for all views. (#4962)
  • Added preview scrubber to Gallery cards. (#5133)
  • Added support for bulk-editing Tags. (#4925)
  • Added filter to Scrapers menu. (#5041)
  • Added ability to set the location of ssl certificate files. (#4910)
  • Added option to rescan all files in the Scan task. (#5254)

🎨 Improvements

  • [0.27.2] Scene player now shows the starting position when resume time is set. (#5379)
  • [0.27.1] Live transcode requests are now debounced to spawn fewer ffmpeg instances while scrubbing. (#5340)
  • [0.27.1] Blobs location may now be set using environment variable STASH_BLOBS. (#5345)
  • Added button to view sub-studio/sub-tag content on Studio/Tag details pages. (#5080)
  • Made tagger settings persistent. (#5165)
  • Added birthdate and age to Performer select. (#5076)
  • Made pagination control more compact. (#4882)
  • Added filter and count badge to Scraper lists in the Metadata Providers page, and improved presentation. (#5040)
  • Clicking Rescan on the details pages will now properly recalculate file details. (#5043)
  • Added performer sorting options for career length, measurements and weight. (#5129)
  • Added path column option to scene and gallery list tables. (#5005)
  • Moved Reload scrapers option to top of Scrapers menus. (#5142)
  • Added scene filter criterion for Scene Marker queries. (#5097)
  • Scene Player now allows interacting with the controls before playing video, and errors no longer prevent interacting with the Scene Player. (#5145)

🐛 Bug fixes

  • [0.27.2] Fixed items being selected twice when selecting items in the Grid list. (#5377)
  • [0.27.2] Fixed 62 migration error for some users. (#5363)
  • [0.27.2] Fixed scenes incorrectly autoplaying on queue selection. (#5379)
  • [0.27.2] Videos no longer begin playing when seeking before video has started. (#5379)
  • [0.27.2] Videos will now resume from the correct time when switching sources due to error. (#5379)
  • [0.27.1] Fixed UI infinite loop when sorting by random without a seed in the URL. (#5319)
  • [0.27.1] Fixed dropdowns not displaying correctly in the merge dialogs. (#5299)
  • [0.27.1] For single URLs, link icon now shows the dropdown menu instead of navigating to the URL. (#5310)
  • [0.27.1] Fixed redirection when page > total pages to the last page instead of the first. (#5321)
  • [0.27.1] Fixed display of rating criterion when using decimal rating system. (#5334)
  • [0.27.1] Fixed parent/child Tags not showing in alphabetical order. (#5320)
  • [0.27.1] Fixed performance issue when viewing studios where system has many images with no studios. (#5335)
  • [0.27.1] Clicking on the video player timeline before video is started now plays the video from that point instead of playing from the beginning. (#5340)
  • [0.27.1] Fixed UI crash when front page has filters using legacy movies scene filter. (#5348)
  • [0.27.1] Restored legacy behaviour where selection is persisted when paging or changing filter. (#5349)
  • [0.27.1] Fixed UI crash when navigating to image without files. (#5325)
  • [0.27.1] Fixed panic when deleting image without files. (#5328)
  • [0.27.1] Fixed matched performer and studio links not including base URL in Tagger. (#5337)
  • Fixed videos and images having incorrect dimensions when the orientation flag is set to a non-default value during scan. (#5188, #5189)
  • Fixed mp4 videos being incorrectly transcoded when the file has opus audio codec. (#5030)
  • Fixed o-history being imported as view-history when importing from JSON. (#5127)
  • Deleting a zip-based or folder-based Gallery and deleting the file/folder now removes files from the existing image if the image has multiple files, instead of removing the image. (#5213)
  • Fixed Intel Quicksync hardware encoding support. (#5069)
  • Fixed hardware transcoding not working correctly on macOS devices. (#4945)
  • Fixed ffmpeg version detection for n- prefixed version numbers. (#5102)
  • Anonymise now truncates o- and view history data. (#5166)
  • Fixed issue where using mouse wheel on numeric input fields would scroll the window in addition to changing the value. (#5199)
  • Fixed issue where some o-dates could not be deleted. (#4971)
  • Fixed handling of symlink zip files. (#5249)
  • Fixed default database backup directory being set to the config file directory instead of the database directory. (#5250)
  • Added API key to DASH and HLS manifests. (#5061)
  • Query field no longer focused when selecting items in the filter list on touch devices. (#5204)
  • Fixed weird scrolling behaviour on Gallery detail page on smaller viewports (#5205)
  • Performer popover links now correctly link to the applicable scenes/image/gallery query page instead of always going to scenes. (#5195)
  • Fixed scene player source selector appearing behind the player controls. (#5229)
  • Fixed red/green/blue slider values in the Scene Filter panel. (#5221)
  • Play button no longer appears on file-less Scenes. (#5141)
  • Fixed transgender icon colouring. (#5090)
  • Refreshed built in freeones scraper. (#5171)

Plugin API changes

  • PluginAPI.patch.instead now allows for multiple plugins to hook into a single function. (#5125)