MovingPictures .NET Error - Doesn't scrape anymore (1 Viewer)

EricSnijders

Portal Member
April 16, 2014
5
0
33
Home Country
Netherlands Netherlands
For some reason, moving pictures isn't scraping new movies for me. When i open the configuration, it starts scanning, and it justs "hangs" on the search. As far as i know, i haven't changed a single setting.

Here is the error:
07-Aug-2014 09:12:57 Fatal [ MovieImporter]: Unhandled error in MediaScanner. System.ArgumentNullException: Value can not be null.
Parameternaam: pattern
bij System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, TimeSpan matchTimeout, Boolean useCache)
bij System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options)
bij MediaPortal.Plugins.MovingPictures.SignatureBuilders.LocalBuilder.removeNoise(String input)
bij MediaPortal.Plugins.MovingPictures.SignatureBuilders.LocalBuilder.UpdateSignature(MovieSignature signature)
bij MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieSignatureProvider.parseMediaMatch(MovieMatch movieMatch)
bij MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieMatch.get_Signature()
bij MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieImporter.GetMatches(MovieMatch mediaMatch)
bij MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieImporter.ProcessNextPendingMatch()
bij MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MovieImporter.ScanMedia()
 

EricSnijders

Portal Member
April 16, 2014
5
0
33
Home Country
Netherlands Netherlands
Solved it with help in the following article: https://forum.team-mediaportal.com/...itely-unhandled-error-in-mediascanner.107859/

Cause; Corrupt field in SQL Database.

Solution:
1. Download SQL Lite browser
2. Open database; C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3
3. Go to the tab "Browse Data"
4. Set Table to "Settings"
5. Search for the Entry "Regular Expression Noise Filter". After this line there will probably be some Chinese or Weird characters.
6. Description should be: A regular expression that removes common used keywords from the folder/filename.
7. Grouping should be: |Movie Importer|Tweaks|
8. Value should be: (([\(\{\[]|\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|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]+$)?)
9. String should be: STRING
 

Users who are viewing this thread

Top Bottom