Kodi Community Forum

Full Version: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-03-20, 20:50)JanM201 Wrote: [ -> ]Is there a setting I need to change or where did things go wrong?
Looks like the latest version of MediaInfo differs now between AAC and HE-AAC1/2. I've to add a new flag and mapping for this.
Thanks Dan Laugh
(2018-03-20, 21:00)DanCooper Wrote: [ -> ]
(2018-03-20, 20:50)JanM201 Wrote: [ -> ]Is there a setting I need to change or where did things go wrong?
Looks like the latest version of MediaInfo differs now between AAC and HE-AAC1/2. I've to add a new flag and mapping for this. 

I've tested a AAC+ sample file with Kodi and it will be added as "aac". So I think we do the same: Github
You can add it manually and rescan the file to get the correct info:

Image
on the latest daily anyone else having issues with it only grabbing fanart.tv, 1000x1426 images? My settings seem fine (and the same as they were prior to the new alpha.

I see this in the log (under the callsite ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet):

Code:

"EXCEPTION OCCURRED:System.InvalidOperationException: Call GetConfig() or SetConfig() first at TMDbLib.Client.TMDbClient.get_Config() at ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet(String TMDBID, ScrapeModifiers FilteredModifiers, ContentType ContentType)* at TMDbLib.Client.TMDbClient.get_Config() at ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet(String TMDBID, ScrapeModifiers FilteredModifiers, ContentType ContentType)"
(2018-03-22, 04:21)thrashmagazine Wrote: [ -> ]on the latest daily anyone else having issues with it only grabbing fanart.tv, 1000x1426 images? My settings seem fine (and the same as they were prior to the new alpha.

I see this in the log (under the callsite ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet):

Code:

"EXCEPTION OCCURRED:System.InvalidOperationException: Call GetConfig() or SetConfig() first at TMDbLib.Client.TMDbClient.get_Config() at ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet(String TMDBID, ScrapeModifiers FilteredModifiers, ContentType ContentType)* at TMDbLib.Client.TMDbClient.get_Config() at ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet(String TMDBID, ScrapeModifiers FilteredModifiers, ContentType ContentType)"
https://forum.kodi.tv/showthread.php?tid...pid2717119
(2018-03-22, 16:14)DanCooper Wrote: [ -> ]
(2018-03-22, 04:21)thrashmagazine Wrote: [ -> ]on the latest daily anyone else having issues with it only grabbing fanart.tv, 1000x1426 images? My settings seem fine (and the same as they were prior to the new alpha.

I see this in the log (under the callsite ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet):

Code:

"EXCEPTION OCCURRED:System.InvalidOperationException: Call GetConfig() or SetConfig() first at TMDbLib.Client.TMDbClient.get_Config() at ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet(String TMDBID, ScrapeModifiers FilteredModifiers, ContentType ContentType)* at TMDbLib.Client.TMDbClient.get_Config() at ScraperModule.TMDB.Scraper.GetImages_Movie_MovieSet(String TMDBID, ScrapeModifiers FilteredModifiers, ContentType ContentType)"
https://forum.kodi.tv/showthread.php?tid...pid2717119 
 thank you, that fixed it for me!
Looks like this audio codec needs to be updated as well: mp4a-40-2  Should be mapped to aac.
(2018-03-23, 01:18)Fail$tyle420 Wrote: [ -> ]Looks like this audio codec needs to be updated as well: mp4a-40-2  Should be mapped to aac.
Hi, yes agreed. See picture:

Image
Do you need to update Github? Also, how do we map this in settings.
Thanks.
(2018-03-23, 01:26)JanM201 Wrote: [ -> ]
(2018-03-23, 01:18)Fail$tyle420 Wrote: [ -> ]Looks like this audio codec needs to be updated as well: mp4a-40-2  Should be mapped to aac.
Hi, yes agreed. See picture:

Image
Do you need to update Github? Also, how do we map this in settings.
Thanks. 
 Settings->Misc->Codec Mapping (I think, currently scraping so I can't check it.)->Audio: Click the plus sign and enter "mp4a-40-2" without quotes.  Then to the right of that put in "aac" without quotes.
Also looks like hev1 for hevc encoded files needs to be updated as well.
Dug around a bit and found no resolution. Working with 1.4.90, Getting this error

EXCEPTION OCCURRED:TMDbLib.Objects.Exceptions.RequestLimitExceededException: You have exceeded the maximum number of request allowed by TMDb please try again later

I've put in my own API Key from TMDB with no luck. I'm having no problems with the movie side of things. It also doesn't matter what way I try to scrape the information either.

Thanks in advance.

EDIT: Resolved.
(2018-03-23, 01:18)Fail$tyle420 Wrote: [ -> ]Looks like this audio codec needs to be updated as well: mp4a-40-2  Should be mapped to aac.
(2018-03-23, 03:26)Fail$tyle420 Wrote: [ -> ]Also looks like hev1 for hevc encoded files needs to be updated as well.

I always run these files in Kodi and look how Kodi saves the codec into the database "streamdetails" table. Then I add the mapping to Ember defaults. Please tell me how the mapping looks and I will add it to Ember. Thx.
(2018-03-23, 10:24)DanCooper Wrote: [ -> ]I always run these files in Kodi and look how Kodi saves the codec into the database "streamdetails" table. Then I add the mapping to Ember defaults. Please tell me how the mapping looks and I will add it to Ember. Thx.

mp4a-40-2 = AAC
hvc1 = HEVC
Image
Image
Here's a sample i made to for you test
(2018-03-23, 10:24)DanCooper Wrote: [ -> ]
(2018-03-23, 01:18)Fail$tyle420 Wrote: [ -> ]Looks like this audio codec needs to be updated as well: mp4a-40-2  Should be mapped to aac.
(2018-03-23, 03:26)Fail$tyle420 Wrote: [ -> ]Also looks like hev1 for hevc encoded files needs to be updated as well.

I always run these files in Kodi and look how Kodi saves the codec into the database "streamdetails" table. Then I add the mapping to Ember defaults. Please tell me how the mapping looks and I will add it to Ember. Thx. 
 I'm assuming I need to get an sqlite editor to find this info?  I noticed that ember gave me codec picture problems on a few movies, so I ran it through mediainfo.
(2018-03-23, 22:52)Fail$tyle420 Wrote: [ -> ]
(2018-03-23, 10:24)DanCooper Wrote: [ -> ]
(2018-03-23, 01:18)Fail$tyle420 Wrote: [ -> ]Looks like this audio codec needs to be updated as well: mp4a-40-2  Should be mapped to aac.
(2018-03-23, 03:26)Fail$tyle420 Wrote: [ -> ]Also looks like hev1 for hevc encoded files needs to be updated as well.

I always run these files in Kodi and look how Kodi saves the codec into the database "streamdetails" table. Then I add the mapping to Ember defaults. Please tell me how the mapping looks and I will add it to Ember. Thx. 
 I'm assuming I need to get an sqlite editor to find this info?  I noticed that ember gave me codec picture problems on a few movies, so I ran it through mediainfo.
SQLite Browser for local Kodi databases, phpMyAdmin for MySQL.