Rato

Results 41 comments of Rato

frame_rate is a good choice. When I implemented https://github.com/ratoaq2/knowit I tried to have the names consistent with guessit and I used frame_rate for that

Maybe this can be useful: https://github.com/cdgriffith/puremagic Shouldn't we detect image extensions as containers as well?

Are you profiling guessit? I have a scenario with 1000 release names and profiling it using cProfile/snakeviz For the current development version and those 1000 release names I get: -...

I'm a java guy as well that uses Yourkit to profile applications. I only used python profiling one time. You don't need to install anything, just run your script using...

I'm still asking myself if this should be handled by guessit. These files are not media files and could have the following pattern: `Some.Show.720p.HDTV.HEVC.x265-RG.mkv.vol021+17.PAR2.-.08.of.10.Some.Title.Here!.(1/27)` The suffix can bring a lot...

It's very hard to help you once you don't provide the command line you're using and also no debug logs.

It's exactly how it's shown in #848 If you're still having problems, you'll need to provide more details

Sorry, this is not a duplicate. It's just related. The other issue relates to the creation/birth date. This one relates to change date. And change date relates to changes in...

Subliminal uses a score system. So subtitles that don't match the `source` will get a lower score for the ones that matches. So you should define a minimum score in...