Mike Szymaniak
Mike Szymaniak
Have the same issue. I can find the symbol _SHA256_init (with underscore) in Crypto/Hash/_SHA256.cpython-37m-darwin.so ``` nm -C _SHA256.cpython-37m-darwin.so 0000000000002dc0 s _H 0000000000002810 T _SHA256_copy 0000000000000750 T _SHA256_destroy 00000000000025e0 T _SHA256_digest...
It's of course possible to add such feature, preferably using existing code from one of the program you mentioned, reducing amount of work needed. There are other things that I'm...
There is [another project](https://github.com/smacke/ffsubsync) that does exactly that. I'm planning to do something similar eventually, but my synchronizer architecture would poorly fit this approach, so I will need to implement...
Added to the list.
Sorry @abelrod666, I've missed your reply. Subsync is using Sphinx speech recognition engine with language models taken from the internet. I don't have knowledge to make new models, and there...
That's because `{imdb-tt12109840}` part in output is treated as variable. You could use variables like `{sub_name}` or `{ref_dir}` in output path, but since there is no `{imdb-tt12109840}`. You could escape...
Could you run it again with more logs enabled ```subsync-debug.exe --loglevel=DEBUG```? Thanks
I can't see anything wrong in this log. Do you know which version was working before? Could you check that version again? And maybe find first version that is broken?
subsync-cmd.exe is command line only (without GUI), you should use subsync.exe or subsync-debug.exe to dump logs.
I can't find anything that could've introduce such bug between these two versions. Are you willing to help me debug this issue? I would make several builds and you would...