Basic support for using regexp groups in output directory name

Open
#3 · Created  · Last updated

Description

Use groups in the include regexp of the RSS feed (groups are specified by parenthesis) and then recall those groups when specifying the output directory.

For example, use this as the RSS include regex:

(.*)\s+(\d+)x(\d+)

And use this as the output folder:

c:\tv_shows\$1\S$2\E$3

The colors of the regex matching are also modified to help show the matching resluts.

0 attachments

0 comments

Loading commits...