oetspoker / subcentral

Automatically exported from code.google.com/p/subcentral
1 stars 0 forks source link

Two popup messages if subtitles are not downloaded #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In SubtitleDownloader 2.6 a new API is used for S4U.se site.

Searching this provider with language "Swedish", using IMDB ID tt0096895 you 
get a search result "Batman.1989.1080p.BluRay.DTS.x264.dxva-HDC".

However when downloading, only JPG file is returned by the site and there are 
no subtitle files in the ZIP archive.

SubCentral pops up message "No subtitles downloaded!" when trying to download 
this. When this message is closed, another message pops up: "All (0) subtitles 
downloaded". 

IMO only first message should be shown.

Original issue reported on code.google.com by seko...@gmail.com on 11 Apr 2011 at 4:59

GoogleCodeExporter commented 9 years ago
Do you have log?

There should be a line like:

"XX subtitle(s) downloaded to temporary folder."

What's XX for you? :) Probably 0 but just to make sure..

Original comment by mitja.skuver on 11 Apr 2011 at 5:37

GoogleCodeExporter commented 9 years ago
Nope..

11-Apr-2011 20:46:33.860  Info [      SubCentralCore]: Initializing 
SubtitleDownloader 
11-Apr-2011 20:46:33.860 Debug [      SubCentralCore]: SubtitleDownloader: 
assembly loaded 
11-Apr-2011 20:46:34.626  Info [      SubCentralCore]: Initializing plugin 
handlers 
11-Apr-2011 20:46:34.626  Info [PluginHandlerManager]: Checking for supported 
plugins... 
11-Apr-2011 20:46:34.635  Info [PluginHandlerManager]: Unavailable or Outdated 
Plugin: Moving Pictures 
11-Apr-2011 20:46:34.635  Info [PluginHandlerManager]: Unavailable or Outdated 
Plugin: TVSeries 
11-Apr-2011 20:46:34.635  Info [      SubCentralCore]: Initializing custom 
message receiver 
11-Apr-2011 20:46:34.635  Info [       SubCentralGUI]: Initializing GUI 
11-Apr-2011 20:46:38.711 Debug [       SubCentralGUI]: Entered plugin from Home 
or Basic Home or Plugins screen 
11-Apr-2011 20:47:12.489  Info [           Retriever]: Downloading subtitles..

Original comment by seko...@gmail.com on 11 Apr 2011 at 5:48

GoogleCodeExporter commented 9 years ago
And 

11-Apr-2011 20:47:12.489  Info [           Retriever]: Downloading subtitles..

is the last line in the log file :)

Original comment by seko...@gmail.com on 11 Apr 2011 at 5:48

GoogleCodeExporter commented 9 years ago
Oh, yeah right. There is a check before that log line :)

Should be fixed in r178 ;)

Original comment by mitja.skuver on 11 Apr 2011 at 5:57