mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-25 18:35:00 -05:00
36 lines
1002 B
YAML
36 lines
1002 B
YAML
name: Timestamp Trade
|
|
description: Sync Markers with timestamp.trade, a new database for sharing markers.
|
|
version: 0.3
|
|
url: https://github.com/stashapp/CommunityScripts/
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/timestampTrade.py"
|
|
interface: raw
|
|
hooks:
|
|
- name: Add Marker to Scene
|
|
description: Makes Markers checking against timestamp.trade
|
|
triggeredBy:
|
|
- Scene.Update.Post
|
|
- name: Gallery lookup
|
|
description: Look up gallery metadata from timestamp.trade
|
|
triggeredBy:
|
|
- Gallery.Create.Post
|
|
|
|
tasks:
|
|
- name: 'Submit'
|
|
description: Submit markers to timestamp.trade
|
|
defaultArgs:
|
|
mode: submitScene
|
|
- name: 'Sync'
|
|
description: Get markers for all scenes with a stashid
|
|
defaultArgs:
|
|
mode: processScene
|
|
- name: 'Submit Gallery'
|
|
description: Submit gallery info to timestamp.trade
|
|
defaultArgs:
|
|
mode: submitGallery
|
|
- name: 'Sync Gallery'
|
|
description: get gallery info from timestamp.trade
|
|
defaultArgs:
|
|
mode: processGallery
|