mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-16 22:03:17 -05:00
84 lines
2.9 KiB
YAML
84 lines
2.9 KiB
YAML
name: Timestamp Trade
|
|
description: Sync Markers with timestamp.trade, a new database for sharing markers.
|
|
version: 0.7
|
|
url: https://github.com/stashapp/CommunityScripts/
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/timestampTrade.py"
|
|
interface: raw
|
|
settings:
|
|
createGalleryFromScene:
|
|
displayName: Create Gallery from scene
|
|
description: If there is a gallery linked to the scene in the timestamp.trade database and a gallery with the same file hash is found create a gallery inside stash
|
|
type: BOOLEAN
|
|
createMovieFromScene:
|
|
displayName: Create Movie from scene
|
|
description: If there is a Movie linked to the scene in the timestamp.trade database automatically create a movie in stash with that info
|
|
type: BOOLEAN
|
|
extraUrls:
|
|
displayName: Add extra urls if they exist on timestamp.trade
|
|
description: Extra urls can be submitted to timestamp.trade, add them to the scene if they exist
|
|
type: BOOLEAN
|
|
disableSceneMarkersHook:
|
|
displayName: Disable the Scene Markers hook
|
|
type: BOOLEAN
|
|
disableGalleryLookupHook:
|
|
displayName: Disable the Gallery Lookup hook
|
|
type: BOOLEAN
|
|
addTimestampTradeUrl:
|
|
displayName: Add timestamp.trade url
|
|
type: BOOLEAN
|
|
createMarkers:
|
|
displayName: Add markers from timestamp.trade
|
|
type: BOOLEAN
|
|
path:
|
|
displayName: Download parent folder
|
|
description: Download location for files, note this should be in a different folder to stash and in a folder covered by stash. You may need to create a new library path to cover this directory.
|
|
type: STRING
|
|
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
|
|
- name: image add
|
|
description: Add images
|
|
triggeredBy:
|
|
- Image.Create.Post
|
|
tasks:
|
|
- name: "Submit"
|
|
description: Submit markers to timestamp.trade
|
|
defaultArgs:
|
|
mode: submitScene
|
|
- name: "Submit Scenes with linked movies"
|
|
description: Submit movie information to timestamp.trade
|
|
defaultArgs:
|
|
mode: submitMovieScene
|
|
- name: "Submit Scenes with eroscripts.com url"
|
|
description: Submit scenes with a eroscripts.com forum post
|
|
defaultArgs:
|
|
mode: submitEroscriptScene
|
|
- name: "Sync"
|
|
description: Get markers for all scenes with a stashid
|
|
defaultArgs:
|
|
mode: processScene
|
|
- name: "Re-process Scene"
|
|
description: reprocess scenes with a timestamp.trade url
|
|
defaultArgs:
|
|
mode: reprocessScene
|
|
- name: "Re-process All"
|
|
description: reprocess all scenes with any stash-box id
|
|
defaultArgs:
|
|
mode: processAll
|
|
- 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
|