Skip to content

LightNovelSniffer/LightNovelSnifferCore-CLI

Repository files navigation

LightNovelSniffer-CLI

Command Line Interface for LightNoverSnifferCore library

It's a portage of the .Net 4.5 version available here

Setup

Download or clone this repository on your computer. Then create a new VisualStudio solution or open an existing one, and add the .csproj to it. You also need LightNovelSniffer core. Clone or download it on your computer too (in the same folder than LightNovelSniffer-CLI), and add it to the solution.

Build the LightNovelSniffer project. Then you can build and run the LightNovelSniffer-CLI project.

Configuration

Based of Config.xml, override the parameters you want in Config_user.xml. Do not change any value in Config.xml, and do not push any content in Config_user.xml (will be rejected in PR)

e.g, you can change the output directory, or publisher name, etc...

Light novels list

LightNovels.xml contains a list of pre-configured LN. LightNovels_user.xml can either override this list, or complete it, depending on the way it is imported.

By default, it will override it (this mean that if LightNovels_user.xml is empty, no LN will be processed).

To change this behaviour to "adding" mode, change true to false in the following line in Program.cs : ConfigTools.InitLightNovels("LightNovels_user.xml", true);

About

.Net Core version of LightNovelSniffer-CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages