Skip to content

Commit 75747f5

Browse files
committed
Update README
1 parent 76d16a8 commit 75747f5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,8 @@ release.entry.property=value
545545

546546
where `release` is set using the `subs.release` property (defaults to "default"), `entry` is the episode or batch name for the task the property is being accessed from, and `property` is the name used to access the property.
547547
You can use a wildcard `*` to match parts of releases, entries or property names.
548-
You may also leave out the release or both the release and the entry; missing parts will be interpreted as `*`, matching all values for the respective parts.
548+
The group syntax `{a,b,c}` and range syntax `{01..06}` is also available.
549+
You may leave out the release or both the release and the entry; missing parts will be interpreted as `*`, matching all values for the respective parts.
549550

550551
```
551552
# equivalent to *.*.group=PAS
@@ -561,6 +562,14 @@ vol*.torrentFile=My Show - $name.torrent
561562
# empty version by default, override for episode 02 TV
562563
version=
563564
TV.02.version=v2
565+
566+
# define properties using groups
567+
{01,03,05}.OP=OP1.ass
568+
{02,04,06}.OP=OP2.ass
569+
570+
# define properties using ranges
571+
{01..03}.ED=ED1.ass
572+
{04..06}.ED=ED2.ass
564573
```
565574

566575
You can use the following syntax for property values:

src/docs/markdown/packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The package provides the following Gradle tasks:
2020
* [Merge] for merging ASS files
2121
* [Chapters] for generating chapter files
2222
* [Swap] for swapping honorifics and the like
23+
* [ASS] for modifying ASS files
2324
* [Mux] for muxing files using mkvmerge
2425
* [FTP] for uploading files to an FTP server
2526
* [SFTP] for uploading files to an SSH server

0 commit comments

Comments
 (0)