Okay, I don't know much about programming.
The OneBookShelf/DriveThruRPG app stores its download data in plain text in a .dat file. I thought it might be a json with a changed file name, but apparently not.
For each entry, it tracks:
coverURL
datePurchased
downloadedDate
files
errorMessage
hashesMap
lastModified
localDir
localFileHash
localFileName
localLastModified
serverFileName
totalSize
productId
publisher
ruleSystem
thumbURL
title
Note that the metadata does not include author, probably because of nicknames, initials, and a lot of collaborations. I'm at a loss as to how to either convert the .dat to a .csv to import the relevant info, ior query the .dat.
|