note on line count

This commit is contained in:
Tangent / Rose / Nebula Rosa 2024-01-13 21:17:19 -07:00
parent 84d3d1be94
commit 57210ec8ea

View File

@ -26,6 +26,7 @@ os.execute("mkdir output-files\\md")
local file local file
local current_line_count = 0 local current_line_count = 0
local lines_per_volume_target = 18000 -- no hard limit to avoid cutting in the middle of an episode; this limit led to 330 to 415 pages across 25 volumes local lines_per_volume_target = 18000 -- no hard limit to avoid cutting in the middle of an episode; this limit led to 330 to 415 pages across 25 volumes
-- approx. 54.5 lines per page on minimum - will recalculate using 52 lines
local current_volume = 1 local current_volume = 1
local titles = {} local titles = {}