ngoctuan / my-films

Automatically exported from code.google.com/p/my-films
0 stars 0 forks source link

Changing the actors separator #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add the option to change the separator of actors from , to another, specially | 
so a line jump is inserted between actors. Or, directly, a checkbox to have one 
actor - role per line, like the final credits of the movies.

What area does your enhancement or feature relate to? (i.e. Confg/Setup,
GUI, options, Skin, AMC Updater, Grabber Interface, etc.)
Grabber interface

What is the purpose or benefit of the new feature or enhancement?
Change layout of actors list.

How would you expect it to work? Can you illustrate it with examples such
as images (screenshots), scenarios or examples from other Plugins?

If this issue has been discussed in the MyFilms forum, add a link to the
related thread or post.
http://forum.team-mediaportal.com/my-films-164/my-films-5-grabber-scripts-interf
ace-98367/index5.html#post808335

z3us

Original issue reported on code.google.com by vivamiloro on 8 Nov 2011 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Mikeplan...@web.de on 8 Nov 2011 at 11:13

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by Mikeplan...@web.de on 13 Nov 2011 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by Guzz...@googlemail.com on 13 Jun 2012 at 8:02

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by vivamiloro on 17 Sep 2012 at 12:07