Kodi Community Forum

Full Version: Ember Media Manager 1.4.x BETA - Discussion Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-10-03, 18:18)solamnic Wrote: [ -> ]Lets say:

Filename
About.Time.(2013).720p.Bluray.X264.Dts-Ltrg.mkv

needs to be renamed to
About.Time.2013.720p.mkv

Try this:

Code:
$X.$T{.$Y}{.$R}

$X. = replace all spaces with dot
$T = (scraped) movie title
{.$Y} = if available, write ".Year"
{.$R} = if available, write ".Resolution"

Hint: Renaming works only with movies that have a NFO file.
(2014-10-03, 14:08)solamnic Wrote: [ -> ]
(2014-09-26, 00:15)T-bird_se Wrote: [ -> ]
(2014-09-25, 00:05)solamnic Wrote: [ -> ]Just updating the library wont do? (i have to do something else?)
Depends of your db status, do you have meta data scraped?
If meta data is selected in settings, all flags are visible on the bar over the fanart picture.
If they are empty, you have to scrape them, do so from drop down "scrape movie" --> all --> automatic --> only meta sata

ounce that is finished, rename just one movie and see if done correct (right click on movie list)
If yes, use bulk renamer on hole collection

Today i managed to try it...
it does not work..
renamed movie goes
lets say

4 Minute Mile.mkv
and not 4.Minute.Mile.2014.1080p.mkv

You never answer if your movies is scraped correct
You must have the two marked sections in DB otherwise it can't work
Image
For reasons that will not make sense to several, I have the following for some of my shows.
I have a directory called history.
I have several shows in that directory that all work fine in emm
I also have a subdirectory in history that is like WW1 WW2 Vietnam, etc etc.
and that has shows in it also like say Secrets of ww2. I know this is not optimal but it is what it is. What is the best way to handle this?

For example i have V:\History\Empire Warriors
and I also have V:\History\WW2\War in the Pacific.

What is the best way to handle this, is it to go ahead and define a source as history and a source as WW2 or what other suggestions?

Thanks so much for the continued improvement of the program
Also, what do you do with a series that is not in the tvdb. For example there is a series called deadly men. I feel like in the past it would still generate a fake nfo so it showed up in xbmc but now I cannot remember how to do that.
Hi I have a probrema with DanCooper

peli Malefica

Code:
<mpaa>USA:PG</mpaa>
<certification>USA:PG</certification>

XBMC does not catch me and mpaa and certification
------------------------------------------------------------------------------

should this written and so if it gets me mpaa

Code:
<mpaa>Rated PG</mpaa>
<certification>US:PG / US:Rated PG</certification>

can you help me thanks

Google Translate
(2014-10-04, 11:04)jtm010101 Wrote: [ -> ]Hi I have a probrema with DanCooper

peli Malefica

Code:
<mpaa>USA:PG</mpaa>
<certification>USA:PG</certification>

XBMC does not catch me and mpaa and certification
------------------------------------------------------------------------------

should this written and so if it gets me mpaa

Code:
<mpaa>Rated PG</mpaa>
<certification>US:PG / US:Rated PG</certification>

can you help me thanks

Google Translate

First, XBMC will ignore <certification>. Only <mpaa> will be recognise.

This is a XBMC/Skin problem. XBMC has no rules for skins concerning MPAA.
Ember will always save MPAA as <mpaa>country:value</mpaa>.

But it's easy to fix that on a skin. Tell me which skin you use and i can send you a fixed XML.
(2014-09-27, 13:36)mardup Wrote: [ -> ]Hello Dan
I think i've found a bug.

When rating is something like "7.8" , bulk renamer is empty

Image

but if rating is "7" , buls renamer is OK

Image


In the log I can see


Code:
à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern, Boolean isPath)*   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern, Boolean isPath)"
2014-09-27 13:09:26.9746;generic.EmberCore.BulkRename.FileFolderRenamer;generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern;48;ERROR;ProccessPattern;"EXCEPTION OCCURRED:System.InvalidCastException: La conversion de la chaîne ""7.800000"" en type 'Double' n'est pas valide. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
   à Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)

Thnaks for your work !

Hello all !
Am'I the only having this problem ? Huh

Thanks.
I have fixed many thing in renamer for the next beta. Maybe it's solved now.
I posted this about a month ago, so yes same problem :

(2014-08-28, 12:57)alexkay Wrote: [ -> ]Hello, i can use everything i need in ember with last beta (so thx for this release you're doin a great job) except renamer : it seems to be broken when movie rating is not an integer

Code:
2014-08-28 12:55:48.3046;generic.EmberCore.BulkRename.FileFolderRenamer;generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern;1;ERROR;ProccessPattern;"EXCEPTION OCCURRED:System.InvalidCastException: La conversion de la chaîne ""8.2"" en type 'Double' n'est pas valide. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
   à Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   --- Fin de la trace de la pile d'exception interne ---
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)*   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)"
2014-08-28 12:55:48.3046;generic.EmberCore.BulkRename.FileFolderRenamer;generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern;1;ERROR;ProccessPattern;"EXCEPTION OCCURRED:System.InvalidCastException: La conversion de la chaîne ""8.2"" en type 'Double' n'est pas valide. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
   à Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   --- Fin de la trace de la pile d'exception interne ---
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)*   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)"
2014-08-28 12:55:48.3136;Ember_Media_Manager.My.MyApplication;Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException;1;ERROR;System.Core;"EXCEPTION OCCURRED:System.InvalidOperationException: La séquence ne contient aucun élément.
   à System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
   à generic.EmberCore.BulkRename.FileFolderRenamer.RenameSingle(DBMovie& _tmpMovie, String folderPattern, String filePattern, Boolean BatchMode, Boolean toNfo, Boolean ShowError, Boolean toDB)
   à generic.EmberCore.BulkRename.BulkRenamerModule.FolderSubMenuItemAuto_Click(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)*   à System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
   à generic.EmberCore.BulkRename.FileFolderRenamer.RenameSingle(DBMovie& _tmpMovie, String folderPattern, String filePattern, Boolean BatchMode, Boolean toNfo, Boolean ShowError, Boolean toDB)
   à generic.EmberCore.BulkRename.BulkRenamerModule.FolderSubMenuItemAuto_Click(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"
2014-08-28 12:55:50.5776;Ember_Media_Manager.frmMain;Ember_Media_Manager.frmMain.frmMain_FormClosed;1;INFO;====Ember Media Manager exiting====;
(2014-10-04, 12:44)DanCooper Wrote: [ -> ]
(2014-10-04, 11:04)jtm010101 Wrote: [ -> ]Hi I have a probrema with DanCooper

peli Malefica

Code:
<mpaa>USA:PG</mpaa>
<certification>USA:PG</certification>

XBMC does not catch me and mpaa and certification
------------------------------------------------------------------------------

should this written and so if it gets me mpaa

Code:
<mpaa>Rated PG</mpaa>
<certification>US:PG / US:Rated PG</certification>

can you help me thanks

Google Translate

First, XBMC will ignore <certification>. Only <mpaa> will be recognise.

This is a XBMC/Skin problem. XBMC has no rules for skins concerning MPAA.
Ember will always save MPAA as <mpaa>country:value</mpaa>.

But it's easy to fix that on a skin. Tell me which skin you use and i can send you a fixed XML.

Aeon MQ 5 - 2.0.2 - 2/7/2014 - XBMC Gotham

Thanks.
(2014-10-04, 14:51)alexkay Wrote: [ -> ]I posted this about a month ago, so yes same problem :

(2014-08-28, 12:57)alexkay Wrote: [ -> ]Hello, i can use everything i need in ember with last beta (so thx for this release you're doin a great job) except renamer : it seems to be broken when movie rating is not an integer

Code:
2014-08-28 12:55:48.3046;generic.EmberCore.BulkRename.FileFolderRenamer;generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern;1;ERROR;ProccessPattern;"EXCEPTION OCCURRED:System.InvalidCastException: La conversion de la chaîne ""8.2"" en type 'Double' n'est pas valide. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
   à Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   --- Fin de la trace de la pile d'exception interne ---
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)*   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)"
2014-08-28 12:55:48.3046;generic.EmberCore.BulkRename.FileFolderRenamer;generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern;1;ERROR;ProccessPattern;"EXCEPTION OCCURRED:System.InvalidCastException: La conversion de la chaîne ""8.2"" en type 'Double' n'est pas valide. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
   à Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   --- Fin de la trace de la pile d'exception interne ---
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)*   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
   à Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
   à generic.EmberCore.BulkRename.FileFolderRenamer.ProccessPattern(FileRename f, String opattern)"
2014-08-28 12:55:48.3136;Ember_Media_Manager.My.MyApplication;Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException;1;ERROR;System.Core;"EXCEPTION OCCURRED:System.InvalidOperationException: La séquence ne contient aucun élément.
   à System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
   à generic.EmberCore.BulkRename.FileFolderRenamer.RenameSingle(DBMovie& _tmpMovie, String folderPattern, String filePattern, Boolean BatchMode, Boolean toNfo, Boolean ShowError, Boolean toDB)
   à generic.EmberCore.BulkRename.BulkRenamerModule.FolderSubMenuItemAuto_Click(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)*   à System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
   à generic.EmberCore.BulkRename.FileFolderRenamer.RenameSingle(DBMovie& _tmpMovie, String folderPattern, String filePattern, Boolean BatchMode, Boolean toNfo, Boolean ShowError, Boolean toDB)
   à generic.EmberCore.BulkRename.BulkRenamerModule.FolderSubMenuItemAuto_Click(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   à System.Windows.Forms.ToolStrip.WndProc(Message& m)
   à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"
2014-08-28 12:55:50.5776;Ember_Media_Manager.frmMain;Ember_Media_Manager.frmMain.frmMain_FormClosed;1;INFO;====Ember Media Manager exiting====;
Do you uave tried to rescrape all votes with custom scraper -> rating and votes only? This should solve the problem with older values.
There are two episodes to a show that I have on my computer (named correctly), but are missing in Ember. I've tried updating the library, rescraping the season, reloading the show, restarting, doing that again, but Ember doesn't seem to be picking them up as being there. Not sure what to look for in the log files.

Also, the set collection images are stored in the Ember folder. I'd prefer to be able to store them at the location of my choosing.
(2014-10-04, 18:27)ss4johnny Wrote: [ -> ]There are two episodes to a show that I have on my computer (named correctly), but are missing in Ember. I've tried updating the library, rescraping the season, reloading the show, restarting, doing that again, but Ember doesn't seem to be picking them up as being there. Not sure what to look for in the log files.

Also, the set collection images are stored in the Ember folder. I'd prefer to be able to store them at the location of my choosing.

Missing episodes:
Maybe an issue in database file. Ypu can try to open the DB with SQLite Brower to search the episode by filename. If you have found an entry remove the from DB and do a DB update in Ember.


You can set a global folder for movie set artwork in settings. Check MovieSets -> Files and Sources.
It's not normal that Ember save images without define a folder in the settings or inside the Ember folder.
Thanks.

I deleted the entries in SQLLiteBrowser and it worked, at least for Ember. For some reason, anything after the first episode of the fourth season isn't showing up in XBMC. Not really sure if it was like that before...but all the files are in their relevant folders and showing up in Ember. I've tried cleaning and updating multiple times in XBMC and that didn't work. Then I tried it on a fresh installation of XBMC on my other computer it worked fine there...

There were two entries for each show, deleted those. Updating the library is what got the information in Ember correctly. I had tried that first, but it has been hanging a bit lately (like it seemingly finished updating, but then it doesn't load the images to the first show and I can't select any other shows), so I might have closed it out incorrectly and then tried some other stuff. What I noticed is that if I switched it to the movies (which seem to load fine) and then back, then it would work.

I set up that other folder too. I thought that was what was taking up space in the folder, but it was actually a 2GB temp folder that I hadn't noticed due to all the other files there. I was thinking that the set manager might load more quickly if you load stuff in Temp. It's not showing the images I moved in the sets tab, but it does show them in the Sets Manager. I can't remember if it was doing this before. I also noticed that in XBMC the sets the art from one of the movies instead of what I have in Ember (it was doing this before too), not really sure how to fix that.
(2014-10-03, 18:30)DanCooper Wrote: [ -> ]
(2014-10-03, 18:18)solamnic Wrote: [ -> ]Lets say:

Filename
About.Time.(2013).720p.Bluray.X264.Dts-Ltrg.mkv

needs to be renamed to
About.Time.2013.720p.mkv

Try this:

Code:
$X.$T{.$Y}{.$R}

$X. = replace all spaces with dot
$T = (scraped) movie title
{.$Y} = if available, write ".Year"
{.$R} = if available, write ".Resolution"

Hint: Renaming works only with movies that have a NFO file.


YES it worked .. thank you...Nod

(2014-10-03, 19:07)T-bird_se Wrote: [ -> ]
(2014-10-03, 14:08)solamnic Wrote: [ -> ]
(2014-09-26, 00:15)T-bird_se Wrote: [ -> ]Depends of your db status, do you have meta data scraped?
If meta data is selected in settings, all flags are visible on the bar over the fanart picture.
If they are empty, you have to scrape them, do so from drop down "scrape movie" --> all --> automatic --> only meta sata

ounce that is finished, rename just one movie and see if done correct (right click on movie list)
If yes, use bulk renamer on hole collection

Today i managed to try it...
it does not work..
renamed movie goes
lets say

4 Minute Mile.mkv
and not 4.Minute.Mile.2014.1080p.mkv

You never answer if your movies is scraped correct
You must have the two marked sections in DB otherwise it can't work
Image

Forgive me Wink...

yes movie was scraped fine..

tried the solution that dan suggested and it worked...