google-code-export / fanart-handler

Automatically exported from code.google.com/p/fanart-handler
1 stars 0 forks source link

Unnecessary backdrops on the '..' folder selected in 'My Videos' section #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
----------
1. Install MP-TVSeries, download an information for several tv-series.

2. Go to the 'My Videos' section, step into any folder and then select '..'

3. Fanart Handler starts showing random backdrops according to the specified 
timeout (20 seconds by default).

What is the expected output? What do you see instead?
----------
Expected output for '..' folder is an empty background.
The actual output is a random backdrop.

What sversion of the Fanart Handler plugin are you using?
----------
FH = 3.1.0.0

What skin and version of the skin are you using?
----------
Xtreme skin = 1.5.0.0

Please provide any additional information below.
----------
Some illustrations for the issue can be found here:
http://forum.team-mediaportal.com/threads/unnecessary-random-backdrops-on-folder
.125548/

Unfortunately, I am unable to compile FH by myself due to numerous unavailable 
references in the project. But after looking into sources I am almost positive 
that problem nests here (FanartSelected.cs, line 276): 

if ((GUIWindowManager.ActiveWindow == 4755 && 
GUIWindowManager.GetWindow(4755).GetControl(51).IsVisible) || 
((GUIWindowManager.ActiveWindow == 6 || GUIWindowManager.ActiveWindow == 25) && 
FanartHandlerSetup.Fh.SelectedItem.Equals("..", 
StringComparison.CurrentCulture) == true))

Original issue reported on code.google.com by m.zhdan...@i-box.ru on 2 Oct 2014 at 3:23

Attachments: