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 - Monk - 2015-05-03

(2015-05-03, 14:00)DanCooper Wrote: Sorry, works for me.
Do you have followed the hints in download thread (reload the tv shows regex)?

I did reset the regex and now I tried a complete reinstall of Ember. Still no luck. This is what it looks like:


Image

The two files inside the folder are named:
Code:
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E01E02E03E04E05E06E07.ISO
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E08E0910E11E12E13.ISO



RE: Ember Media Manager 1.4.x BETA - Discussion Thread - boppyman - 2015-05-03

(2015-05-03, 11:34)DanCooper Wrote:
(2015-05-03, 11:33)redglory Wrote: Hey,

autoscrape isn't working for me.

EMM starts but just hangs inside my python script.

Here's the log: http://pastebin.com/4mrbwwnK

I run it like this:
Code:
-newauto -all -nowindow

Thanks
Known bug, will be fixed in next release (i think later today).

Hi Dan,

Will that fix sort this problem out im having?

http://forum.kodi.tv/showthread.php?tid=172394&pid=1995237#pid1995237

Thanks


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

(2015-05-03, 15:07)Monk Wrote:
(2015-05-03, 14:00)DanCooper Wrote: Sorry, works for me.
Do you have followed the hints in download thread (reload the tv shows regex)?

I did reset the regex and now I tried a complete reinstall of Ember. Still no luck. This is what it looks like:


Image

The two files inside the folder are named:
Code:
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E01E02E03E04E05E06E07.ISO
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E08E0910E11E12E13.ISO
Do you have removed the wrong NFOs before DB update?


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

(2015-05-03, 15:12)boppyman Wrote:
(2015-05-03, 11:34)DanCooper Wrote:
(2015-05-03, 11:33)redglory Wrote: Hey,

autoscrape isn't working for me.

EMM starts but just hangs inside my python script.

Here's the log: http://pastebin.com/4mrbwwnK

I run it like this:
Code:
-newauto -all -nowindow

Thanks
Known bug, will be fixed in next release (i think later today).

Hi Dan,

Will that fix sort this problem out im having?

http://forum.kodi.tv/showthread.php?tid=172394&pid=1995237#pid1995237

Thanks
No.
Please check of you have set the info downloading to "always" in tv show settings or try to delete the cached files for this show (context menu).


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Monk - 2015-05-03

(2015-05-03, 15:07)Monk Wrote: The two files inside the folder are named:
Code:
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E01E02E03E04E05E06E07.ISO
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E08E0910E11E12E13.ISO

I found the problem: It is the first dash "-" in the file name that messes up the regex match. After I removed it, Ember picks up the episodes correctly.


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

(2015-05-03, 15:20)Monk Wrote:
(2015-05-03, 15:07)Monk Wrote: The two files inside the folder are named:
Code:
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E01E02E03E04E05E06E07.ISO
Ninjago - Meister des Spinjitzu\Season 02\Ninjago - Meister des Spinjitzu - S02E08E0910E11E12E13.ISO

I found the problem: It is the first dash "-" in the file name that messes up the regex match. After I removed it, Ember picks up the episodes correctly.
Strange, i have used the file name that you have posted. I think with dash (Please check image and the yellow marked file name).


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - danfer - 2015-05-03

(2015-05-03, 12:49)danfer Wrote:
(2015-05-02, 20:39)DanCooper Wrote: Try
S00E07E10_S01E01E02Exxxx.iso

I am also having some "trouble" with a multi-episode. I have one file which contains three episodes.
I tried:
- S01E01E02E03.avi
- S01E01_E02_E03.avi
- S01E01_S01E02_S01E03.avi

No version worked for me. Am I doing something wrong?

I also (re)-resetted my regex settings and deleted the nfo.
Unfortunately without success Confused
Ember always identifies the avi as E01.

btw: sorry, for pushing Angel


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

(2015-05-03, 15:39)danfer Wrote:
(2015-05-03, 12:49)danfer Wrote:
(2015-05-02, 20:39)DanCooper Wrote: Try
S00E07E10_S01E01E02Exxxx.iso

I am also having some "trouble" with a multi-episode. I have one file which contains three episodes.
I tried:
- S01E01E02E03.avi
- S01E01_E02_E03.avi
- S01E01_S01E02_S01E03.avi

No version worked for me. Am I doing something wrong?

I also (re)-resetted my regex settings and deleted the nfo.
Unfortunately without success Confused
Ember always identifies the avi as E01.

btw: sorry, for pushing Angel
Whit latest version? Also reset the multi episode regex (below the big regex list)?
Please post the full path of your episode file.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Monk - 2015-05-03

Strange indeed, you had the same file name.

Here it simply did not work. I always did delete ALL Ember downloaded files (incl. nfo), cleaned cache, refreshed DB and cleaned DB. As posted I even did a complete reinstall. All this did not work.

As soon as I had removed the first dash it worked out of the box.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - danfer - 2015-05-03

(2015-05-03, 15:42)DanCooper Wrote:
(2015-05-03, 15:39)danfer Wrote:
(2015-05-03, 12:49)danfer Wrote: I am also having some "trouble" with a multi-episode. I have one file which contains three episodes.
I tried:
- S01E01E02E03.avi
- S01E01_E02_E03.avi
- S01E01_S01E02_S01E03.avi

No version worked for me. Am I doing something wrong?

I also (re)-resetted my regex settings and deleted the nfo.
Unfortunately without success Confused
Ember always identifies the avi as E01.

btw: sorry, for pushing Angel
Whit latest version? Also reset the multi episode regex (below the big regex list)?
Please post the full path of your episode file.

correct, with latest version.
you got me Wink I forgot to reset the multi episode regex. sorry for the extra work.
after resetting, Ember identified the file three times as episode 1. after that I manually changed 1>2 and 1>3.
now everythings works for me and I am happy.

btw: full path is pretty simple: \serien\#new\S01E01E02E03.avi [my incoming folder for new episodes Cool]


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Monk - 2015-05-03

One additional remark for the renamer: On these multi-episode files it tries to add all episode names to the file name, which eventually does not work because it is beyond the file-systems limits.
Maybe this should be limited from the beginning


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

(2015-05-03, 20:17)Monk Wrote: One additional remark for the renamer: On these multi-episode files it tries to add all episode names to the file name, which eventually does not work because it is beyond the file-systems limits.
Maybe this should be limited from the beginning
Oh yes, that is true.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Krautmaster - 2015-05-03

(2015-05-02, 16:22)boppyman Wrote:
(2015-05-02, 10:53)Krautmaster Wrote: small question. Is it possible to use the IMBD rating instead of the TMDB one?

Edit>Settings>Movies>Scrapers Data> IMDB> Enable, then enable IMDB Rating and Votes.

Then if you have Scrapers Data>TMDB enabled uncheck TMDB Rating and Votes.

You can mix what grabs what if you have both enabled. I let IMDB do most of it and just let TVDB grab the collections ID and a couple more bits.

thx man!


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - MKHR - 2015-05-04

i started re-scraping all my stuff today and noticed that the language options for images didn't really do what I thought they would.
I selected german and marked "also select english" (or whatever it's called). What happens is that the image that will be chosen is still english, even if a german option would have been available. basically, I think you don't really prioritize images of the selected language but just select all images and sort by rating or sth afterwards?

is there any option to use the english posters only as a "fallback"?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-05-04

(2015-05-04, 16:35)MKHR Wrote: i started re-scraping all my stuff today and noticed that the language options for images didn't really do what I thought they would.
I selected german and marked "also select english" (or whatever it's called). What happens is that the image that will be chosen is still english, even if a german option would have been available. basically, I think you don't really prioritize images of the selected language but just select all images and sort by rating or sth afterwards?

is there any option to use the english posters only as a "fallback"?

Preferred language works only "scraper internal" atm, not over all search results of all scrapers.
But if you move TMDB or Fanart.tv scraper to the top of the list and set both to "de", then almost a German poster should be found.

And yes, the both sub-options "also english" and "also blank" are only fallbacks. The sorting is always Pref -> English -> Blank -> other languages.