Is it possible to add html support in the "View script log" window, i want to echo web page link and poster from The Movie DB ? It can look nice if we where able to echo also in the main window a little picture thumbnail from the file if found on an api site
The current output looks like text-only because it's inside <pre></pre>. You may be able to use html by simply having your script start by outputting an </pre> followed by html of your choice (and reopening that <pre> at the very end to keep the syntax of the page correct). Untested but worth the try....