red-coracle / episodes

Keep track of which television show episodes you've seen!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import from json file

Kreuger opened this issue · comments

Hey I have a json file that I exported from another app (series guide) that I'd like to be able to import. Is this possible to add? Also can we choose the location to import from?

It shouldn't be too difficult to write a processor which takes in a .json file and puts the info into a sqlite database. If you open a sample db in sqlitebrowser (or probably any software for viewing sqlite databases), it will show the schema, or allow you to export the data in .json format.

That might be a better way to go than waiting for it to be included in this.