Sylvia @ 02/19/19 1:49
It turned out that -c is too much
Without -c configuration.toml your config is not used. Uses a built-in program with default settings.
Sylvia @ 02/19/19 1:49
Is it possible to get an epub on the output
--to epub
k: \ fb2c-win64 \ fb2converter \ fb2c.exe -c k: \ fb2c-win64 \ fb2converter \ configuration.toml convert --to epub k: \ book_fb2 k: \ book_epub
Well, or to start go to k: \ fb2c-win64 \ fb2converter \
And then convert.
1. cd k: \ fb2c-win64 \ fb2converter \
2. fb2c.exe -c configuration.toml convert --to epub k: \ book_fb2 k: \ book_epub
You can even make a cmd file which will run it automatically. You will only need to throw books into the k: \ book_fb2 folder and pick up the result from k: \ book_epub after it starts.
If you re-convert a file that has already been converted, by default, the program is prohibited from replacing an existing file with a new version of the same file. This can be canceled with the --ow option.
Therefore, when debugging and setting up for multiple conversions of the same file with different options and styles, you must either delete the result each time, or rename or add --ow, for example, after --to epub like this:
k: \ fb2c-win64 \ fb2converter \ fb2c.exe -c k: \ fb2c-win64 \ fb2converter \ configuration.toml convert --to epub --ow k: \ book_fb2 k: \ book_epub
Otherwise, the program will work, but the file will be all the one that was after the first conversion, and in the log you will see an error that a file with that name already exists in the folder for the result.
Sylvia @ 02/19/19, 0:56
I tried to do by analogy from this post - Organization of the library on a PC / reader (Post eliy # 82418056), nothing happened.
Corrected an example there. Blame ... did not register the path completely ...: blush:
Post has been editedeliy - 20.02.19, 09:27Reason for editing: Added