DogmaDragon 43feb5909d Add URLs to plugins for better access and support
- Updated FileMonitor plugin URL to Discourse link
- Updated LocalVisage plugin URL to Discourse link
- Updated PlexSync plugin URL to Discourse link
- Updated PythonDepManager plugin URL to Discourse link
- Updated PythonToolsInstaller plugin URL to Discourse link
- Updated RenameFile plugin URL to Discourse link
- Updated SFW Switch plugin URL to Discourse link
- Updated SecondaryPerformerImage plugin URL to Discourse link
- Updated StashRandomButton plugin URL to Discourse link
- Updated TPDBMarkers plugin URL to Discourse link
- Updated ThumbPreviews plugin URL to Discourse link
- Updated VideoBanner plugin URL to Discourse link
- Updated VideoScrollWheel plugin URL to Discourse link
- Updated additionalFilesDeleter plugin URL to Discourse link
- Updated audio-transcodes plugin URL to Discourse link
- Updated bulkImageScrape plugin URL to Discourse link
- Updated chooseYourAdventurePlayer plugin URL to Discourse link
- Updated cjCardTweaks plugin URL to Discourse link
- Updated comicInfoExtractor plugin URL to Discourse link
- Updated defaultDataForPath plugin URL to Discourse link
- Updated dupeMarker plugin URL to Discourse link
- Updated e621_tagger plugin URL to Discourse link
- Updated externalLinksEnhanced plugin URL to Discourse link
- Updated filenameParser plugin URL to Discourse link
- Updated funscriptMarkers plugin URL to Discourse link
- Updated hotCards plugin URL to Discourse link
- Updated imageGalleryNavigation plugin URL to Discourse link
- Updated image_date_from_metadata plugin URL to Discourse link
- Updated markerDeleteButton plugin URL to Discourse link
- Updated markerTagToScene plugin URL to Discourse link
- Updated miscTags plugin URL to Discourse link
- Updated nfoSceneParser plugin URL to Discourse link
- Updated pathParser plugin URL to Discourse link
- Updated performerStashboxUrlToID plugin URL to Discourse link
- Updated sceneCoverCropper plugin URL to Discourse link
- Updated scenePageRememberStates plugin URL to Discourse link
- Updated setPerformersFromTags plugin URL to Discourse link
- Updated setSceneCoverFromFile plugin URL to Discourse link
- Updated starIdentifier plugin URL to Discourse link
- Updated stashAI plugin URL to Discourse link
- Updated stashAppAndroidTvCompanion plugin URL to Discourse link
- Updated stashNotes plugin URL to Discourse link
- Updated stashNotifications plugin URL to Discourse link
- Updated stashdb-performer-gallery plugin URL to Discourse link
- Updated stats plugin URL to Discourse link
- Updated tagCopyPaste plugin URL to Discourse link
- Updated tagGalleriesFromImages plugin URL to Discourse link
- Updated tagImagesWithPerfTags plugin URL to Discourse link
- Updated tagScenesWithPerfTags plugin URL to Discourse link
- Updated themeSwitch plugin URL to Discourse link
- Updated timestampTrade plugin URL to Discourse link
- Updated titleFromFilename plugin URL to Discourse link
- Updated untagRedundantTags plugin URL to Discourse link
- Updated videoChapterMarkers plugin URL to Discourse link
- Updated BlackHole theme URL to Discourse link
- Updated ColorPalette theme URL to Discourse link
- Updated Minimal theme URL to Discourse link
- Updated ModernDark theme URL to Discourse link
- Updated NeonDark theme URL to Discourse link
- Updated Night theme URL to Discourse link
- Updated Plex theme URL to Discourse link
- Updated PornHub theme URL to Discourse link
- Updated Pulsar theme URL to Discourse link
- Updated PulsarLight theme URL to Discourse link
- Updated RoundedYellow theme URL to Discourse link
- Updated FansDB Submission Helper userscript URL to Discourse link
- Updated StashDB Submission Helper userscript URL to Discourse link
2025-12-20 03:59:59 +02:00

112 lines
3.7 KiB
YAML

name: Timestamp Trade
description: Sync Markers with timestamp.trade, a new database for sharing markers.
version: 0.8.2
url: https://discourse.stashapp.cc/t/timestamp-trade/1415
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
addTsTradeTag:
displayName: Add the [Timestamp] tag to created markers.
type: BOOLEAN
addTsTradeTitle:
displayName: Add "TsTrade" to the start of generated marker titles.
type: BOOLEAN
excludedMarkerWords:
displayName: Exclude markers containing these words
description: Comma separated list of words to exclude
type: STRING
matchFunscripts:
displayName: Match funscripts
type: BOOLEAN
overwriteMarkers:
displayName: Overwrite Markers
type: BOOLEAN
mergeMarkers:
displayName: Merge Markers
type: BOOLEAN
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: "Submit Scenes with a funscript"
description: Submit scenes with a funscript
defaultArgs:
mode: submitInteractiveScene
- 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: "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
- name: "Index Funscript "
description: scan for funscript files to be matched and submitted
defaultArgs:
mode: indexFunscripts