Results 121 comments of Jason Hood

Sorry, I should have mentioned that I was using 64-bit 7. A VM would usually crash, but start sometimes; my actual system seems to start most times, but crash sometimes....

On a related note, `TranscodingController` is also testing for `config.plugins.transcodingsetup.port` and thus failing.

I was looking at `plugins/controllers/models.py`. The port is hardcoded into enigma2 (`lib/dvb/streamserver.cpp`) as 8001.

No problem, I'm still using the older version (v2019.12-u5-beta).

I did download the new one, but it still doesn't quite work for me. I was almost going to post an issue about no notification for console programs, but turns...

Had another look. Nothing was in the security log, which would explain why the notifications weren't working. Disable notifications, apply, enable notifications, apply, now the notifications show up. Still, without...

[Here's](https://github.com/MediaArea/MediaInfo/compare/master...adoxa:vc-wildcards) a potential fix for VC. (MinGW-w64 should also be able to use wmain, but it requires `-municode`, which I don't know how to configure; not sure what BCB does).

You can get version information directly from PS, e.g. https://stackoverflow.com/questions/30686/get-file-version-in-powershell

A quick test worked fine for me on Win10 x64 (under Sandboxie). Got a link to something I can test? (Although no promises when.) This was the most recent at...

The problem is you're actually escaping the quote: either remove the backslash (`...space"`), add another one (`...space\\"`), or use slashes (`...space/"`).