-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to Timestamp Trade, Attempt 2 #428
Conversation
your commits were not under also cc @Tweeticoats |
Yes, I saw right after I submitted, I appreciate it. |
Since mp.import_scene_markers ignores any markers too close to other markers, this code isn't needed.
runOnScenesWithMarkers is not a flag that I want because it's already covered by the setting createMarkers. I'm not against adding a tag and adding a prefix to markers. I'm working on my own pull request so I'll add the changes and submit that instead if that is ok. |
I don't see how. The query run when "processScene" == PLUGIN_ARGS uses "has_markers": "false". Also, there's a check in the processSceneTimestamTrade function that checks if len(s["scene_markers"]) == 0. The use case I'm targeting here is a user who made a custom marker for a scene and now wants to add extra markers from timestamp.trade. As it's currently written, that scene will be skipped.
Sure that's fine.
Yeah, that's fine, but I would like to see the functionality from runOnScenesWithMarkers added. |
I have multiple tasks:
If a scene has markers it will skip the scene unless you enable overwriting markers. |
I see my mistake now, missed the Reprocess All hook, so that's fine. Suggestion: Calling it Re-Process All implies it only runs on previously processed scenes. Having an option to merge would be preferable, and I'd argue that it should be on by default. Also, overwriteMarkers is not in the timestampTrade.yml file, so it's not in the Stash UI. |
I'm not that great at Git, a skill that's on my list to learn. So I just made a new repo with the same name and a single commit.
@feederbox826 Thanks for the heads-up.
Updates TimestampTrade to allow the user to add a tag/update the title of created timestamps.