Scraper not finding Movies
Posted: 30 Jul 2016, 23:32
I am on the newest Filebot. I use the UI.
The Problem is that many Movies are not recognized at all. Even those with the exact Filename. What can I do against that?
e.g.:
"Der.Marsianer.Rettet.Mark.Watney.2015.German.DTS.DL.1080p.BluRay.x264-Pate\der marsianer.pate.mkv"
will be recognised as: "Rois Demons" (TheMovieDB, OMDB is not recognising it at all)
"The.Purge.PK.mkv" , not recognized.
"The Expendables.mkv", not recognized
Is there an way how I can choose the Name manually like in the Episodes Tab?
Is there something wrong with "audio.language =~ /ger|Ger|german|German|deutsch|Deutsch|de/ ? localize.ger.seriesName : n "
If I use it to get the German Name it´s either just using the English one, even if there is an German Name.
Same for {n.sortName('$2, $1')}, it´s just doing nothing.
The Problem is that many Movies are not recognized at all. Even those with the exact Filename. What can I do against that?
e.g.:
"Der.Marsianer.Rettet.Mark.Watney.2015.German.DTS.DL.1080p.BluRay.x264-Pate\der marsianer.pate.mkv"
will be recognised as: "Rois Demons" (TheMovieDB, OMDB is not recognising it at all)
"The.Purge.PK.mkv" , not recognized.
"The Expendables.mkv", not recognized
Is there an way how I can choose the Name manually like in the Episodes Tab?
Is there something wrong with "audio.language =~ /ger|Ger|german|German|deutsch|Deutsch|de/ ? localize.ger.seriesName : n "
If I use it to get the German Name it´s either just using the English one, even if there is an German Name.
Same for {n.sortName('$2, $1')}, it´s just doing nothing.