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: BETA Ember 1.4 - 20140210 - DanCooper - 2014-02-12

(2014-02-11, 19:27)dazz87 Wrote: 1) ... but for some reason its will not display the correct aspect ratio after playing the movie.
2) Also getting this error. When I exit a movie edit page on Ember.

1) XBMC don't really use videostream information from NFO. When you first play a movie, XBMC tries to identify the information and then stores them in the database. That we can not change. XBMC always uses its own information after playing.

2) We know this bug. It's a problem with audiostream language. Please tell me what Ember safe in NFO after Meta update.

(2014-02-11, 20:22)Shryukt Wrote: I tried to use the last beta but I can't scrap anything.

Do you have activate any scraper in settings?

(2014-02-11, 21:36)T-bird_se Wrote: First thing, Ember start extremely slow. For me it takes about a minute, fresh install or configured doesn't matter.
Strange things happens in TV-Shows setting area, I get massive logs and it's to big for pastebin so if anyone is interested you can grab it from my dropbox https://db.tt/N9nlg5rR
I must do some more tests before I can say exactly how to reproduce, not sure I have the time tonight
Tested to scrap some movies and shows without providing my personal API keys and all seems to run fast and no errors

Personal API keys are not longer needed. You can leave all fields blank and restart Ember.

Yes, the log is f**** big Smile I will disable all tracers and enable only error logging in next version.

Problems with TVDB: I think TVDB had massiv server errors in last time. Check status: Link
The extremly long time to start is because Ember try to connect the TVDB API server.


RE: BETA Ember 1.4 - 20140210 - DanCooper - 2014-02-12

(2014-02-11, 14:07)JCMatos Wrote: I think there is a bug in new version (20140210):

When scraping new episodes on TV Shows metadata is not being read or saved to the nfo file. When rescraping old episodes EMM deletes the metadata information saved in the nfo file.

Metadata in movies section seems to have the same problem with new movies.

Workaround: Download and overwrite the x86 version of .\Bin\MediaInfo.dll with x64 version.


RE: BETA Ember 1.4 - 20140210 - m.savazzi - 2014-02-12

I've added last Cocotus changes!


AW: RE: BETA Ember 1.4 - 20140210 - DanCooper - 2014-02-12

(2014-02-12, 01:18)m.savazzi Wrote: I've added last Cocotus changes!

Please don't release a new version. I have new changes tomorrow. And change the release settings in VS to x86, not AnyCPU.


RE: BETA Ember 1.4 - 20140212 - m.savazzi - 2014-02-12

Team,
shouldn't we have put back ember in 32 bit only? why is any CPU?

did I missed something?

M

(2014-02-12, 01:20)DanCooper Wrote:
(2014-02-12, 01:18)m.savazzi Wrote: I've added last Cocotus changes!

Please don't release a new version. I have new changes tomorrow. And change the release settings in VS to x86, not AnyCPU.

OPS!
I will deliver an new one tomorrow! Smile

We have to remove the AnyCPU profile from the solution if it does not work...

Done, removed 20140212 will do a new one tomorrow Smile


RE: BETA Ember 1.4 - 20140210 - Cocotus - 2014-02-12

(2014-02-12, 01:21)m.savazzi Wrote: Team,
shouldn't we have put back ember in 32 bit only? why is any CPU?

did I missed something?

M

(2014-02-12, 01:20)DanCooper Wrote: Please don't release a new version. I have new changes tomorrow. And change the release settings in VS to x86, not AnyCPU.

OPS!
I will deliver an new one tomorrow! Smile

We have to remove the AnyCPU profile from the solution if it does not work...

Done, removed 20140212 will do a new one tomorrow Smile

To be honest I tried to set it back to x86 in global configuration settings of project settings but GITHUB didn't recognize the change, so I could not commit Big Grin But gladyou solved it!


RE: BETA Ember 1.4 - 20140210 - JCMatos - 2014-02-12

(2014-02-12, 01:00)DanCooper Wrote:
(2014-02-11, 14:07)JCMatos Wrote: I think there is a bug in new version (20140210):

When scraping new episodes on TV Shows metadata is not being read or saved to the nfo file. When rescraping old episodes EMM deletes the metadata information saved in the nfo file.

Metadata in movies section seems to have the same problem with new movies.

Workaround: Download and overwrite the x86 version of .\Bin\MediaInfo.dll with x64 version.
Thanks Dan! Problem solved!Big Grin


RE: BETA Ember 1.4 - 20140210 - DanCooper - 2014-02-12

(2014-02-12, 01:35)Cocotus Wrote:
(2014-02-12, 01:21)m.savazzi Wrote: Team,
shouldn't we have put back ember in 32 bit only? why is any CPU?

did I missed something?

M

(2014-02-12, 01:20)DanCooper Wrote: Please don't release a new version. I have new changes tomorrow. And change the release settings in VS to x86, not AnyCPU.

OPS!
I will deliver an new one tomorrow! Smile

We have to remove the AnyCPU profile from the solution if it does not work...

Done, removed 20140212 will do a new one tomorrow Smile

To be honest I tried to set it back to x86 in global configuration settings of project settings but GITHUB didn't recognize the change, so I could not commit Big Grin But gladyou solved it!

Please don't remove or change the project settings, Dekker500 has fix this for futurer x64 support, see commit on GitHub: Link

I think the only "x86 only" file is MediaInfo.dll. I will try to build in x86 and x64.

You can easy switch between Debug/Release and x86/AnyCPU.
The only thing you need to do is change the local VS setting for Ember (sorry, only german screenshots):

Image

Image


I just update the installation wizard for the new Expert Settings. After that, I'll try to TMDB and TVDB scraper to activate by default after a new installation.

Today I will do a clean release with a small changelog.


RE: BETA Ember 1.4 - 20140210 - Shryukt - 2014-02-12

(2014-02-12, 00:30)DanCooper Wrote:
(2014-02-11, 20:22)Shryukt Wrote: I tried to use the last beta but I can't scrap anything.

Do you have activate any scraper in settings?

I wait for the next beta release, but in this one :
I don't have any scrapper to activate in setting.

Image
Image


RE: BETA Ember 1.4 - 20140210 - DanCooper - 2014-02-12

Check your antivirus...


RE: BETA Ember 1.4 - 20140210 - Shryukt - 2014-02-12

I only use Windows defender in windows 8.1 x64 and I don't have any alert.

1.3.0.18 works fine.


RE: BETA Ember 1.4 - 20140210 - Cocotus - 2014-02-12

(2014-02-12, 19:35)Shryukt Wrote:
(2014-02-12, 00:30)DanCooper Wrote:
(2014-02-11, 20:22)Shryukt Wrote: I tried to use the last beta but I can't scrap anything.

Do you have activate any scraper in settings?

I wait for the next beta release, but in this one :
I don't have any scrapper to activate in setting.

Image
Image

Thats weird -should more look like this:
Image


RE: BETA Ember 1.4 - 20140210 - DanCooper - 2014-02-12

New release in 3h btw...


RE: BETA Ember 1.4 - 20140210 - Shryukt - 2014-02-12

(2014-02-12, 19:46)Cocotus Wrote: Thats weird -should more look like this:
Yeh I know ^_^

I use the 1.3.0.18 and an a previous beta and everything is ok (except béta bugs ^^) but this one... no way.

Maybe I miss something :
- I DL the .zip
- unzip
- start Ember Media Manager.exe
and ... voila ^_^


RE: BETA Ember 1.4 - 20140210 - T-bird_se - 2014-02-12

(2014-02-12, 19:50)DanCooper Wrote: New release in 3h btw...

If you got time take a look at this bug

I sad yesterday that something was wrong in TVDB settings and now I now what
You can't change any setting for TVDB, the apply button never lights up, the only work around I found is to start write in api key field
Make your changes and clean api field, you are forced to a restart but you get your setting saved
And the leading text is wrong, it's not global setting it's scraper specific

And last, if you unactivate most modules you get massiv errors, I only run with renamer and notification active, all other is off