Good work!
Recently discovered an issue with the "backdrop not encoded" on the vsmeta file. After debugging I found that the backdrop wasn't written to the final vsmeta file due to the following line:
|
and self.info.timestamp > int(datetime(1900, 1, 1, 0, 0).timestamp()): |
The backdrop isn't written because the timestamp isn't written. Shall we change the timestamp condition from > to >= ? Or warn users of the library that if a backdrop is provided then there MUST be a timestamp present.