Kodi Community Forum
WIP Ember Media Manager 1.4.8.0 ALPHA - 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.8.0 ALPHA - Discussion Thread (/showthread.php?tid=259449)



RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - zerocool_ie - 2016-08-23

(2016-08-23, 17:11)DanCooper Wrote: Thank you!

The limit is on the "same" place and should be set to a usefull number. Otherwise Ember downloads ALL fanarts as Extrafanarts. Should don't be a problem while scraping, but it will crash if you try to open the Edit TV Show dialog (because the images then are loaded in full resolution).
Extrafanarts limit is set to 4 in TV seasons.
Extrafanarts is unticked and greyed out in the custom scraper.


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - ShadowTek - 2016-08-23

Hello,

I get "Object reference not set to an instance of an object."
If I try to open the tag manager.

Here the error:

Code:
2016-08-23 14:25:23.2127,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException,1,ERROR,EmberAPI,"EXCEPTION OCCURRED:System.NullReferenceException: Object reference not set to an instance of an object.
   at EmberAPI.Database.Load_Movie(Int64 MovieID)
   at EmberAPI.Database.Load_Tag_Movie(Int32 TagID)
   at generic.EmberCore.TagManager.dlgTagManager.RefreshModule()
   at generic.EmberCore.TagManager.dlgTagManager.SetUp()
   at generic.EmberCore.TagManager.dlgTagManager..ctor()
   at generic.EmberCore.TagManager.Tag_Generic.MyMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)*   at EmberAPI.Database.Load_Movie(Int64 MovieID)
   at EmberAPI.Database.Load_Tag_Movie(Int32 TagID)
   at generic.EmberCore.TagManager.dlgTagManager.RefreshModule()
   at generic.EmberCore.TagManager.dlgTagManager.SetUp()
   at generic.EmberCore.TagManager.dlgTagManager..ctor()
   at generic.EmberCore.TagManager.Tag_Generic.MyMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"
2016-08-23 14:25:26.2068,Ember_Media_Manager.frmMain,Ember_Media_Manager.frmMain.frmMain_FormClosed,1,INFO,====Ember Media Manager exiting====,



RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - DanCooper - 2016-08-24

(2016-08-23, 20:27)ShadowTek Wrote: Hello,

I get "Object reference not set to an instance of an object."
If I try to open the tag manager.

Here the error:

Code:
2016-08-23 14:25:23.2127,Ember_Media_Manager.My.MyApplication,Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException,1,ERROR,EmberAPI,"EXCEPTION OCCURRED:System.NullReferenceException: Object reference not set to an instance of an object.
   at EmberAPI.Database.Load_Movie(Int64 MovieID)
   at EmberAPI.Database.Load_Tag_Movie(Int32 TagID)
   at generic.EmberCore.TagManager.dlgTagManager.RefreshModule()
   at generic.EmberCore.TagManager.dlgTagManager.SetUp()
   at generic.EmberCore.TagManager.dlgTagManager..ctor()
   at generic.EmberCore.TagManager.Tag_Generic.MyMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)*   at EmberAPI.Database.Load_Movie(Int64 MovieID)
   at EmberAPI.Database.Load_Tag_Movie(Int32 TagID)
   at generic.EmberCore.TagManager.dlgTagManager.RefreshModule()
   at generic.EmberCore.TagManager.dlgTagManager.SetUp()
   at generic.EmberCore.TagManager.dlgTagManager..ctor()
   at generic.EmberCore.TagManager.Tag_Generic.MyMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"
2016-08-23 14:25:26.2068,Ember_Media_Manager.frmMain,Ember_Media_Manager.frmMain.frmMain_FormClosed,1,INFO,====Ember Media Manager exiting====,

Thank you. Has been fixed for Alpha 22: Commit


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - ShadowTek - 2016-08-24

Cool, thanks Dan!


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - DanCooper - 2016-08-25

(2016-08-23, 17:04)zerocool_ie Wrote:
DanCooper Wrote:What's the name of the show? I will try to create dummy episodes and do a scrape to reproduce your issue.
Survivor
https://thetvdb.com/?tab=series&id=76733&lid=7

DanCooper Wrote:Do you've set a limit for Extrafanarts and Extrathumbs?
In Movies, it is set to 4 and 4. But I am scraping only TV shows now and there are no limit settings there that I can see.

DanCooper Wrote:How exactly do you start the (re)scraping process? Contextmenu or scraper menu above the main window or Custom scraper?
TV Shows tab -> Scrape TV Shows-> Custom Scraper -> Selection Filter:Selected -> Update Mode:Ask -> Begin

Ok... that is a horrible tv show Rofl nearly 500 actors listet for each episode...
But I can reproduce the error. I will try to fix that or change our process.

Edit. btw... this tv show needs nearly 10 mb in my database... only for links between each episode with each actor (530 x 479 = 268'240 links)!


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - redglory - 2016-08-25

Use pastebin to post logs. It's very difficult to read...

sent from my Nexus4


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - DanCooper - 2016-08-25

(2016-08-25, 22:14)redglory Wrote: Use pastebin to post logs. It's very difficult to read...

sent from my Nexus4

Yes, and upload the full log if possible. I don't need only the error message, I also need more informations before the error is written. If someone want hold his log private: send an email to support[at]embermediamanager.org


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - zerocool_ie - 2016-08-25

(2016-08-25, 21:23)DanCooper Wrote: Ok... that is a horrible tv show Rofl nearly 500 actors listet for each episode...
But I can reproduce the error. I will try to fix that or change our process.

Edit. btw... this tv show needs nearly 10 mb in my database... only for links between each episode with each actor (530 x 479 = 268'240 links)!

Haha, yeah. Scraping into kodi takes ages also.

Thanks for looking into it Dan Smile


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - DanCooper - 2016-08-25

New release Alpha 22 is online.

Two bugs are still not fixed:
- Multi-Disc handling (sorry, I had almost no time the last few weeks. But it is soon finished.)
- OutOfMemory error from @zerocool_ie and @madmax2 (I can fix that only I've done the module changes)


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - madmax2 - 2016-08-26

(2016-08-25, 22:59)DanCooper Wrote: New release Alpha 22 is online.

Two bugs are still not fixed:
- Multi-Disc handling (sorry, I had almost no time the last few weeks. But it is soon finished.)
- OutOfMemory error from @zerocool_ie and @madmax2 (I can fix that only I've done the module changes)

Thanks
can you also add two bugs to your not fix list which i posted way back in this thread

Bug1 - context menu bug
http://forum.kodi.tv/showthread.php?tid=259449&pid=2387333#pid2387333

Bug2 - renamer bug
http://forum.kodi.tv/showthread.php?tid=259449&pid=2366365#pid2366365


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - ss4johnny - 2016-08-27

I just tried Alpha 22. I'm still getting that issue with movies whose titles have Part in the name. Haven't noticed anything else yet.


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - DanCooper - 2016-08-27

(2016-08-27, 00:18)ss4johnny Wrote: I just tried Alpha 22. I'm still getting that issue with movies whose titles have Part in the name. Haven't noticed anything else yet.

Show two posts before. Will be fixed in next release. I'm nearly done (98%).


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - ss4johnny - 2016-08-27

Ah


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - ss4johnny - 2016-08-30

This is probably more of a UI issue than a bug (so maybe more a question of taste). Suppose I sort movies by watched. Then, I mark one of the movies as watched. It moves the cursor down to where the film marked as watched is. I have to then scroll back up to the top to see the unwatched stuff. This behavior is not obvious when sorted by title, but any other sorting can be a little annoying if you mark stuff as watched and then have to go back to where you were.


RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - DanCooper - 2016-08-30

(2016-08-30, 02:41)ss4johnny Wrote: This is probably more of a UI issue than a bug (so maybe more a question of taste). Suppose I sort movies by watched. Then, I mark one of the movies as watched. It moves the cursor down to where the film marked as watched is. I have to then scroll back up to the top to see the unwatched stuff. This behavior is not obvious when sorted by title, but any other sorting can be a little annoying if you mark stuff as watched and then have to go back to where you were.

Yes, that's true. Maybe I can fix that, but I'm not shure. Please create e new enhancement on our bug tracker: http://bugs.embermediamanager.org