7 Commits

Author SHA1 Message Date
Nonoty
f5ff6aff09
[Gallery Date Parser] Fixed issue with trailing dates + added optional title set (#588) 2025-07-02 23:41:44 +03:00
Nonoty
5541edff03
Added PythonDepManager to avoid people not installing dep (#584) 2025-06-21 17:58:27 +03:00
dynamosTopspin
49e4156bb0
Parse All Galleries for date (#507)
* Parse All Galleries for date

- Break out the date parsing to a separate function.
- Expand gallery search to more than single file zip galleries.
- Also scan the gallery's folder path if available.

The final valid parsed date of the files, then the gallery folder will be taken as the gallery's date. This will preserve the previous behavior of single file zip galleries, as there will be only one path to ever consider.

* Revert to previous logic

Previous logic returned the last possible valid date string in the path string, which is the more correct approach when a parent directory might also have a date string.

* formatting

* bump version

* Cleanup lingering prototype line
2025-03-01 16:55:06 +02:00
feederbox826
b166d47c8d
clean up unused dependencies requirements (#399)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-08-16 22:21:26 +03:00
Raghavan
228c294ffa
Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00
HijackHornet
ddfb2d7db1
[DateParser] Update to latest stashapi (#139) 2023-01-20 11:46:14 +02:00
HijackHornet
cd0d95f84c
[plugin] Add Gallery DateParser plugin (#99) 2022-12-10 14:10:01 +02:00