Page 1 of 1

Which Script Parses Comicvine and Creates Files & Folders?

Posted: Sat Nov 21, 2020 9:14 pm
by Budwyzer
I want to edit Mylar to create an extra file, series.json, when a new series is added with some basic info that Mylar already grabs.

Please point me in the right direction. :)

Re: Which Script Parses Comicvine and Creates Files & Folders?

Posted: Tue Nov 24, 2020 3:42 pm
by evilhero
importer.py is when series are added to mylar and the actions therein (ie. creating directories, gathering cv data, etc).

The most logical place to put a script call is if you were to add it in after the cv issue data is returned but before the data is written to the mylar.db file.