runecalico

Results 10 comments of runecalico

Understood. I was submitting the report under the concept of "I might get lucky and someone knows how to do this and is willing to do it too" :)

We might be able to try using a PodPreset to expose certain ENV and Volumes to the transcoder instead of having to modify the go .. however that would still...

Not sure if this is true, but this very old comment indicated that at one point in time EAE looked to be hardcoded to use /tmp - https://github.com/wnielson/Plex-Remote-Transcoder/blob/master/prt.py#L324

Try adding the environment variable TMPDIR to the container and point it to /transcode From looking at some environment variables being used by Plex on a QNAP NAS, that is...

I have zero go coding skills, but I expect that if the primary container has the PLEX_UID and PLEX_GID environment variables set, that the transcoder pod would need to also...

DONE. Is that a Style decision or is there a technical reason to use CamelCase over underscores. I don't personally mind either way, but I haven't much exposure to helm...

@wrender - If this get's approved, I have another change waiting that will allow for arbitrary environment variables to be passed to the deployment, so in theory that change would...

@onedr0p - Is there a way to do some kind of multi-stage PR? I wanted to submit the PR's in somewhat digestible chunks, but it doesn't look like I can...

And your answer is basically what I was afraid of, in that maintenance of the entire repo is effectively in "mostly dead" mode, which pretty much was making me thinking...

I've started to add my work to the Billimek chart, while it does mean no transcoder fun .. at least the chart get's updated :)