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: 583409" data-attributes="member: 18896"><p>Just add more RegExp noise filters.</p><p></p><p>\s?\[Spanish.+?\]|\s?\[\D+\]|......</p><p></p><p>The "\s?\[Spanish.+?\]" part is more vigurous.</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>Spanish = look for 'Spanish'</p><p>. = match any character</p><p>+? = keep looking for the previous RegExp, but stop on first match of next character</p><p>\] = look for ']' character</p><p></p><p>So it will grab " [Spanish.......]" and "[Spanish.......]" not caring at all what follows Spanish. But since the [ and ] chars have to be around it, it will not harm a movie title such as "The Spanish Prisoner".</p></blockquote><p></p>
[QUOTE="RoChess, post: 583409, member: 18896"] Just add more RegExp noise filters. \s?\[Spanish.+?\]|\s?\[\D+\]|...... The "\s?\[Spanish.+?\]" part is more vigurous. \s = space ? = previous RegExp is optional \[ = look for '[' character, the \ is needed to escape, because [ is used for Regular Expression definitions Spanish = look for 'Spanish' . = match any character +? = keep looking for the previous RegExp, but stop on first match of next character \] = look for ']' character So it will grab " [Spanish.......]" and "[Spanish.......]" not caring at all what follows Spanish. But since the [ and ] chars have to be around it, it will not harm a movie title such as "The Spanish Prisoner". [/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