home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Spanish Scraper FilmAffinity.com with IMDb.es bonus to get fanarts -- v2.1.0
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RoChess" data-source="post: 583382" data-attributes="member: 18896"><p>No, because that is not <strong>Before</strong>, but inside of the existing filter. Before means what it means, starting with, first, etc.</p><p></p><p>As for the meaning:</p><p></p><p>\s = space</p><p>? = previous RegExp is optional</p><p>\[ = look for '[' character, the \ is needed to escape, because [ is used for Regular Expression definitions</p><p>\D = find a character that is not a digit (as in 0-9)</p><p>+ = keep looking for the previous RegExp, in this case grab all the characters until the next character is found</p><p>\] = look for ']' character.</p><p></p><p>So result is that it will capture " [blabla]" and "[blabla]", but if it finds "[0000]" or even "[blabla0]" it will skip it. This way your "[2010]" and "[CD1]" filename stuff is not eliminated and can be used for proper indentification.</p></blockquote><p></p>
[QUOTE="RoChess, post: 583382, member: 18896"] No, because that is not [b]Before[/b], but inside of the existing filter. Before means what it means, starting with, first, etc. As for the meaning: \s = space ? = previous RegExp is optional \[ = look for '[' character, the \ is needed to escape, because [ is used for Regular Expression definitions \D = find a character that is not a digit (as in 0-9) + = keep looking for the previous RegExp, in this case grab all the characters until the next character is found \] = look for ']' character. So result is that it will capture " [blabla]" and "[blabla]", but if it finds "[0000]" or even "[blabla0]" it will skip it. This way your "[2010]" and "[CD1]" filename stuff is not eliminated and can be used for proper indentification. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Spanish Scraper FilmAffinity.com with IMDb.es bonus to get fanarts -- v2.1.0
Contact us
RSS
Top
Bottom