AviSynth / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
981 stars 76 forks source link

[Feature Request] ListAutoloadDirs #413

Open qyot27 opened 2 weeks ago

qyot27 commented 2 weeks ago

What it says on the tin. In troubleshooting the commits associated with addressing #412, I realized that it doesn't look like we have any means to see which plugin directories are already loaded, especially when it can vary given the addition of searching LD_LIBRARY_PATH. There didn't even seem to be a variable that could be printed through Subtitle() to show it.

pinterf commented 22 hours ago

A single string with LF separated directories? Or CR? The one which works for Subtitle multiline out-of-box.

qyot27 commented 22 hours ago

Unless using CR in Subtitle causes issues on Linux, etc., I don't have a preference. Although at that point wouldn't that imply Subtitle should be extended to support either line ending style (or even \n style explicit escape character syntax, I can't remember whether it already does)?