Chris Griffith

Results 323 comments of Chris Griffith

I have created a special build to try and figure this out. When the space appears it should throw a lot of information into the log. I put it here...

You should be seeing stuff in the command prompt window that start with: "Invalid source path" After that will have around 10 lines of code file names, that's what would...

Okay hopefully this version will be much much louder console output, labeled DEBUG2 at https://github.com/cdgriffith/FastFlix/releases/tag/5.8.0b0

Right now the queue is not modifiable when the encoding is ongoing as it's all sent to a separate process to complete, with some basic intercommunication to stop if needed....

Starting work on adding more advanced scanners. Rough right now, but have detection for unusual PDFs https://github.com/cdgriffith/puremagic/issues/94 and better ZIP type format detection https://github.com/cdgriffith/puremagic/issues/102 (MS Office, Open Office, JAR, APK,...

Decided that if I try for perfection, it would never get done. 2.0 beta is out now! https://github.com/cdgriffith/puremagic/releases/tag/2.0.0b1

@NebularNerd if you want to work on any scanners like mp3, the can make any PRs against the develop branch 😄

Just to make sure, I did check out the PDF specifications themselves: > The PDF file begins with the 5 characters “%PDF–” and byte offsets shall be calculated from the...

Should work a lot better in version 2, starting the beta now! https://github.com/cdgriffith/puremagic/releases/tag/2.0.0b1

Quick test script to run a lookup 1000 times to compare speed differences (will vary by computer, but can always test against self to show differences) ```run_a_lot.sh start=$( date +"%s.%N"...