Indexing funscripts is done with a task creating a database with the funscript path and a md5 of the script.
Submitting funscripts is done by the submit tasks.
On query a list of funscript hashes are returned by the api and if thre is a matching script it will copy the file to the correct name for stash to match it.
Added an option to exclude markers that contain a string.
Added an option to add the [Timestamp] tag to markers the plugin creates.
Added an option to add the string [TsTrade] to markers eg "[TsTrade] marker name".
Refreshing is no longer needed if the user updates his plugin configuration.
- Reorganize code
- Move configuration/settings related code to configuartionHandler.js
- Move registerPathChangeListener function to helpers.js
- Add function to update configuration if user comes from /settings page
* 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.