Closed GoogleCodeExporter closed 9 years ago
Original comment by Mikeplan...@web.de
on 8 Nov 2011 at 11:13
Fixed in rev#1725:
(Resolves issue #49) : Changing the actors separator
Can be done when using match groups via "With" field and new commands:
When using regex match groups, the cleanup via "Replace" is done with hardcoded
With = ""
and only applying to the inner matchgroup strings.
In that case, you can define cleanup commands for the outer results here:
Supported commands:
#REGEX# (for cleanup of outer result)
#REGEX##MULTI# for multiple replacements (see "Replace")
To use a linebreak, use #LF# - this will internally be cahnged into a linebreak.
Example:
#REGEX##MULTI#, |#LF#
will replace comma separated results with linebreaked results.
Original comment by Mikeplan...@web.de
on 13 Nov 2011 at 11:18
Original comment by Mikeplan...@web.de
on 13 Nov 2011 at 11:18
Original comment by Guzz...@googlemail.com
on 13 Jun 2012 at 8:02
Updated Wiki Docs with new Regex commands on Create a Grabber under Regex
Support:
http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/17_Extensions/3_Plugins/My_Film
s/Grabber_Scripts/Create_a_Grabber#section_7
Original comment by Dade...@gmail.com
on 16 Aug 2012 at 10:09
Original comment by vivamiloro
on 17 Sep 2012 at 12:07
Original issue reported on code.google.com by
vivamiloro
on 8 Nov 2011 at 9:42Attachments: