aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2021-08-16 00:00:33 +0100
committergarret <garret@airmail.cc>2021-08-16 00:00:33 +0100
commit8e33fdd70c070ca120fb6b0666851a881b3db047 (patch)
treeea8ff5399cb80d140a503b68acf4b2c8b2acd20d
parentf5bc664a4ed48c2a33aa6db651cb4ad4e5f33fb4 (diff)
downloadaegisub-scripts-8e33fdd70c070ca120fb6b0666851a881b3db047.tar.gz
aegisub-scripts-8e33fdd70c070ca120fb6b0666851a881b3db047.tar.bz2
aegisub-scripts-8e33fdd70c070ca120fb6b0666851a881b3db047.zip
update readme
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 28f8a6c..2232982 100644
--- a/README.md
+++ b/README.md
@@ -57,26 +57,17 @@ For fancy fade effects. (i.e, when the whole scene blurs out until it's invisibl
Makes XML chapters for matroska.
-Makes lines with the effect `chapter` into chapters. Start time of the line is used for the timestamp, text of the line is used for chapter name.
+Makes lines with the effect `[Cc]hapter`, `[Cc]hptr` or `[Cc]hap` (the same as UA's Significance), into chapters. Start time of the line is used for the timestamp, text of the line is used for chapter name.
Language is currently hardcoded to english.
-Tries to save the file in a sane location.
- in order of priority: subtitle directory, video directory, audio directory.
-
-file is always named `chapters.xml`, **even if something is already there.**
-
-if no sane path is found, it logs the chapters for you to deal with as you see fit.
-
**Done better by**: `Significance` by UA.
### CR Restyler
`become-fansubber.lua`
-`Main` -> `Default`,
- `Flashback` -> `Default`,
- `Top` -> `\an8`,
- `Italics` -> `\i1`.
+Changes style of selected lines to `Default` (for now),
+ and copies italic+alignment values from cr's styles to inline tags.
assumes a relatively clean cr script.
if not, you're on your own.