Commit Graph

18 Commits

Author SHA1 Message Date
Tweeticoats
511cb9e90a timestampTrade bugfixes, remove old code (#304)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-05-16 16:48:51 +03:00
Tweeticoats
468e9df869 Updates to timestamp.trade and stashdb-performer-gallery (#282)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-04-24 17:31:47 +03:00
DogmaDragon
a94a4fff65 Fix timestampTrade.py
Closes https://github.com/stashapp/CommunityScripts/issues/267
2024-03-27 09:51:40 +02:00
p0rnb0x
02894d1317 Allow disabling scene marker hooks (#255) 2024-02-21 10:07:10 +05:30
Raghavan
228c294ffa Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00
Tweeticoats
666c038c57 Bugfixes, fixing extra urls and gallery info fetching. 2024-01-19 21:14:29 +10:30
Tweeticoats
1accf6ec9c bugfix, timestampTrade.py set a default config value
Bugfix, set a default value for the config option as it does not exist in the plugin config until the value has been set.
2024-01-12 23:28:25 +10:30
Tweeticoats
bfa6e275b7 Adding Movie sync support and extra urls from timestamp.trade
If someone has linked a scene to a movie and submitted the data there can be movie information in timestamp.trade.
If enabled a movie will be created and the scene number linked on save.

If the extra urls have been submitted to timestamp.trade add them to the scene.
I am hoping to crowd source links to funscripts for example.
2024-01-11 20:37:40 +10:30
Tweeticoats
b87b9f6c13 Cleanup 2023-12-28 00:08:45 +10:30
Tweeticoats
aa520dfa90 Merge https://github.com/stashapp/CommunityScripts into timestamp-trade2 2023-12-27 23:49:57 +10:30
Tweeticoats
593760e5d2 Adding gallery support and fixes to allow it to work with stash 0.24.
There is a new task to submit galleries and fetch metadata for untagged galleries plus a gallery update hook to update new updates.
2023-12-27 23:33:18 +10:30
feederbox826
c1fd3c655c [timestamp] respect skip sync during updates
Add if structure to skip updating scenes [skip sync] tag
2023-09-24 00:18:47 -04:00
feederbox826
a115465d22 [timestamp] add [Skip Sync] and [Skip Submit] tags
built on https://github.com/stashapp/CommunityScripts/pull/172
2023-09-23 23:26:17 -04:00
feederbox826
0c5881bd48 [timestamptrade] update
- fixes #170 with JSON error handling
- display debug message if no markers for scene
- added explicit edit if no scenes to process
2023-09-07 20:52:51 -04:00
Tweeticoats
b7409be724 [timestampTrade] Fix bugs with data submission (#159) 2023-04-25 00:56:37 +03:00
Tweeticoats
924a5e3ea5 Changed to fragment instead of writing the query myself. 2023-04-17 10:24:08 +09:30
Tweeticoats
09dcd67a90 Fixing bugs with the plugin with submission.
Calling the stash graphql api manually as I only care about a few fields when submitting data.
Improved logging message and report % of files being processed.
Use a persistent session with timestamp.trade instead of connecting for each request.
2023-04-16 23:24:11 +09:30
Tweeticoats
4763938207 [plugin] Timestamp.trade (#83) 2023-02-08 00:49:10 +02:00