Kodi Community Forum
Solved Get Ember to work in sabnzbd, how? - 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: Solved Get Ember to work in sabnzbd, how? (/showthread.php?tid=166850)

Pages: 1 2 3


RE: Get Ember to work in sabnzbd, how? - redglory - 2013-07-17

EUREKA!

I've finally found how to launch Ember Media Manager from SABnzbd script.

Had to install Visual Studio on a VM, cloned DanCooper's Ember-MM-New repo and patched "Ember Media Manager.exe".

Here is the file to overwrite the original one: Patched "Ember Media Manager.exe"

Hope it helps!

EDIT: Need to test regular Ember functions. It's giving some errors!


RE: Get Ember to work in sabnzbd, how? - redglory - 2013-07-17

When I run my new "Ember Media Manager.exe" which I've compiled from source (VS) I get this error when Ember is loading movie info:

Code:
Title: Error
Message: Object reference not set to an instance of an object.
StackTrace:    at Ember_Media_Manager.frmMain.fillScreenInfoWithMovie()
Date/Time: 17-07-2013 20:28:13
===========================================================================================

This doesn't make sense as my modification only checks if fLoading.Show(Me) runs or not.

In this case, splash screen opens as is supposed to, but it gives me this error.

Something is wrong with my frmMain.vb Have to check it. Smile

Nevertheless, command-line works great Smile


RE: Get Ember to work in sabnzbd, how? - redglory - 2013-07-18

Tried with whole compiled version with my Media.emm, settings.xml and AdvancedSettigns.xml and all worked fine.

If anyone wants to try it, do at your own risk.

I've packed it: get it here!

Hope it helps!

[edit]link updated


RE: Get Ember to work in sabnzbd, how? - Cocotus - 2013-07-24

(2013-07-18, 01:51)redglory Wrote: Tried with whole compiled version with my Media.emm, settings.xml and AdvancedSettigns.xml and all worked fine.

If anyone wants to try it, do at your own risk.

I've packed it: get it here!

Hope it helps!

Very nice! I just got SABNZB working for my new Homeserver and now I can't wait to try automation with Ember Smile Is it possible that you commit those code changes to github so the fix integrated in coming version?


RE: Get Ember to work in sabnzbd, how? - redglory - 2013-07-25

Just pull requested my commit to DanCooper's repo here


Re: RE: Get Ember to work in sabnzbd, how? - Lunatixz - 2013-07-26

(2013-07-25, 12:33)redglory Wrote: Just pull requested my commit to DanCooper's repo here

Very cool


RE: Get Ember to work in sabnzbd, how? - Cocotus - 2013-07-27

(2013-07-25, 12:33)redglory Wrote: Just pull requested my commit to DanCooper's repo here

Thanks! Smile Will be in coming v13 patched version!


RE: Get Ember to work in sabnzbd, how? - jonnyboy - 2013-08-05

(2013-07-18, 01:51)redglory Wrote: Tried with whole compiled version with my Media.emm, settings.xml and AdvancedSettigns.xml and all worked fine.

If anyone wants to try it, do at your own risk.

I've packed it: get it here!

Hope it helps!

[edit]link updated



Thank you. This seems to fix the issues I was having. It may have also been just a bad xml file.


RE: Get Ember to work in sabnzbd, how? - Bjur - 2013-08-14

@redglory: do you know if you patch is included in EMM v .14 ?


AW: Get Ember to work in sabnzbd, how? - DanCooper - 2013-08-14

Yes, it's included. Check the changelog.


RE: Get Ember to work in sabnzbd, how? - Bjur - 2013-08-14

NICESmile


RE: Get Ember to work in sabnzbd, how? - RockDawg - 2013-08-22

How are you guys doing this? I can get ember to run and scrape after Sab downloads, but Couch Potato doesn't do any other processing (like renaming, moving and deleting left over files) after Ember finishes. How do you get it to do that?


RE: Get Ember to work in sabnzbd, how? - RockDawg - 2013-08-26

(2013-08-22, 06:50)RockDawg Wrote: How are you guys doing this? I can get ember to run and scrape after Sab downloads, but Couch Potato doesn't do any other processing (like renaming, moving and deleting left over files) after Ember finishes. How do you get it to do that?

Anyone?


RE: Get Ember to work in sabnzbd, how? - redglory - 2013-08-26

These are my files:
nzbToCouchpotato.py
autoProcessMovie.py


Re: Get Ember to work in sabnzbd, how? - RockDawg - 2013-08-28

Thanks a lot. I'll check those out. What about TV shows?. In my experience Ember doesn't scrape then from the command line. Any experience with that?