(2013-01-29, 19:43)Hyram Wrote: (2013-01-29, 11:26)Tomkun Wrote: Most of the time recently when I try and scrape movies, the first result in either automatic or manual mode is usually a review show or documentary about the movie instead of the movie itself.
This is exactly the reason why that 'Popular Titles' thing has got to go -- it'll do it even if there's exact matches found -- and why I cannot trust EMM to do it automatically. U've put any further work on hold until this particular curse is rectified.
This is really very strange set up in the code
But I work on the next release, the following features are added:
- in the search result windows the first exact movie is selected (usually this is the correct movie) (100% done)
- funktion autoscraping: (80% done)
if exact search result =1 -> take this
if exact search result >1 -> check the year in filename -> exactly one match is found -> take this
if exact search result >1 -> check the year in filename -> more than one match is found -> take first in list (first in list is always the most popular on IMDB)
if exact search result >1 -> check the year in filename -> no one match is found -> check the popular result list
if exact search result >0 - > check popular ... year ...
- funktion autoscraping (require input...): (80% done)
if exact search result =1 -> take this
if exact search result >1 -> check the year in filename -> exactly one match is found -> take this
if exact search result >1 -> check the year in filename -> more than one match is found -> take first in list (first in list is always the most popular on IMDB)
if exact search result >1 -> check the year in filename -> no one match is found -> check the popular result list
if exact search result >0 - > ask/require input
- (new) funktion autoscraping (no request, skip): (20% done)
basically the same way like "autoscraping (require input)" with the difference skip instead ask
The problem is: On Saturday i go to the carnival, on Sunday I'll do the Frank Gallagher style
(2013-01-29, 22:58)brywright Wrote: Hi,
I have an odd problem with movie fanart.
No matter what when I chose the option to save fanart as fanart.jpg it will not save.
It scrapes themedia, i pick the right one but then nothing no fanart.jpg and the tick does not appear in the column to say its detected
(this is for new fanart.jpg)
Existing fanart.jpg are in the folder but ember mediamanager can not see them. If I go browse and choose local source and select the fanart.jpg it opens up and displays fine. If I click ok it then doesnt get added - no tick in the column or anything. (file itself is still there.)
If i change to use <movie>.fanart.jpg it all works fine.
I have 90% of my fanart already saved as fanart.jpg and wanted to use ember media manager to get the few missing ones and update as my library improves.
I am using 1.3.0.9.
I have tried deleting ember and starting from scratch, same thing
Any ideas?
I tested the following:
- automatic scraping WORKS
- manual scraping WORKS
- manual editing WORKS
Unfortunately I do not know what it failing with you.
Has anyone else the same problem?