Skip to content
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

Key/Value format .txt file Preset/Format? #95

Closed
monkeejuice25 opened this issue May 15, 2024 · 6 comments
Closed

Key/Value format .txt file Preset/Format? #95

monkeejuice25 opened this issue May 15, 2024 · 6 comments

Comments

@monkeejuice25
Copy link

monkeejuice25 commented May 15, 2024

Feature Request: Just following up here per your OBS Forum response to my inquiry about the possibility of adding preset functions for parsing key/value format .txt file requests. Great work on the plugin!

@royshil
Copy link
Collaborator

royshil commented May 15, 2024

what is the format of your file?
also - would you be able to supply it in JSON format? b/c then the parser already supports it
and JSON is naturally a key-value format

@monkeejuice25
Copy link
Author

monkeejuice25 commented May 15, 2024

The key/value data request would periodically update into a local .txt file.

The format:

pos1fname=Bryan
pos1lname=Thomas
pos1num=58
pos1additional=Texas Roadhouse

..etc.

I assume that this is a very simplified method of K/V

@monkeejuice25
Copy link
Author

monkeejuice25 commented May 16, 2024

Hey Roy,

Let me clarify a bit. The local .txt file is periodically updated via a portal that handles the .txt update.
All the plugin needs to request from is the .txt file.
The aforementioned format is the common format for this live race timing service provider.

@royshil
Copy link
Collaborator

royshil commented May 16, 2024

@monkeejuice25 no problem i will add it as a parser. just need a few more days to wrap up some pressing work..

@royshil
Copy link
Collaborator

royshil commented May 17, 2024

implementd in #97

@royshil
Copy link
Collaborator

royshil commented May 17, 2024

closing.

@royshil royshil closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants