I previously used Backloggery to keep track of games I/I've own/owned, and how much I played them.
Decided to switch over to a local collection manager, so here're some note son moving my collection across with the two programs I've tried.
Tellico can import from a bunch of different sources, but in this case the only useful option is CSV.
java -jar bltool.jar --from backloggery --bl-name USERNAME --bl-pass PASSWORD --to text --output backloggery-export.csv
Ctrl
+ H
to pen the find/replace dialogue. Then in the 'Search for:' box put +
and in the 'Replace with:' box put \t
.File > Import > Import CSV Data…
and select your file.'A tool for command line interaction with backloggery.com'
Allows you to import games from Steam, XBox, text files. Allows export of games list.
Export games list to a text file to import to another program:
java -jar bltool.jar --from backloggery --bl-name USERNAME --bl-pass PASSWORD --to edn --output backloggery-export.txt
In place of edn
you can also use json
or text
(for tab separated).