View Single Post
Old 03-06-2022, 12:49 AM   #1615
MarjaE
Guru
MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.MarjaE ought to be getting tired of karma fortunes by now.
 
Posts: 941
Karma: 53902736
Join Date: Jun 2015
Device: multiple
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.
MarjaE is offline   Reply With Quote