• 1
  • 213
  • 214
  • 215(current)
  • 216
  • 217
WIP Ember Media Manager 1.4.x BETA - Discussion Thread
(2016-07-28, 17:38)zuckedoff Wrote: It looks fine to me:

Code:
<?xml version="1.0" encoding="utf-8"?>
<episodedetails>
  <title>Deadly Velvet (2)</title>
  <runtime>23</runtime>
  <aired>2016-06-02</aired>
  <rating>7.5</rating>
  <videosource>hdtv</videosource>
  <votes>4</votes>
  <season>7</season>
  <episode>10</episode>
  <plot>Things get even deadlier on the set of Deadly Velvet when someone turns up, you guessed it, dead.</plot>
  <credits>Adam Reed</credits>
  <actor>
    <name>H. Jon Benjamin</name>
    <role>Sterling Archer</role>
    <thumb>http://thetvdb.com/banners/actors/135751.jpg</thumb>
  </actor>
  <actor>
    <name>Aisha Tyler</name>
    <role>Lana Kane</role>
    <thumb>http://thetvdb.com/banners/actors/135781.jpg</thumb>
  </actor>
  <actor>
    <name>Jessica Walter</name>
    <role>Malory Archer</role>
    <thumb>http://thetvdb.com/banners/actors/135791.jpg</thumb>
  </actor>
  <actor>
    <name>George Coe</name>
    <role>Woodhouse</role>
    <thumb>http://thetvdb.com/banners/actors/296570.jpg</thumb>
  </actor>
  <actor>
    <name>Adam Reed</name>
    <role>Ray Gillette</role>
    <thumb>http://thetvdb.com/banners/actors/296569.jpg</thumb>
  </actor>
  <actor>
    <name>Lucky Yates</name>
    <role>Doctor Krieger</role>
    <thumb>http://thetvdb.com/banners/actors/296568.jpg</thumb>
  </actor>
  <actor>
    <name>Amber Nash</name>
    <role>Pam Poovey</role>
    <thumb>http://thetvdb.com/banners/actors/296567.jpg</thumb>
  </actor>
  <actor>
    <name>Chris Parnell</name>
    <role>Cyril Figgis</role>
    <thumb>http://thetvdb.com/banners/actors/135771.jpg</thumb>
  </actor>
  <actor>
    <name>Judy Greer</name>
    <role>Cheryl Tunt</role>
    <thumb>http://thetvdb.com/banners/actors/135761.jpg</thumb>
  </actor>
  <fileinfo>
    <streamdetails>
      <audio>
        <channels>2</channels>
        <codec>aac</codec>
        <language>eng</language>
        <longlanguage>English</longlanguage>
      </audio>
      <video>
        <aspect>1.782</aspect>
        <codec>h264</codec>
        <durationinseconds>1433</durationinseconds>
        <encodedsettings>cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=13 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=19.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00</encodedsettings>
        <height>404</height>
        <language>eng</language>
        <longlanguage>English</longlanguage>
        <scantype>Progressive</scantype>
        <width>720</width>
      </video>
    </streamdetails>
  </fileinfo>
  <dateadded>2016-07-28 00:23:49</dateadded>
  <uniqueid>5605523</uniqueid>
  <imdb>tt4537958</imdb>
</episodedetails>

I even tried deleting all of the .NFO files for the season, but it still fails on this episode. One thing I noticed, is that when I watch the activity in the status bar at the bottom, it seems like it is trying to process the NFO file as well as the episode itself. Is that possible?

If I move this season out of my scan directory, it fails on an episode in another season. However if I move the entire show out of my directory, it gets through most of the other shows. It seems that there are only a handful of episodes in a few shows that cause this problem.

That NFO looks good. I think it's the wrong one: Ember 1.4.7.x always display the last file that has been added in the left bottom corner, not the current one. Please check the log which file has been recognized before crash. Search for a similar line in log file:
Code:
[Scanner] [RegexGetTVEpisode] Found episode match C:\Ember Test\Serien\2 Broke Girls9\Season 02\2 Broke Girls9 - S02E07 - Süße Versuchung - Kopie.mkv (s2e7) [s([0-9]+)[ ._-]*e([0-9]+(?:(?:[a-i]|\.[1-9])(?![0-9]))?)([^\\\/]*)$]

By the way: I love Archer :-) One of the best tv shows out there!
Yep, it's the correct one:

Code:
2016-07-28 00:27:02.9948,EmberAPI.Scanner,EmberAPI.Scanner.GetTVSeasons,9,INFO,VideoInfoScanner: Found episode match F:\Media\Media\TV Shows\Archer\Season 7\Archer.2009.S07E10.HDTV.x264-FLEET.mkv (s7e10) [s([0-9]+)[ ._-]*e([0-9]+(?:(?:[a-i]|\.[1-9])(?![0-9]))?)([^\\\/]*)$],

I know - sad that the seasons are so short!
Does this app support manual info entry? I mean, can I enter episode info manually and force it to create a .nfo file?

If not, could you add something like that?

Thanks, it's a great app for scraping shows.
(2016-09-10, 09:16)rocker1920 Wrote: Does this app support manual info entry? I mean, can I enter episode info manually and force it to create a .nfo file?

If not, could you add something like that?

Thanks, it's a great app for scraping shows.

Yes, you can manually input whatever you would like
Hi Chaps....

I've been a long time user of 1.3.20...... and to be totally honest.... loved it.

But I've decided to test the latest beta on a win10 machine..... I've managed to set up emm to roughly how i had it in v 1.3,.. but upon scraping my nas I noticed it no longer recognizes any of my .tbn poster files,.. Do I really have to go into every single movie and tv episode folder and rename every .tbn to .poster?... or is there something more obvious i'm missing.


Also is it possible to just show these items on the main menu for either movie or tv....

Poster - Fanart - Nfo - Trailer - Subtitle - Extra Thumbs - Watched

Appreciate guidance chaps....

sadsack
First: Use Alpha version the Beta isn't maintained any more

The .tbn is legacy (pre Frodo for Kodi) you can test to specify them on expert tab, and if they are recognised, activate Kodi naming and let Ember rename them for you. Try just one movie to see it's working OK before doing your hole collection

For the last one the short answer is yes, just find the proper setting
(2016-11-03, 02:11)T-bird_se Wrote: First: Use Alpha version the Beta isn't maintained any more

The .tbn is legacy (pre Frodo for Kodi) you can test to specify them on expert tab, and if they are recognised, activate Kodi naming and let Ember rename them for you. Try just one movie to see it's working OK before doing your hole collection

For the last one the short answer is yes, just find the proper setting

Thanks for the info T-bird....

May seem like a stupid question but i thought that there was only the beta 1.4.7.2 available... as seen here: http://forum.kodi.tv/showthread.php?tid=191781&page=2

would you by any chance know where the alpha can be downloaded please?.

Not to worry..... located it.. http://forum.kodi.tv/showthread.php?tid=259449
(2016-11-03, 03:20)sadsack007 Wrote: May seem like a stupid question but i thought that there was only the beta 1.4.7.2 available... as seen here: http://forum.kodi.tv/showthread.php?tid=191781&page=2

would you by any chance know where the alpha can be downloaded please?.

Not to worry..... located it.. http://forum.kodi.tv/showthread.php?tid=259449

Do not use 1.4.7.2 beta anymore.
Use 1.4.8.0 alpha here: 259449 (thread)
Here you can find the tutorial for 1.4.8.0 http://www.kodinerds.net/index.php/Threa...388e86108d The TUT is not 100% up-to-date at the moment because it's from Februar 2016 and Dan have changed a lot of.
(2016-11-03, 12:04)Nepomuk Wrote:
(2016-11-03, 03:20)sadsack007 Wrote: May seem like a stupid question but i thought that there was only the beta 1.4.7.2 available... as seen here: http://forum.kodi.tv/showthread.php?tid=191781&page=2

would you by any chance know where the alpha can be downloaded please?.

Not to worry..... located it.. http://forum.kodi.tv/showthread.php?tid=259449

Do not use 1.4.7.2 beta anymore.
Use 1.4.8.0 alpha here: 259449 (thread)
Here you can find the tutorial for 1.4.8.0 http://www.kodinerds.net/index.php/Threa...388e86108d The TUT is not 100% up-to-date at the moment because it's from Februar 2016 and Dan have changed a lot of.


Thanks for the Link Nepomuk, I'll make sure to give it a read,.... as It's a big change from the old version.
So I've started using EMM today and... stuff happens.

I understood that Beta means an unfinished build, however here's the funny thing:

It scans the TV series just fine, downloads the data just fine. It just crashes every single time.

Yes. EVERY. SINGLE. TIME.
Change Series ... Found Correct one... Downloading Files... Ok... Ok again aaaand crash.

Image

Is there any temporary fix to this so far? Like a certain setting?
(2017-01-11, 18:50)theHubi Wrote: So I've started using EMM today and... stuff happens.

I understood that Beta means an unfinished build, however here's the funny thing:

It scans the TV series just fine, downloads the data just fine. It just crashes every single time.

Yes. EVERY. SINGLE. TIME.
Change Series ... Found Correct one... Downloading Files... Ok... Ok again aaaand crash.

Image

Is there any temporary fix to this so far? Like a certain setting?
Log?
(2017-01-11, 18:55)DanCooper Wrote:
(2017-01-11, 18:50)theHubi Wrote: So I've started using EMM today and... stuff happens.

I understood that Beta means an unfinished build, however here's the funny thing:

It scans the TV series just fine, downloads the data just fine. It just crashes every single time.

Yes. EVERY. SINGLE. TIME.
Change Series ... Found Correct one... Downloading Files... Ok... Ok again aaaand crash.

Image

Is there any temporary fix to this so far? Like a certain setting?
Log?
Log? Log.
EMM Log - Google Drive

EDIT01: I should add: I've just installed 1.4.8.0 Alpha x64 over 1.4.7.2 Beta x86
Apparently you already fixed the problem in the Alpha.
Thanks still. I'm usually very cautious when it comes to "Alpha" versions of things. As a Dev, you probably know why.
Then I read "Don't use 1.4.7.2 anymore".

Have a nice evening Smile
Everything seems to be working now. Thanks.
(2015-09-13, 06:34)Steiny Wrote: I was trying to scrape a TV show and in the last dialog I changed the banners that I had selected previously and once I hit the final OK button a message box popped up saying "NOT NULL constraint failed". Ember Media Manager then quit. I have uploaded the log to pastebin.
I note from the release notes that this may be a known issue
"•rescrape season -> crash"
"•rescrape episode -> crash"

However Dan's explanation in a reply to another user was that it related to the right click context menu?? I get the error like Steiny when scraping TV shows rather than the Season or Episode


Please would someone be kind enough to briefly explain the circumstances where this error occurs and if there are any workarounds. Is it related to not matching info with TVDB, File naming convention, Folder Layout?? Most of my TV Shows scrape without error but there are a few which cause ember to crash with:-
constraint failed
NOT NULL constraint failed:episode.Source

Some of the TV shows which cause Ember to crash with this error are:-
Planet Earth II Program ID 318408
Sherlock Program ID176941
The Inbetweeners Program ID81950
Band of Brothers Program ID74205
Fungus The Bogeyman Program ID304766

I have attached a log here

I appreciate that this may have been fixed in new version but that's still in Alpha and not stable as far as I can tell.
Many thanks
Fozzie

EDIT
Sorry looks like I am chasing but didn't see the post above. I searched the forum but it didn't come up with this post in the results and didn't think to go to end of string. I wish the forum would list in latest first rather than oldest first!
Just wondering if there a way to bypass the "Select Profile" screen when I launch the program? I only have one profile and its just annoying to have to select "default" profile in order to get into the program.

Image
  • 1
  • 213
  • 214
  • 215(current)
  • 216
  • 217

Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.4.x BETA - Discussion Thread8