FilmInfo+ - A german movie details scraper with auto grouping (3 Viewers)

Helios61

Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Are the movies in a folder called "3D"?
    No, all movies are stored in separate subfolders ->
    E:\Filme\Gravity (3DSBS) (2013) (tt1454468)\Gravity (3DSBS) (2013) (tt1454468).mkv
     

    Brudertac

    MP Donator
  • Premium Supporter
  • October 26, 2006
    978
    277
    Augsburg
    Home Country
    Germany Germany
    I have made some more Test´s regarding the English Summary Issue...
    When i set the Option "Thread Count" (Moving Pictures -> About -> Advanced Settings) to 1 i have no Problems Importing 200 Movies. But this makes the Import extreme Slow.
    But, this shows that the Script itself works. So, 1 or more Servers for German Content don´t like many Requests at the same time....
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Concurrent access can indeed be overwhelming for some servers to handle.

    At least Amazon is behind imdb.com so they have the AWS infrastructure to back them up, and can handle anything thrown at them. Many smaller setups rely on restrictions, or they simply can't handle it, and they generate page errors that the scraper-script does not understand.

    PS: That is why it helps to use a plugin such as MovPicNFO that allows you to store all the custom Moving-Pictures information inside an NFO that can be used for quick off-line importing of your entire collection in case of a future disaster recovery without the ability to rely on a database backup.
     

    Bussiebaer

    Portal Pro
    January 11, 2008
    263
    15
    Home Country
    Germany Germany
    PS: That is why it helps to use a plugin such as MovPicNFO that allows you to store all the custom Moving-Pictures information inside an NFO that can be used for quick off-line importing of your entire collection in case of a future disaster recovery without the ability to rely on a database backup.
    Thanks for the tip! But is there a way to export the infos of all movies in one run? So far I can see, I have to select every movie, and export it for every movie separate.
     

    badboyxx

    Portal Pro
    June 15, 2012
    728
    97
    Home Country
    Germany Germany
    Why does the importer cut off the whole filename on some movies and tries to import with the foldername. It does also not filter out "MD". What is wrong in my expression?

    This is my Regular Expression Noise Filter entry:
    Code:
    (([\(\{\[]|\b)((576|720|1080)[pi]|dir(ectors )?cut|dvd([r59]|rip|scr(eener)?)|(avc)?hd|wmv|ntsc|pal|mpeg|dsr|r[1-5]|bd[59]|dts|ac3|(m)blu(-)?ray|[hp]dtv|stv|hddvd|xvid|divx|x264|dxva|(?-i)FEST[Ii]VAL|L[iI]M[iI]TED|[WF]S|PROPER|REPACK|RER[Ii]P|REAL|RETA[Ii]L|EXTENDED|REMASTERED|UNRATED|CHRONO|THEATR[Ii]CAL|DC|SE|UNCUT|[Ii]NTERNAL|[DS]UBBED)([\]\)\}]|\b)(-[^\s]+$)?)|german|türkce|DTSD|WEBRip|WebHD|AC3MD|AC3LD|h264|\.DL\.|\.ML\.|\.MD\.|\.LD\.|480p|Untouched|(Multi|Dual)?\.Complete|READ\.NFO|\.DD(5\.1)|


    RoChess can you help me with this problem please.
     

    Brudertac

    MP Donator
  • Premium Supporter
  • October 26, 2006
    978
    277
    Augsburg
    Home Country
    Germany Germany
    Are the movies in a folder called "3D"?
    No, all movies are stored in separate subfolders ->
    E:\Filme\Gravity (3DSBS) (2013) (tt1454468)\Gravity (3DSBS) (2013) (tt1454468).mkv

    So, finally had Time to check this. I have no separate Folder for each Movie, only one "3D" Folder...
    My Movies are named like "Name.3D.2012.tt...." and this works.
    I also have named a Movie after your Gravity Example and this also works. (even better - with this the Moviename is showed as "Gravity (3D)".
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    RoChess can you help me with this problem please.

    Do you have full sample text for me to test the expression with? You say it works for some, and not for others, but you do not provide the full drive/folder/file string for me to verify/test that with.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    PS: And you can not *END* on a |, because that will yield NULL result matches.
     

    badboyxx

    Portal Pro
    June 15, 2012
    728
    97
    Home Country
    Germany Germany
    RoChess can you help me with this problem please.

    Do you have full sample text for me to test the expression with? You say it works for some, and not for others, but you do not provide the full drive/folder/file string for me to verify/test that with.


    On movie \\SYNOLOGY\Filme2\Aktuell\Jurassic.World.2015.3D.Multi.Complete.BluRay-Untouched.iso or \\SYNOLOGY\Filme2\Aktuell\Minions.2015.MULTi.COMPLETE.BLURAY-XORBiTANT.iso it imports always with the movie title Aktuelt because it is searching for Aktuell.
    On \\SYNOLOGY\Filme2\Aktuell\Arlo.und.Spot.WEBRip.MD.German.x264.iNTERNAL-PsO\Arlo.und.Spot.WEBRip.MD.German.x264.iNTERNAL-PsO.mkv it is searching with Arlo und Spot MD and never finds the correct movie because it doesn't filter out MD.
    \\SYNOLOGY\Filme2\Aktuell\San.Andreas.2015.German.DTS.DL.720p.BluRay.x264.READ.NFO-Pate.mkv and \\SYNOLOGY\Filme2\Aktuell\Terminator.Genisys.2015.German.AC3.Dubbed.DL.720p.BluRay.x264-MULTiPLEX.mkv are working good.
    It looks like that the expressions that consist a dot doesn't filter out.

    How can I redirect und as & and ae, ue, oe as ä,ü,ö for the importer? Is it possible?
     

    Users who are viewing this thread

    Top Bottom