View Single Post
Old 05-16-2020, 01:55 PM   #13
rigogsilva
Enthusiast
rigogsilva doesn't litterrigogsilva doesn't litter
 
Posts: 31
Karma: 136
Join Date: May 2020
Location: US
Device: kobo libra h20, kobo aura h20, kindle, boox nova 2
Quote:
Originally Posted by geek1011 View Post
Sorry, but your solution is quite fragile and is a bit more complex than needed. The blob is just a QDataStream. If you don't want to use Qt (through C++, PyQt, or whatever), I've written a decoder for it in Go here: https://gist.github.com/geek1011/a41...1dc481020c5290.
So, when selecting the blob from the sqlite, I get this value:

```
b'000000030000001E006500760065006E007400540069006D 0065007300740061006D007000730000000900000000010000 0003005EBF873C000000080057006F007200640000000A0000 00001200700072006F0073006500630075007400650000001C 00440069006300740069006F006E006100720079004E006100 6D00650000000A00000000040065006E'
```

Which doesn't work with your script. Wondering if the example string used in the go script was converted to something else?
rigogsilva is offline   Reply With Quote