eazrael

Results 24 comments of eazrael

Please show at least the log ouput from the text field in the main window.

One of the issues is that internally backslashes are harcoded into the ffmpeg output parsing, so it won't run on unixlike OS. I fixed that and put all the stuff...

I have no time to make it proper, there's no documentation and the commit messages are just crap. https://evilazrael.net/git/eazrael/vidupe Checkout the master branch, it should work at least in Linux....

You are right, it was the newline, not the windows paths :-)

The fun part is that you need to serialize exceptions in order to send them via the pipe. Just did this myself. Any ressource or object anywhere either directly as...

FWIW. rafaelgdp's solution worked for me. Just make sure you use the main godot exe and not the console version. Spent a couple of hours on this. This extension and...

Same issue here. --ignore-referrer=\*iki.evilazrael.d\* works, but not --ignore-referrer=wiki.evilazrael.de . Some log entries: ``` 109.91.147.65 - - [04/Apr/2024:22:05:20 +0200] "GET /en/artillery3d-sidewinder-x4-plus HTTP/1.1" 304 - "https://wiki.evilazrael.de/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...

Negative. All entries are there. --ignore-referrer=https://wiki.evilazrael.d* works, a slight improvement

Even the more restrictive filter `'--ignore-referrer=https://wiki.evilazrael.de/*' '--ignore-referrer=http://wiki.evilazrael.de/*' '--ignore-referrer=https://wiki.evilazrael.de' '--ignore-referrer=http://wiki.evilazrael.de'` does not catch all the entries "https://wiki.evilazrael.d/*" catches. I can send you or publish the list of referrer URLs if that...

I think the problem is the man page. It says that wildcards are supported, not that you need to use them. I think the most import use case for --ignore-referrer...