27 Commits

Author SHA1 Message Date
DogmaDragon
a1809330aa
[timestampTrade] Revert breaking change (#493) 2025-01-25 19:53:32 +02:00
DogmaDragon
4c9aaa5e1c
Update class wrapper
c2183802db
2025-01-11 06:06:05 +02:00
feederbox826
ad21862c29
[tsTrade] add default path
3e4fb6383e
2024-11-27 01:11:31 -05:00
feederbox826
3e4fb6383e
[tsTrade] add missing config value, remove nested quote for py3.11 users 2024-11-27 01:09:20 -05:00
Tweeticoats
7f866dada0 Formatting 2024-09-24 22:38:28 +09:30
Tweeticoats
f1fe09e0eb Formatting 2024-09-10 00:04:08 +09:30
Tweeticoats
48fbb35415 A few more features, funscripts matching, excluding markers with matching strings and adding a string to new markers.
Indexing funscripts is done with a task creating a database with the funscript path and a md5 of the script.
Submitting funscripts is done by the submit tasks.
On query a list of funscript hashes are returned by the api and if thre is a matching script it will copy the file to the correct name for stash to match it.

Added an option to exclude markers that contain a string.

Added an option to add the [Timestamp] tag to markers the plugin creates.

Added an option to add the string [TsTrade] to markers eg "[TsTrade] marker name".
2024-09-09 23:51:44 +09:30
feederbox826
b166d47c8d
clean up unused dependencies requirements (#399)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
2024-08-16 22:21:26 +03:00
Tweeticoats
5b506a8a8f
[Timestamp Trade] Fixes and new feature to download images (#378)
Co-authored-by: Tweeticoats <Tweeticoats@github.com>
2024-07-30 17:39:51 +03:00
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