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 - fnwc - 2015-01-04

Hi, when I'm downloading trailers, nothing seems to happen. Examining the logs, I see:

Code:
2015-01-03 22:28:43.4179,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,5,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:28:47.3621,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <Apple_Trailer>,
2015-01-03 22:28:47.3621,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,DEBUG,[Guardians of the Galaxy] Apple Trailer - Movie found on http://trailers.apple.com/ - URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Movie found! Download URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:48.0032,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Scraped 9 trailer!,
2015-01-03 22:28:48.0032,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:28:48.0032,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <TMDB_Trailer>,
2015-01-03 22:28:48.0032,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:54.7286,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:29:16.1508,EmberAPI.HTTP,EmberAPI.HTTP.DownloadFile,7,ERROR,DownloadFile    <http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov>,"EXCEPTION OCCURRED:System.InvalidOperationException: This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)*   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)"
2015-01-03 22:29:16.1508,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,7,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:29:19.9030,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearArtSave>,
2015-01-03 22:29:19.9470,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearLogoSave>,
2015-01-03 22:29:20.2380,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieNFOSave>,
2015-01-03 22:29:20.2750,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,TRACE,Run generic module <Renamer>,
2015-01-03 22:29:20.4200,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <MovieSync>,

Has anyone run into this before?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Pr.Sinister - 2015-01-04

(2015-01-01, 11:54)neurosis13 Wrote: thank you DanCooper, Ember gets better and better.

after installing 1.4 i noticed some things:

- the writer credits are not enabled by default which means the writer field in the skin is empty (info not available)

After installing a new version, you should always double-check what you want enabled or disabled... Default settings cannot accommodate everyone Smile

Quote:- the number of votes misses a separator: its 14334 instead of 14,334 for example, its harder to read, maybe there is an option for that that i missed?

Besides decimal points, forcing a certain display format for numbers is asking to break the NFO importer. These things are better left controlled by regional settings or, in our case, the skin. It is up to the skin to display it the way you like. You can edit the skin yourself to display it the way you like.

Quote:- instead of displaying USA for country it now reads United States of America, it's not really a big deal but can it be reverted back to USA by the user ?

There is a setting to use abbreviations for countries. Unfortunately, that means France will be FR, Australia will be AU and Canada will be CA.

I really wish there was a setting to to use the full country name EXCEPT for United States of America and United Kingdom. The early versions of 1.3 did that but i don't know why it was changed. Right now, i just manually change them myself.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - FreeMan xbmc - 2015-01-05

I'm finding the IMDB scraper is sometimes picking up the "Also Known As" title and setting that as the main title for the movie.

Some examples:
Men In Black 3 (tt1409024) gave me the AKA title of "M.I.B.³", moving "Men in Black 3" to the the "Original Title" field.
Mission Impossible III (tt0317919) gave me the AKA title of "M:i:III", which isn't even listed on the main movie page. I have to click on the "See More" link next to the AKA to get to that title.
Mission Impossible 2 (tt0120755) game me the AKA title of "M:I-2", which is listed on the main movie page.

I see a setting in the IMDB settings for "Original Title", and it's checked, but I don't see any option for "AKA title". I do see "Popular Titles" under the "Scraper Options" section of the IMDB settings, but I wouldn't think that would impact it, does it?

Again, this is inconsistent (which is the worst type of bug to track down), I hope the 3 examples I've given will help you identify the issue, if you need more, let me know.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - Tiny Clanger - 2015-01-05

There seems to be a problem scraping movies with UK ratings when the rating is 12A. Certification is correctly set to 12A, but MPAA is set to 12 with an MPAA comment of "A". This causes the movie to show as 12 in Kodi.

An example is Dawn of the Planet of the Apes (2014) [tt2103281].

You can manually correct this in EMM if you spot it (by changing the MPAA to UK:12A and deleting the MPAA comment) but it's a pain to have to do this every time Smile

This didn't happen in 1.3.x, and I'm not sure if it's new for 1.4.0 or appeared since then — I only noticed it yesterday…


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

(2015-01-05, 12:02)Tiny Clanger Wrote: There seems to be a problem scraping movies with UK ratings when the rating is 12A. Certification is correctly set to 12A, but MPAA is set to 12 with an MPAA comment of "A". This causes the movie to show as 12 in Kodi.

An example is Dawn of the Planet of the Apes (2014) [tt2103281].

You can manually correct this in EMM if you spot it (by changing the MPAA to UK:12A and deleting the MPAA comment) but it's a pain to have to do this every time Smile

This didn't happen in 1.3.x, and I'm not sure if it's new for 1.4.0 or appeared since then — I only noticed it yesterday…

MPAA is USA rating and IMDB scraper only.
MPAA is alsways like "Rated PG-13 for intense epic battle sequences and warfare, sensuality, language and some smoking". Ember split it to Rating and Description in Edit Movie dialog for a better viewing, but save it alwas as <mpaa>Rating Description</mpaa>.

XBMC/Kodi does only recognize the <mpaa> tag, <certifications> will be ignored.

If you want UK ratings, use this settings:
- disable MPAA in global scraper settings
- enable Certification in global settings and set it to UK
- enable Use Certification for MPAA in global settings
- enable Certification scraping in your prefered scraper

(2015-01-05, 05:10)FreeMan xbmc Wrote: I'm finding the IMDB scraper is sometimes picking up the "Also Known As" title and setting that as the main title for the movie.

Some examples:
Men In Black 3 (tt1409024) gave me the AKA title of "M.I.B.³", moving "Men in Black 3" to the the "Original Title" field.
Mission Impossible III (tt0317919) gave me the AKA title of "M:i:III", which isn't even listed on the main movie page. I have to click on the "See More" link next to the AKA to get to that title.
Mission Impossible 2 (tt0120755) game me the AKA title of "M:I-2", which is listed on the main movie page.

I see a setting in the IMDB settings for "Original Title", and it's checked, but I don't see any option for "AKA title". I do see "Popular Titles" under the "Scraper Options" section of the IMDB settings, but I wouldn't think that would impact it, does it?

Again, this is inconsistent (which is the worst type of bug to track down), I hope the 3 examples I've given will help you identify the issue, if you need more, let me know.

Do you have enabled "Force Title Language" in IMDB scraper settings?
If yes, what language you have set there?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - quade1337 - 2015-01-05

no word yet on episode folder support?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - JavaLawyer - 2015-01-05

(2015-01-04, 08:32)fnwc Wrote: Hi, when I'm downloading trailers, nothing seems to happen. Examining the logs, I see:

Code:
2015-01-03 22:28:43.4179,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,5,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:28:47.3621,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <Apple_Trailer>,
2015-01-03 22:28:47.3621,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,DEBUG,[Guardians of the Galaxy] Apple Trailer - Movie found on http://trailers.apple.com/ - URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Movie found! Download URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:48.0032,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Scraped 9 trailer!,
2015-01-03 22:28:48.0032,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:28:48.0032,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <TMDB_Trailer>,
2015-01-03 22:28:48.0032,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:54.7286,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:29:16.1508,EmberAPI.HTTP,EmberAPI.HTTP.DownloadFile,7,ERROR,DownloadFile    <http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov>,"EXCEPTION OCCURRED:System.InvalidOperationException: This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)*   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)"
2015-01-03 22:29:16.1508,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,7,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:29:19.9030,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearArtSave>,
2015-01-03 22:29:19.9470,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearLogoSave>,
2015-01-03 22:29:20.2380,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieNFOSave>,
2015-01-03 22:29:20.2750,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,TRACE,Run generic module <Renamer>,
2015-01-03 22:29:20.4200,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <MovieSync>,

Has anyone run into this before?

Yes. I can select a trailer for download, select the source, and then nothing happens. This feature worked briefly when I first installed EMM, then stopped soon thereafter and hasn't worked since.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-01-06

(2015-01-05, 20:37)JavaLawyer Wrote:
(2015-01-04, 08:32)fnwc Wrote: Hi, when I'm downloading trailers, nothing seems to happen. Examining the logs, I see:

Code:
2015-01-03 22:28:43.4179,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,5,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:28:47.3621,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <Apple_Trailer>,
2015-01-03 22:28:47.3621,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,DEBUG,[Guardians of the Galaxy] Apple Trailer - Movie found on http://trailers.apple.com/ - URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Movie found! Download URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:48.0032,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Scraped 9 trailer!,
2015-01-03 22:28:48.0032,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:28:48.0032,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <TMDB_Trailer>,
2015-01-03 22:28:48.0032,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:54.7286,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:29:16.1508,EmberAPI.HTTP,EmberAPI.HTTP.DownloadFile,7,ERROR,DownloadFile    <http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov>,"EXCEPTION OCCURRED:System.InvalidOperationException: This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)*   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)"
2015-01-03 22:29:16.1508,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,7,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:29:19.9030,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearArtSave>,
2015-01-03 22:29:19.9470,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearLogoSave>,
2015-01-03 22:29:20.2380,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieNFOSave>,
2015-01-03 22:29:20.2750,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,TRACE,Run generic module <Renamer>,
2015-01-03 22:29:20.4200,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <MovieSync>,

Has anyone run into this before?

Yes. I can select a trailer for download, select the source, and then nothing happens. This feature worked briefly when I first installed EMM, then stopped soon thereafter and hasn't worked since.

I'm working in this problem (YouTube has changed the website).


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - fnwc - 2015-01-06

(2015-01-06, 01:11)DanCooper Wrote:
(2015-01-05, 20:37)JavaLawyer Wrote:
(2015-01-04, 08:32)fnwc Wrote: Hi, when I'm downloading trailers, nothing seems to happen. Examining the logs, I see:

Code:
2015-01-03 22:28:43.4179,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,5,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:28:47.3621,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <Apple_Trailer>,
2015-01-03 22:28:47.3621,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,DEBUG,[Guardians of the Galaxy] Apple Trailer - Movie found on http://trailers.apple.com/ - URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:47.4261,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Movie found! Download URL: http://trailers.apple.com/trailers/marvel/guardiansofthegalaxy/,
2015-01-03 22:28:48.0032,ScraperModule.Apple.Scraper,ScraperModule.Apple.Scraper.GetMovieTrailers,28,INFO,[Guardians of the Galaxy] Apple Trailer - Scraped 9 trailer!,
2015-01-03 22:28:48.0032,ScraperModule.Apple_Trailer,ScraperModule.Apple_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:28:48.0032,EmberAPI.ModulesManager,EmberAPI.ModulesManager.ScrapeTrailer_Movie,28,TRACE,Scraping movie trailers using <TMDB_Trailer>,
2015-01-03 22:28:48.0032,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Started scrape,
2015-01-03 22:28:54.7286,ScraperModule.TMDB_Trailer,ScraperModule.TMDB_Trailer.Scraper,28,TRACE,Finished scrape,
2015-01-03 22:29:16.1508,EmberAPI.HTTP,EmberAPI.HTTP.DownloadFile,7,ERROR,DownloadFile    <http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov>,"EXCEPTION OCCURRED:System.InvalidOperationException: This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress.
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)*   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState)
   at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress)
   at Ember_Media_Manager.dlgTrailerSelect.DownloadProgressUpdated(Int32 iProgress)
   at EmberAPI.Trailers.ProgressUpdatedEventHandler.Invoke(Int32 iPercent)
   at EmberAPI.Trailers.DownloadProgressUpdated(Int32 iPercent)
   at EmberAPI.HTTP.DownloadFile(String URL, String LocalFile, Boolean ReportUpdate, String Type, String WebURL)"
2015-01-03 22:29:16.1508,EmberAPI.Trailers,EmberAPI.Trailers.FromWeb,7,WARN,Trailer NOT downloaded: http://movietrailers.apple.com/movies/marvel/guardiansofthegalaxy/guardiansofthegalaxy-tlr1_h1080p.mov,
2015-01-03 22:29:19.9030,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearArtSave>,
2015-01-03 22:29:19.9470,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieClearLogoSave>,
2015-01-03 22:29:20.2380,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <OnMovieNFOSave>,
2015-01-03 22:29:20.2750,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,TRACE,Run generic module <Renamer>,
2015-01-03 22:29:20.4200,EmberAPI.ModulesManager,EmberAPI.ModulesManager.RunGeneric,1,WARN,No generic modules defined <MovieSync>,

Has anyone run into this before?

Yes. I can select a trailer for download, select the source, and then nothing happens. This feature worked briefly when I first installed EMM, then stopped soon thereafter and hasn't worked since.

I'm working in this problem (YouTube has changed the website).

I have this problem with Apple trailers as well.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-01-06

(2015-01-06, 08:11)fnwc Wrote:
(2015-01-06, 01:11)DanCooper Wrote:
(2015-01-05, 20:37)JavaLawyer Wrote: Yes. I can select a trailer for download, select the source, and then nothing happens. This feature worked briefly when I first installed EMM, then stopped soon thereafter and hasn't worked since.

I'm working in this problem (YouTube has changed the website).

I have this problem with Apple trailers as well.
Ok, i have found the issue and it will be fixed in next release.

It's a problem with the trailer select window: if you open that window from "Edit Movie" dialog and you don't download a trailer, the process bar handler will not be removed while closing dialog. The handler will be only removed properly, if you download a trailer Rolleyes Next time you open the trailer dialog, Ember can't create a working process bar and the download will failed.

Workaround:
Always download a trailer or restart Ember Tongue


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - AnthonyJS02 - 2015-01-06

How's next release coming along? Any new features or just fixes? Keep up great work!


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - quade1337 - 2015-01-06

no word yet on episode folder support?


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - solamnic - 2015-01-06

A small bug....

Main Screen, Meta Data shows Audio Stream 1, Language Greek, in the upper part of the movie (where flags are shown), No flag is shown only a question mark is shown and when i go with my pointer to the question mark it displays Language Unknown...


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - DanCooper - 2015-01-07

(2015-01-06, 17:35)quade1337 Wrote: no word yet on episode folder support?

I do not have time for it until the next release.

(2015-01-06, 20:47)solamnic Wrote: A small bug....

Main Screen, Meta Data shows Audio Stream 1, Language Greek, in the upper part of the movie (where flags are shown), No flag is shown only a question mark is shown and when i go with my pointer to the question mark it displays Language Unknown...

Yes, Greek is missing in the Languages.xml, but you can add it manually:

Code:
<Language>
      <Alpha2>el</Alpha2>
      <Alpha3>ell</Alpha3>
      <Name>Greek</Name>
</Language>

EDIT: Sorry, it's already in the list, but with an other/wrong Name. Search "Modern Greek", change it to "Greek" and add <Alpha2>el</Alpha2>.


RE: Ember Media Manager 1.4.x BETA - Discussion Thread - fnwc - 2015-01-07

Sorry if this has been asked before, but I notice the actors get downloaded for Movies, but there is no such setting for TV Shows for some reason. Unless I'm missing something?...