A utility that implements the Light Novel Naming Scheme to standardize the naming of light novel files and directories.
This tool automatically renames light novel files and directories according to a consistent naming format:
[Author] YYYYMMDD - v01 Title (Publisher - Label) (Retailer) [Extra Information]
It helps maintain organized collections by ensuring:
- Chronological sorting
- Consistent formatting
- Machine-readable filenames
- Preservation of original titles
- Download the Windows .exe GUI and the latest release of the CLI.
- Ensure that
gui.exe
andname-ln.exe
are in the same directory and that you don't change the name ofname-ln.exe
. - Open
gui.exe
and drag and drop files or directories onto the window, then fill out appropriate fields if necessary and hit the rename button to rename.
- Download the latest release of the CLI from the releases page for your platform.
<path-to-binary> --allow-read --allow-write main.ts [options] <files or directories>
Options:
--retailer, -r Specify the retailer name
--extra, -e Specify extra information
Examples:
<path-to-binary> --allow-read --allow-write main.ts --retailer Bookwalker --extra Promo file1.epub file2.epub
<path-to-binary> --allow-read --allow-write main.ts -r Bookwalker -e Promo dir1 dir2