episodes icon indicating copy to clipboard operation
episodes copied to clipboard

Import from json file

Open Kreuger opened this issue 4 years ago • 1 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?

Kreuger avatar Oct 03 '20 01:10 Kreuger

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.

robinpaulson avatar Oct 12 '20 11:10 robinpaulson