Kodi Community Forum
WIP Ember Media Manager 1.4.x BETA - Discussion Thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: WIP Ember Media Manager 1.4.x BETA - Discussion Thread (/showthread.php?tid=172394)



RE: Ember Media Manager 1.4.x BETA - Discussion Thread - war59312 - 2015-03-10

(2015-03-06, 01:07)war59312 Wrote: Speaking of, I am unable to remove MoveSet "X-Men Collection". Nothing seems to happen when I delete movie.

And I don't see any error logged.

"Reload Movie Sets" and "Clean Database" from "Tools" menu does nothing to fix it either.

Nice, you fixed it. Smile

Working now as of version 1.4.2.0. It's gone.

However, now after removing a source it does NOT automatically remove movie sets. It should, since the source was removed.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - publicENEMY - 2015-03-10

(2015-03-08, 02:35)publicENEMY Wrote: I have this error when starting Ember Media Manager latest beta.

Value cannot be null. Parameter name: address.

I install in new folder but still the same error pop up.

Log
Code:
time,logger,callsite,threadid,level,message,exception
2015-03-08 08:38:57.9324,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_Startup,1,INFO,====Ember Media Manager starting up====,
2015-03-08 08:38:58.3614,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException,1,ERROR,System,"EXCEPTION OCCURRED:System.ArgumentNullException: Value cannot be null.
Parameter name: address
   at System.Net.ServicePointManager.FindServicePoint(Uri address, IWebProxy proxy, ProxyChain& chain, HttpAbortDelegate& abortDelegate, Int32& abortState)
   at System.Net.HttpWebRequest.FindServicePoint(Boolean forceFind)
   at System.Net.HttpWebRequest.get_ServicePoint()
   at System.Net.AuthenticationState.PrepareState(HttpWebRequest httpWebRequest)
   at System.Net.AuthenticationState.ClearSession(HttpWebRequest httpWebRequest)
   at System.Net.HttpWebRequest.ClearAuthenticatedConnectionResources()
   at System.Net.HttpWebRequest.Abort(Exception exception, Int32 abortState)
   at System.Net.HttpWebRequest.Abort()
   at EmberAPI.HTTP.Clear()
   at EmberAPI.HTTP..ctor()
   at EmberAPI.Images.Clear()
   at Ember_Media_Manager.frmMain..ctor()
   at Ember_Media_Manager.My.MyApplication.MyApplication_Startup(Object sender, StartupEventArgs e)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartup(StartupEventArgs eventArgs)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()*   at System.Net.ServicePointManager.FindServicePoint(Uri address, IWebProxy proxy, ProxyChain& chain, HttpAbortDelegate& abortDelegate, Int32& abortState)
   at System.Net.HttpWebRequest.FindServicePoint(Boolean forceFind)
   at System.Net.HttpWebRequest.get_ServicePoint()
   at System.Net.AuthenticationState.PrepareState(HttpWebRequest httpWebRequest)
   at System.Net.AuthenticationState.ClearSession(HttpWebRequest httpWebRequest)
   at System.Net.HttpWebRequest.ClearAuthenticatedConnectionResources()
   at System.Net.HttpWebRequest.Abort(Exception exception, Int32 abortState)
   at System.Net.HttpWebRequest.Abort()
   at EmberAPI.HTTP.Clear()
   at EmberAPI.HTTP..ctor()
   at EmberAPI.Images.Clear()
   at Ember_Media_Manager.frmMain..ctor()
   at Ember_Media_Manager.My.MyApplication.MyApplication_Startup(Object sender, StartupEventArgs e)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartup(StartupEventArgs eventArgs)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()"
Thanks.

Is there anybody that can help me? The old version doesnt have this problem. only the latest one.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - cryodream - 2015-03-10

So how does the scarper priority work exactly? I have enabled both IMDb and TMDb scrapers for movies. IMDb is above TMDb as per default (I did not reorder scrapers). I have pretty much everything selected in both scrapers. I would assume I would get all the available info scrapped and saved to nfo from IMDb, and all the info from TMDb would be used only as fallback, if IMDb is missing that info. But what I get instead is pretty much all the info is from TMDb. I especially want to get rating and votes from imdb, and not tmdb as it is now. How come?

Quote:quote from: Ember Media Manager 1.4.x BETA - DL & Changelog - Latest: 1.4.2.0 (2015-03-05)

... Hints for version 1.4.0.6:
... check your movie data scraper ordering (now the first scraper has the highest priority, all following scrapers are used as fallback)

So how should EMM be setup sexactly to get all available data from IMDb and only fallback on TMDb for missing things?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

(2015-03-10, 01:23)cryodream Wrote: So how does the scarper priority work exactly? I have enabled both IMDb and TMDb scrapers for movies. IMDb is above TMDb as per default (I did not reorder scrapers). I have pretty much everything selected in both scrapers. I would assume I would get all the available info scrapped and saved to nfo from IMDb, and all the info from TMDb would be used only as fallback, if IMDb is missing that info. But what I get instead is pretty much all the info is from TMDb. I especially want to get rating and votes from imdb, and not tmdb as it is now. How come?

Quote:quote from: Ember Media Manager 1.4.x BETA - DL & Changelog - Latest: 1.4.2.0 (2015-03-05)

... Hints for version 1.4.0.6:
... check your movie data scraper ordering (now the first scraper has the highest priority, all following scrapers are used as fallback)

So how should EMM be setup sexactly to get all available data from IMDb and only fallback on TMDb for missing things?
I need to check that, but theoretically you have done that right.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

(2015-03-10, 01:22)publicENEMY Wrote:
(2015-03-08, 02:35)publicENEMY Wrote: I have this error when starting Ember Media Manager latest beta.

Value cannot be null. Parameter name: address.

I install in new folder but still the same error pop up.

Log
Code:
time,logger,callsite,threadid,level,message,exception
2015-03-08 08:38:57.9324,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_Startup,1,INFO,====Ember Media Manager starting up====,
2015-03-08 08:38:58.3614,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException,1,ERROR,System,"EXCEPTION OCCURRED:System.ArgumentNullException: Value cannot be null.
Parameter name: address
   at System.Net.ServicePointManager.FindServicePoint(Uri address, IWebProxy proxy, ProxyChain& chain, HttpAbortDelegate& abortDelegate, Int32& abortState)
   at System.Net.HttpWebRequest.FindServicePoint(Boolean forceFind)
   at System.Net.HttpWebRequest.get_ServicePoint()
   at System.Net.AuthenticationState.PrepareState(HttpWebRequest httpWebRequest)
   at System.Net.AuthenticationState.ClearSession(HttpWebRequest httpWebRequest)
   at System.Net.HttpWebRequest.ClearAuthenticatedConnectionResources()
   at System.Net.HttpWebRequest.Abort(Exception exception, Int32 abortState)
   at System.Net.HttpWebRequest.Abort()
   at EmberAPI.HTTP.Clear()
   at EmberAPI.HTTP..ctor()
   at EmberAPI.Images.Clear()
   at Ember_Media_Manager.frmMain..ctor()
   at Ember_Media_Manager.My.MyApplication.MyApplication_Startup(Object sender, StartupEventArgs e)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartup(StartupEventArgs eventArgs)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()*   at System.Net.ServicePointManager.FindServicePoint(Uri address, IWebProxy proxy, ProxyChain& chain, HttpAbortDelegate& abortDelegate, Int32& abortState)
   at System.Net.HttpWebRequest.FindServicePoint(Boolean forceFind)
   at System.Net.HttpWebRequest.get_ServicePoint()
   at System.Net.AuthenticationState.PrepareState(HttpWebRequest httpWebRequest)
   at System.Net.AuthenticationState.ClearSession(HttpWebRequest httpWebRequest)
   at System.Net.HttpWebRequest.ClearAuthenticatedConnectionResources()
   at System.Net.HttpWebRequest.Abort(Exception exception, Int32 abortState)
   at System.Net.HttpWebRequest.Abort()
   at EmberAPI.HTTP.Clear()
   at EmberAPI.HTTP..ctor()
   at EmberAPI.Images.Clear()
   at Ember_Media_Manager.frmMain..ctor()
   at Ember_Media_Manager.My.MyApplication.MyApplication_Startup(Object sender, StartupEventArgs e)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnStartup(StartupEventArgs eventArgs)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()"
Thanks.

Is there anybody that can help me? The old version doesnt have this problem. only the latest one.

No, sorry.
I need to check that. Maybe it's an error with the version check on GitHub.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - cryodream - 2015-03-10

(2015-03-10, 01:25)DanCooper Wrote:
(2015-03-10, 01:23)cryodream Wrote: So how does the scarper priority work exactly? I have enabled both IMDb and TMDb scrapers for movies. IMDb is above TMDb as per default (I did not reorder scrapers). I have pretty much everything selected in both scrapers. I would assume I would get all the available info scrapped and saved to nfo from IMDb, and all the info from TMDb would be used only as fallback, if IMDb is missing that info. But what I get instead is pretty much all the info is from TMDb. I especially want to get rating and votes from imdb, and not tmdb as it is now. How come?

Quote:quote from: Ember Media Manager 1.4.x BETA - DL & Changelog - Latest: 1.4.2.0 (2015-03-05)

... Hints for version 1.4.0.6:
... check your movie data scraper ordering (now the first scraper has the highest priority, all following scrapers are used as fallback)

So how should EMM be setup sexactly to get all available data from IMDb and only fallback on TMDb for missing things?
I need to check that, but theoretically you have done that right.

Never mind. It started working as intended. I haven't touched anything in the settings though, which is weird... Huh


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - AnthonyJS02 - 2015-03-10

any issues with ember and tv shows with thetvdb.com tonight? dont seem to be pulling any information when scraping. example The walking dead and revenge episode last night


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

(2015-03-08, 18:53)Poland Wrote: How I like to add your collection ??
Image

How to add these videos to the collection ??

Image

There is more than one way.

Automatically:
- enable Settings -> Movies -> Scraper-Data -> Collection ID and also Add Movies automatically to Collections
- enable Collection ID in TMDB scraper settings
- rescrape Collection ID for your movies (you can use the Custom Scraper (Scrape Movies -> Custom Scraper) to rescrape only Collection IDs

Manually:
- switch to Sets and create a new set from the context menu (right mouse button in sets list)


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

(2015-03-10, 01:25)DanCooper Wrote:
(2015-03-10, 01:23)cryodream Wrote: So how does the scarper priority work exactly? I have enabled both IMDb and TMDb scrapers for movies. IMDb is above TMDb as per default (I did not reorder scrapers). I have pretty much everything selected in both scrapers. I would assume I would get all the available info scrapped and saved to nfo from IMDb, and all the info from TMDb would be used only as fallback, if IMDb is missing that info. But what I get instead is pretty much all the info is from TMDb. I especially want to get rating and votes from imdb, and not tmdb as it is now. How come?

Quote:quote from: Ember Media Manager 1.4.x BETA - DL & Changelog - Latest: 1.4.2.0 (2015-03-05)

... Hints for version 1.4.0.6:
... check your movie data scraper ordering (now the first scraper has the highest priority, all following scrapers are used as fallback)

So how should EMM be setup sexactly to get all available data from IMDb and only fallback on TMDb for missing things?
I need to check that, but theoretically you have done that right.

Please upload your Settings.xml and AdvancedSettings.xml.
I've check your issue but it works for me.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Poland - 2015-03-10

Hello. Where do I turn this option ?? Movie Set To plug Automator show them ..

Image


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

In global data scraper settings.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Poland - 2015-03-10

(2015-03-10, 16:39)DanCooper Wrote: In global data scraper settings.

Show the picture. I still do not charge


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

(2015-03-10, 19:21)Poland Wrote:
(2015-03-10, 16:39)DanCooper Wrote: In global data scraper settings.

Show the picture. I still do not charge
What you want exactly?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Poland - 2015-03-10

(2015-03-10, 19:22)DanCooper Wrote:
(2015-03-10, 19:21)Poland Wrote:
(2015-03-10, 16:39)DanCooper Wrote: In global data scraper settings.

Show the picture. I still do not charge
What you want exactly?

Still does not charge slides. So where do they turn on show in the picture because I have so I turned it ...


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-03-10

There is no slide missing.
And sorry, i really don't understand what you want.

Do you want add movies to an existing set? Or do you want that Ember create sets automatically if you scrape a movie?