<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 1 сент. 2023 г., 09:43 Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com" target="_blank" rel="noreferrer">randrianasulu@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 1 сент. 2023 г., 09:38 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com" rel="noreferrer noreferrer" target="_blank">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In my opinion, one possible source of BR problems is when we use CinGG<br>
as normal users, but the default BR folder is in /tmp and thus<br>
requires root privileges. Perhaps it would be better if CinGG created<br>
a default folder in .../cinelerra5/cinelerra-5.1/.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">or may be in .bcast5/brender_dir/ ?</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">While after/during dog walk I recall there is renderfarm + background render feature, so may be having some commonly-accessible place (for all users) still might be good idea.?</div><div dir="auto"><br></div><div dir="auto">Anyway, path itself easy to change (even in code if you want)</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">in cinelerra/preferences.C</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">// Default brender asset</div><div dir="auto"><------>brender_asset = new Asset;                                      <------>brender_asset->audio_data = 0;</div><div dir="auto"><------>brender_asset->video_data = 1;</div><div dir="auto"><------>sprintf(brender_asset->path, "/tmp/brender");      <------>brender_asset->format = FILE_JPEG_LIST;</div><div dir="auto"><------>brender_asset->jpeg_quality = 80;</div></div><div dir="auto"><br></div><div dir="auto">but default socket patch also lives there, I redefined it for termux, but for generic unix/Linux distro .... may be somewhere in /var ?</div><div dir="auto"><br></div><div dir="auto">Not sure if having two places to control for permissions better than one .....</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My other request: is it possible to create a button that deletes all<br>
BG image files from inside CinGG? Maybe near the input window for the<br>
path of such files. </blockquote></div></div><div dir="auto"><br></div><div dir="auto">Yeah, I hope to make something like this, just a bit scared about accidently deleting too much (like, if I just put rm -rf there and user pointed brender dir at their $home ....). I hope to reuse idea/code from deleting indexes.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In fact, I believe that even the permanence of<br>
files of one format are problematic when you want to change formats.<br>
This is not an important request because when you use a format you<br>
continue to use that format; however, it can prevent possible crashes.<br>
</blockquote></div></div></div>
</blockquote></div></div></div>