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.
Scraper not finding Movies
Re: Scraper not finding Movies
1.
I can't reproduce any issues. Works out of the box for me with English/German language preferences. With German language prefs it'll ask for confirmation more often though.
2.
If you SHIFT-CLICK a datasource it'll ask to to manually enter search queries.
3.
This can't not work:
If you expect String.sortName() to work for languages other than English then you will be disappointed. However, you can do your own regex-replace logic:
viewtopic.php?t=211
I can't reproduce any issues. Works out of the box for me with English/German language preferences. With German language prefs it'll ask for confirmation more often though.
2.
If you SHIFT-CLICK a datasource it'll ask to to manually enter search queries.
3.
This can't not work:
Code: Select all
{"The Movie".sortName('$2, $1')}
viewtopic.php?t=211