• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 176
WIP Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
Hi Dan,

2 More questions.

How does select profile work? What is the purpose?

If there's a new Alpha version available, do I just install it over the one I already have as to not loose my settings, or do

I copy & paste certain files or folders?

Thanks
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
(2016-05-27, 21:01)JanM201 Wrote: Hi Dan,

2 More questions.

How does select profile work? What is the purpose?

If there's a new Alpha version available, do I just install it over the one I already have as to not loose my settings, or do

I copy & paste certain files or folders?

Thanks

It's to switch between two or more different settings and/or databases. Was an old request and very usefull for debugging.
Yes, an new version should always installed over the old one. Database will be upgraded if needed, old settings will be used. But somethimes we have to change some setting names. It's always a good idea to check all settings.
I'm getting an error for adding TV shows manually using IMDB tt0098837
Seems to work fine when editing movies just can't do it for the TV show.

http://www.imdb.com/title/tt0098837/

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

REMOVED (waste of space)
(2016-05-27, 21:58)Kep1a Wrote: I'm getting an error for adding TV shows manually using IMDB tt0098837
Seems to work fine when editing movies just can't do it for the TV show.

http://www.imdb.com/title/tt0098837/

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

REMOVED (waste of space)

Please upload the Ember log file (.\Ember Media Manager\Log\DATE.csv) to pastebin.com.
I'm getting a "Error creating window handle" while selecting season fanart on some series. Usually ones with a lot of seasons and images.

Log uploaded to pastebin: http://pastebin.com/m9dwqTzj

Also noticed that when scraping TV Shows if the IMDb scrapper is selected the scraping is really slow. Don't know if its a bug or if its due to the IMDb API being slow.
Here is the one from my attempt today.

http://pastebin.com/eixaXFNq
(2016-05-28, 13:06)Confucio Wrote: I'm getting a "Error creating window handle" while selecting season fanart on some series. Usually ones with a lot of seasons and images.

Log uploaded to pastebin: http://pastebin.com/m9dwqTzj

Also noticed that when scraping TV Shows if the IMDb scrapper is selected the scraping is really slow. Don't know if its a bug or if its due to the IMDb API being slow.

Can't see any useful information to find that bug. Please send me your settings (without the database *.emm) to [email protected].

Yes, IMDB is very slow. There is no free API and we have to parse each webpage (tv show, each season, each episode) to get the data.
(2016-05-28, 13:15)Kep1a Wrote: Here is the one from my attempt today.

http://pastebin.com/eixaXFNq

Looks like the bug in YouTube trailer parsing we fixed in last days: Commit
Will be fixed in next Alpha 16.
I get this http://pastebin.com/H9vJKK5z crash when updating the DB after adding a new episode of The Path.

This might be related to the above post about IMDB i tried updating the ratings of the latest episode of Wayward Pines it see the episode and gets the plot but doesn't update the ratings just leaves it blank, heres the nfo http://pastebin.com/BzcGtqPW of the episode, here's the log after trying to update the rating on it http://pastebin.com/8AHNr04X. This was all done with the latest from Github
(2016-05-28, 17:08)komplex Wrote: I get this http://pastebin.com/H9vJKK5z crash when updating the DB after adding a new episode of The Path.

This might be related to the above post about IMDB i tried updating the ratings of the latest episode of Wayward Pines it see the episode and gets the plot but doesn't update the ratings just leaves it blank, heres the nfo http://pastebin.com/BzcGtqPW of the episode, here's the log after trying to update the rating on it http://pastebin.com/8AHNr04X. This was all done with the latest from Github

Crash: I've already seen this error but i can't found a bug. I have to try to reproduce that error.

Episode rating: there is no rating on the combined page. I know, there is a rating on the "normal" page, but we only parse the combined one. Maybe that's a cache issue on IMDB and will be refreshed in next days.
Ah i thought it might be a cache issue, as for the crash one it does create a nfo for the episode before crashing if that helps in any way Smile
Dan,
I think the error you saw was an error for another movie title Percy Jackson's Sea of Monsters. The error I was referring to was for loading the TV series "Keeping Up Appearances"

Here is another log with only that attempted identification of the TV show Keeping Up Appearances. I never get a title to scrape even if I use the tt0098837 manually. See Link to imdb title. Can you try finding that title on yours and tell me what I'm doing wrong? The program just seems not to be able to go to the tt0098837 title even though it is there on the web.

Log http://pastebin.com/u0dVXJvc

Quote:I'm getting an error for adding TV shows manually using IMDB tt0098837
Seems to work fine when editing movies just can't do it for the TV show.

http://www.imdb.com/title/tt0098837/

Thanks
(2016-05-28, 22:28)Kep1a Wrote: Dan,
I think the error you saw was an error for another movie title Percy Jackson's Sea of Monsters. The error I was referring to was for loading the TV series "Keeping Up Appearances"

Here is another log with only that attempted identification of the TV show Keeping Up Appearances. I never get a title to scrape even if I use the tt0098837 manually. See Link to imdb title. Can you try finding that title on yours and tell me what I'm doing wrong? The program just seems not to be able to go to the tt0098837 title even though it is there on the web.

Log http://pastebin.com/u0dVXJvc

Quote:I'm getting an error for adding TV shows manually using IMDB tt0098837
Seems to work fine when editing movies just can't do it for the TV show.

http://www.imdb.com/title/tt0098837/

Thanks

Looks like you use the TVDB scraper in first position. That means the search result dialog can only search tv shows by TVDB ID (numeric). But the crash is a bug that i've to fix. Maybe i can also add the search be IMDB in TVDB scraper. Will be fixed and maybe changed in next Alpha.

EDIT: Fixed and added search by IMDB ID in TVDB search results dialog: Commit
Will be available in Alpha 16.
Thanks Dan!
(2016-05-28, 16:28)DanCooper Wrote:
(2016-05-28, 13:06)Confucio Wrote: I'm getting a "Error creating window handle" while selecting season fanart on some series. Usually ones with a lot of seasons and images.

Log uploaded to pastebin: http://pastebin.com/m9dwqTzj

Also noticed that when scraping TV Shows if the IMDb scrapper is selected the scraping is really slow. Don't know if its a bug or if its due to the IMDb API being slow.

Can't see any useful information to find that bug. Please send me your settings (without the database *.emm) to [email protected].

Yes, IMDB is very slow. There is no free API and we have to parse each webpage (tv show, each season, each episode) to get the data.

Just sent you an email with my Ember settings. Let me know if you need anything else.

Thanks a lot.
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 176

Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread2