* add path mutation (and by extension docker) support
* update version
* fix mutating path bug with json file path
* bump version
* improve error message clarity for when no scenes are found
card_opts allows you to specify whether you want the card to be filled or not, and also set the opacity of the card.
Other changes:
- Adjust README to include the new option and other additions.
- Change misleading param name 'border_opts' to 'hover_opts' in the docs, code and in the configuration file.
- Update version to 1.1.2.
* Fix data is undefined error
The error wasn't breaking anything, but it was unnecesary for it to happen.
* Add flexibility to also modify style presets
The gradient angle and animation, as well as the border color and border animation of the style presets can now be modified using the field format.
* Update README with images and enhancements
* Update version
* Update README
* Fix inconsistent height of hot cards in the home page
* Refactor CSS
* Rename classes for clarity
- hot-border -> hot-card
- hot-card -> hot-border
* Add support for 0-5 rating threshold alongside 0-100 range
* Improve configuration strings
* Add missed fallback
* Add customizable Hot Cards
- Allow users to specify Hot Cards to use tag-based or rating-based for each card type.
- Introduce a new custom string format for more flexible and detailed customization.
- Update README with detailed instructions, and examples.
- proper debugging for exception catching
- exit instead of return in main
- unindent funscript download and conversion from cache file
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
* [hotcards] add ?. fallbacks and clean regex, fix dependency chain
- use ?. to not fail when loading from `{}`
- use Object.values instead of Object.entries
- clean up regex with repeating patterns
- use pathname to pre-strip parameters
- move css to bottom, to ensure depencies load first
* prettier
---------
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
* Create requirements.txt
* Add files via upload
* Create empty
* Yarned Files
modified: plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.py
modified: plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.yml
deleted: plugins/AdulttimeInteractiveDL/cache/empty
modified: plugins/AdulttimeInteractiveDL/requirements.txt
* - Added Return on Error with stashapi
modified: plugins/AdulttimeInteractiveDL/AdulttimeInteractiveDL.py
- Add new Plugin "PythonToolsInstaller" for Docker ENV, to create VENV with stashtools to use with other Plugins
new file: plugins/PythonToolsInstaller/PythonToolsInstaller.py
new file: plugins/PythonToolsInstaller/PythonToolsInstaller.yml
new file: plugins/PythonToolsInstaller/packages/stashtools.txt
Files yarned.
* Fix mintags duration being lower than the frame interval
* cleanup debug message
* add support for zipped images
* add marker support to ai tagger plugin
* properly handle case when vrtag doesnt exist
* Updating misc-tags to add more group makeup options for foursome, fivesome, sixsome, sevensome.
* fix mkx200 to be 200°
---------
Co-authored-by: Tweeticoats <Tweeticoats@github.com>