WithoutPants
b23c3cd618
Perform hardware codec checks on separate go routine ( #6414 )
...
Warn if tests are taking a long time
Add WaitDelay to try to kill process if hanging
2025-12-15 14:57:00 +11:00
WithoutPants
1691280d1b
Fix excludes handling in performer studio filter ( #6413 )
2025-12-15 11:49:30 +11:00
WithoutPants
67b1dd8dd0
Add tag stash ids filter criterion ( #6403 )
...
* Add stash id filter to tag filter
* Add tag stash id criterion in UI
2025-12-12 08:54:57 +11:00
WithoutPants
1580cf9bd9
Provide more information when scraper loadURL fails
2025-12-12 07:17:41 +11:00
WithoutPants
7db394bbea
Date precision ( #6359 )
...
* Remove month/year only formats from ParseDateStringAsTime
* Add precision field to Date and handle parsing year/month-only dates
* Add date precision columns for date columns
* Adjust UI to account for fuzzy dates
2025-12-08 09:11:40 +11:00
WithoutPants
0fd7a2ac20
SQL performance improvements ( #6378 )
...
* Change queryStruct to use tx.Get instead of queryFunc
Using queryFunc meant that the performance logging was inaccurate due to the query actually being executed during the call to Scan.
* Only add join args if join was added
* Omit joins that are only used for sorting when skipping sorting
Should provide some marginal improvement on systems with a lot of items.
* Make all calls to the database pass context.
This means that long queries can be cancelled by navigating to another page. Previously the query would continue to run, impacting on future queries.
2025-12-08 08:08:31 +11:00
WithoutPants
e2dff05081
Replace ValueOnlyContext with context.WithoutCancel ( #6379 )
2025-12-08 07:59:42 +11:00
Gykes
39fd8a6550
Feature: Manual StashId Search - Tags ( #6374 )
2025-12-04 11:20:29 +11:00
Gykes
877491e62b
Manually Search Stash ID - Edit Page - Scenes, Studios ( #6340 )
2025-12-04 09:09:49 +11:00
WithoutPants
0bc4faef2a
Add support for removing custom field keys ( #6362 )
2025-12-04 07:28:06 +11:00
WithoutPants
ee61fc879b
Add nil check for scraped measurements ( #6367 )
2025-12-04 07:27:47 +11:00
WithoutPants
e02ef436a5
Fix batch tag update when studio/performer has no stash id ( #6369 )
...
* Handle batch tagging where stash id not set
Should search by name for these
* Don't set empty stash ids
2025-12-04 07:26:41 +11:00
WithoutPants
e213fde0cc
Return error when scanning avif in zip ( #6356 )
2025-12-02 14:27:29 +11:00
Otter Bot Society
5f16547e58
Add fallback for 0-dimension images (webp animations) ( #6342 )
2025-12-02 14:14:42 +11:00
WithoutPants
4017c42fe2
Handle modified files where the case of the filename changed on case-insensitive filesystems ( #6327 )
...
* Find existing files with case insensitivity if filesystem is case insensitive
* Handle case change in folders
* Optimise to only test file system case sensitivity if the first query found nothing
This limits the overhead to new paths, and adds an extra query for new paths to windows installs
2025-12-02 12:53:37 +11:00
WithoutPants
84e24eb612
Refactor scraping to include related object fields ( #6266 )
...
* Refactor scraper post-processing and process related objects consistently
* Refactor image processing
* Scrape related studio fields consistently
* Don't set image on related objects
2025-12-02 12:49:44 +11:00
Gykes
c6ae43c1d6
Feature Request: Vips AVIF Support ( #6337 )
2025-11-28 15:00:23 +11:00
WithoutPants
0ca416f75a
Ignore empty alias in studio partial ( #6338 )
2025-11-28 13:54:21 +11:00
feederbox826
a3ed381901
[hwaccel] increase timeout, fix formatting ( #6328 )
...
Thanks to @Gykes for helping find the formatting error
2025-11-28 11:47:34 +11:00
Gykes
90d1b2df2d
Feature: AVIF support ( #6288 )
2025-11-28 07:19:32 +11:00
Gykes
0bd78f4b62
Bugfix: Add Trimspace to New Objects ( #6226 )
2025-11-27 07:48:56 +11:00
Gykes
d10995302d
Feature: Add trash support ( #6237 )
2025-11-26 13:38:19 +11:00
WithoutPants
dc520e2b2f
Ignore empty studio alias in ScrapedStudio ( #6313 )
2025-11-25 10:11:39 +11:00
Slick Daddy
ecd9c6ec5b
Show O Counter in Studio card ( #5982 )
...
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com >
2025-11-25 10:06:36 +11:00
Gykes
5d02f916c2
Check for dupe IDs against boxes ( #6309 )
2025-11-25 08:58:57 +11:00
Gykes
2cac7d5b20
Bugfix: Add extra date formats. ( #6305 )
2025-11-25 08:17:51 +11:00
Gykes
957c4fe1b5
Bugfix: Fix empty Aliases Being Created for Studios ( #6273 )
...
* Filter out empty alias strings in studio modal create
* Reject empty alias strings in backend
* Remove invalid ValidateAliases call from UpdatePartial
This was calling using the values which are not necessarily the final values.
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com >
2025-11-14 11:49:26 +11:00
Gykes
c99825a453
Feature: Tag StashID support ( #6255 )
2025-11-13 14:24:09 +11:00
Gykes
a08d2e258a
Feature: Add Various Scraper Fields ( #6249 )
...
* Support aliases in stashbox studio query
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com >
2025-11-13 10:14:04 +11:00
Gykes
678b3de7c8
Feature: Support inputURL and inputHostname in scrapers ( #6250 )
2025-11-10 15:00:47 +11:00
Gykes
f434c1f529
Feature: Support Multiple URLs in Studios ( #6223 )
...
* Backend support for studio URLs
* FrontEnd addition
* Support URLs in BulkStudioUpdate
* Update tagger modal for URLs
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com >
2025-11-10 14:34:21 +11:00
EventHoriizon
d5b1046267
Group O-Counter Filter/Sort ( #6122 )
2025-11-10 11:53:53 +11:00
BigBangClock2
1a9a62eae9
Add sorting by performer age ( #6009 )
2025-11-10 10:49:40 +11:00
Gykes
53655e51c4
Feature: Filter by Total Scene Duration ( #6172 )
2025-11-10 10:45:36 +11:00
ayaya
289b698598
Add hardware codec support for rkmpp ( #6182 )
2025-11-10 09:55:12 +11:00
feederbox826
600cb15102
[packaging] switch to pnpm ( #6186 )
...
* [packaging] switch to pnpm
* Bump compiler version
* Change pnpm store in docker build
---------
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com >
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com >
2025-11-10 09:17:25 +11:00
Colin Alexander Duffy
20fa5d3146
Add JXL ( #6184 )
2025-11-06 18:09:40 +11:00
Gykes
42f76ca34f
Filter by Studio ( #6155 )
2025-11-06 17:26:30 +11:00
WithoutPants
a50a0d4289
Related files/folder filter for scenes/images/galleries ( #6158 )
...
* Add related files filter to scene filter
* Add files_filter to gallery filter
* Add files_filter to image filter
* Add gallery related folder filter
2025-11-06 17:25:59 +11:00
WithoutPants
8c4b607454
Add bulk update markers interface ( #6210 )
2025-11-06 16:01:24 +11:00
Gykes
6cace4ff88
Update parser to accept groups ( #6228 )
2025-11-06 09:53:43 +11:00
WithoutPants
1b2b4c5221
Fix panic when scraping with unknown field ( #6220 )
...
* Fix URL in group scraper causing panic
* Return error instead of panicking on unknown field
2025-10-31 19:54:35 +11:00
WithoutPants
d70ff551d4
Replace "movie" with "group" in scene is missing criterion ( #6204 )
...
* Add support for "group" value in scene is-missing filter criterion
* Replace movie with group in scene is missing criterion
2025-10-29 11:12:42 +11:00
WithoutPants
c162c3843d
Add timeout to ffmpeg hardware tests ( #6154 )
2025-10-21 08:13:42 +11:00
gregpetersonanon
914bbfc164
Prevent scanner from failing when reading file info ( #6123 )
2025-10-20 10:54:26 +11:00
WithoutPants
de5a9129b3
Use SafeMove when moving backup database ( #6147 )
2025-10-17 08:17:15 +11:00
WithoutPants
ce4b86daf5
Fix tag order on details pages ( #6143 )
...
* Fix related tag order
* Fix unit tests
2025-10-16 13:15:09 +11:00
WithoutPants
7b182ac04b
Vacuum into database directory then move file if backup dir different ( #6137 )
...
If the backup directory is not the same directory as the database, then vacuum into the same directory then move it to its destination. This is to prevent issues vacuuming over a network share.
2025-10-15 16:30:06 +11:00
WithoutPants
d3f6301101
Use natural sort for related tags ( #6128 )
2025-10-13 13:13:45 +11:00
WithoutPants
72c9c436be
Fix groups not transferring when merging tags ( #6127 )
...
* Add test for group when merging tags
* Fix groups not reallocated when merging tags
2025-10-13 13:13:23 +11:00