Noise expression filter can not handle "DVDRip" (1 Viewer)

niKoN

Portal Pro
March 6, 2007
85
0
42
Home Country
Germany Germany
Hey guys,

finally it's time to create my own, perfect noise expression filter. Regulary I had to add a lot of movies manually.
For now I got trouble with the simple keyword "DVDRip".
My movie filenames look like this.

"American Gangster DVDRip.AC3.XviD.avi"

Actually the regular expression noise filter should be able to handle it. Here is an extraction about "DVD" from it.

Code:
|dvd([r59]|rip|scr(eener)?)|

After using the regular expression noise filter the movie name looks like this...

"American Gangsterip"

So what happened? I easily replaced the extraction with "DVDRip" but with no effect.
Further I tested something... I deleted the whole regular expression noise filter in order to get a look at the result when the movie importer works without it. And there it is!

"AmericanGangsteripAC3XviD"

The movie importer deletes "DVDR" even without the expression noise filter but adding "ip" to it doesn't show any effect.

How can I handle this problem?
 

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Hey guys,

    finally it's time to create my own, perfect noise expression filter. Regulary I had to add a lot of movies manually.
    For now I got trouble with the simple keyword "DVDRip".
    My movie filenames look like this.

    "American Gangster DVDRip.AC3.XviD.avi"

    Actually the regular expression noise filter should be able to handle it. Here is an extraction about "DVD" from it.

    Code:
    |dvd([r59]|rip|scr(eener)?)|

    After using the regular expression noise filter the movie name looks like this...

    "American Gangsterip"

    So what happened? I easily replaced the extraction with "DVDRip" but with no effect.
    Further I tested something... I deleted the whole regular expression noise filter in order to get a look at the result when the movie importer works without it. And there it is!

    "AmericanGangsteripAC3XviD"

    The movie importer deletes "DVDR" even without the expression noise filter but adding "ip" to it doesn't show any effect.

    How can I handle this problem?

    That compares to a very old but in which it accepts DVDR as 'Part R' in a series of multiple files. But that should have been fixed in:

    r1087 - moving-pictures - Project Hosting on Google Code

    So what version of MovingPictures are you running. Need major, minor, point and revision included, or better yet, provide full debug enabled log files, so that everything is shown, not just what you think the problem is.

    PS: This only relates to you saying it does this with no noise filter present. Because your expression as-is is otherwise wrong since it lacks the rest of the default noise expression that makes the wrong order work. Otherwise simply place the [r59] after Rip and problem solved.
     

    niKoN

    Portal Pro
    March 6, 2007
    85
    0
    42
    Home Country
    Germany Germany
    AW: Noise expression filter can not handle "DVDRip"

    The Version is 1.0.7.1132

    I tried to give you a complete bug report following the link in your signature. But I'm not able to find the setting "Data Source Manager Enhanced Debug Mode"

    But I have not tried place the [r59] after Rip yet...

    EDIT: This don't solves the problem either.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Re: AW: Noise expression filter can not handle "DVDRip"

    The Version is 1.0.7.1132

    I tried to give you a complete bug report following the link in your signature. But I'm not able to find the setting "Data Source Manager Enhanced Debug Mode"

    But I have not tried place the [r59] after Rip yet...

    EDIT: This don't solves the problem either.

    A picture guide on how to enable that is in the FAQ under 'Adding a new, or updating an existing scraper' (at the end).
     

    Users who are viewing this thread

    Top Bottom