Autocue: How can I send JSON metadata to stdin of a process? #3958
-
For AzuraCast’s Autocue (my How can I do that? I have (Liquidsoap) metadata in
How can I expand that to send Help from the knowledgeable people here much appreciated—thanks in advance! Background
For AzuraCast, we plan to use its database as an intermediate storage for these values, which should boost performance a lot. Standalone Liquidsoap and pre-processing scripts can also greatly benefit from this feature. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Does this help: https://www.liquidsoap.info/doc-2.2.4/json.html#exporting-json-values ? |
Beta Was this translation helpful? Give feedback.
-
Spent a few hours with "The Book" and LS source code, but couldn’t make out anything helpful. It can’t be that complicated to write a string to a process |
Beta Was this translation helpful? Give feedback.
-
I'm gonna see if I can add that soon it shouldn't be too hard.
…On Mon, Jun 10, 2024, 21:56 Matthias C. Hormann ***@***.***> wrote:
images should not be in JSON without base64 or something similar
Sure, I was just hesitant because of their *size*.
Thanks for all the pointers, much appreciated!
—
Reply to this email directly, view it on GitHub
<#3958 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUVFEINROD2HPVQFUZBLDZGYAGXAVCNFSM6AAAAABJBRHULKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOMZRGI3DQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I’m using this now, for the time being. @vitoyucepi Any objections/errors you see?
|
Beta Was this translation helpful? Give feedback.
You may never know this:
Use
file.temp
if you're not sure.By the way, images should not be in JSON without base64 or something similar.