Movies and sortivo question

Any questions? Need some help?
Post Reply
dradiant14
Posts: 3
Joined: 12 Jan 2016, 18:20

Movies and sortivo question

Post by dradiant14 »

Hey guys,

I have an issue when calling the sortivo script with movies. TV shows work great but I can't seem to get movies working.

As an example let's take:
The.Kings.Speech.2010.1080p.BluRay.X264.AMIABLE.mkv

When used with the sortivo.groovy script it will return:

C:\Program Files\FileBot>filebot -script fn:sortivo "F:\Torrents\Prepared" --output "F:\Torrents"
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
Input: F:\Torrents\Prepared\The.Kings.Speech.2010.1080p.BluRay.X264.AMIABLE.mkv
The.Kings.Speech.2010.1080p.BluRay.X264.AMIABLE.mkv [series: Kings, movie: The King's Speech (2010)]
Exclude Movie: The King's Speech (2010)
Rename episodes using [TheTVDB]
Auto-detected query: [Kings, The Kings Speech, The Speech]
CmdlineException: Processing multiple shows at once requires -non-strict
Done ?(?????)?

In this example it looks as though it matches 3 possible TV/Movie matches. If I add in the "non-strict" argument it chooses a TV show:

C:\Program Files\FileBot>filebot -script fn:sortivo "F:\Torrents\Prepared" --output "F:\Torrents" -non-strict
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
Input: F:\Torrents\Prepared\The.Kings.Speech.2010.1080p.BluRay.X264.AMIABLE.mkv
The.Kings.Speech.2010.1080p.BluRay.X264.AMIABLE.mkv [series: Kings, movie: The King's Speech (2010)]
Exclude Movie: The King's Speech (2010)
Rename episodes using [TheTVDB]
Auto-detected query: [Kings, The Kings Speech, The Speech]
Fetching episode data for [Kings]
Fetching episode data for [Vikings]
Fetching episode data for [King's War]
Fetching episode data for [Kingswood Country]
Fetching episode data for [Kings of Construction]
Fetching episode data for [The Speech]
Fetching episode data for [The Kid's Speech]
[MOVE] Rename [F:\Torrents\Prepared\The.Kings.Speech.2010.1080p.BluRay.X264.AMIA
BLE.mkv] to [F:\Torrents\TV Shows\Kings\Season 1\Kings - S01E10 - Chapter One.mkv]
Processed 1 files
Done ?(?????)?

And here is another example from the following movie. This one detects the proper movie name but then seems to treat it like a TV show:
straight.outta.compton.2015.dc.720p.bluray.x264-veto.mkv

C:\Program Files\FileBot>filebot -script fn:sortivo "F:\Torrents\Prepared" --output "F:\Torrents"
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
Input: F:\Torrents\Prepared\straight.outta.compton.2015.dc.720p.bluray.x264-veto.mkv
straight.outta.compton.2015.dc.720p.bluray.x264-veto.mkv [series: straight outta compton, movie: Straight Outta Compton (2015)]
Exclude Movie: Straight Outta Compton (2015)
Rename episodes using [TheTVDB]
Auto-detected query: [straight outta compton]
Failed to fetch episode data: [straight outta compton]
CmdlineException: Unable to match files to episode data
Done ?(?????)?

Anyone have any tips/tricks to better detect Movies with this script?

Thanks!
User avatar
rednoah
The Source
Posts: 24046
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movies and sortivo question

Post by rednoah »

Use the amc script like everyone else. ;)
:idea: Please read the FAQ and How to Request Help.
dradiant14
Posts: 3
Joined: 12 Jan 2016, 18:20

Re: Movies and sortivo question

Post by dradiant14 »

Thanks rednoah. All is well.
Post Reply