Which Script Parses Comicvine and Creates Files & Folders?

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Budwyzer
Posts: 9
Joined: Mon Nov 16, 2015 9:15 pm

Which Script Parses Comicvine and Creates Files & Folders?

Post 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. :)
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

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

Post 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.
Post Reply