SRR creation seems to hang

Issue #158 resolved
Gfy repo owner created an issue

The last file of Knack.READNFO.PS4-KOTF contains almost 2k files and uses no RAR compression. The ISDb hash is created for almost each file. Each time it will parse the whole set again to find the file to create the ISDb hash for. Creating an SRR for the last file alone easily continues 5 minutes in and ends up as a 214KiB SRR file.

Creating an SRR for the whole release gives the impression the process is stuck.

A work around to speed up the process is to use this switch available on auto and srr:

--no-isdb             do not attempt to store ISDb hashes (not recommended)

Suggested solution:

The ISDb hash is only useful for movie files. Skip all other extensions when hashing.

Comments (1)

  1. Gfy reporter
    • Skip ISDb hash creation for non video files. Fixes issue #158
    • Allow more rar extensions. See issue #156
    • Handle repeating ID3v2 tags when there are marker issues and fix the unit test

    → <<cset 559c646b87bd>>

  2. Log in to comment