stash/pkg/plugin/examples
kermieisinthehouse 4dd56c3d82
Show duration and filesize in results (#1776)
* Add new query interface
* Refactor query builder
* Change Query interface
* Return duration and filesize in scene query
* Adjust UI for scene metadata
* Introduce new image query interface
* Change image Query interface
* Add megapixels and size to image query
* Update image UI

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-10-25 11:40:13 +11:00
..
common Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
goraw refactor: move from io/ioutil to io and os package (#1772) 2021-09-27 10:55:23 +10:00
gorpc Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00
js Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
python Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
README.md Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00

README.md

Building

From the base stash source directory:

go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...

Place the resulting binaries together with the yml files in the plugins subdirectory of your stash directory.