amauriaces / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
0 stars 0 forks source link

Filtering in Favorites switches facade to list layout #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open favorites, category All (make sure you have some videos)
2. Set layout to small thumbs
3. Filter with keyboard or remote (press 22 for example)
4. After filtering, facade layout is (re)set to list.

What is the expected output? What do you see instead?
Facade should stay on thumbs.

What version of the product are you using? On what operating system?
MediaPortal SVN with OnlineVideos SVN.

Please provide any additional information below.
I'm not sure why it happens, it might be skin related too. I could easily 
reproduce it while tontsa couldn't (using a bit older version of OV).

Original issue reported on code.google.com by mitja.skuver on 24 Dec 2010 at 12:13

GoogleCodeExporter commented 9 years ago
Did the remaining items after the filter have thumbs? OnlineVideos has build-in 
functionality to fall back to the list-layout from thumbs-layout when the items 
have no thumbs. This will happen on any category or video list.

Original comment by bborgsd...@gmail.com on 24 Dec 2010 at 12:41

GoogleCodeExporter commented 9 years ago
More precise (Line 1489 in GUIOnlineVideos.cs):
If no thumbs OR all videos have the same thumb.

I might have to revise that line to check the number of actually displayed 
items instead of videos.

Original comment by bborgsd...@gmail.com on 24 Dec 2010 at 12:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1099.

Original comment by bborgsd...@gmail.com on 24 Dec 2010 at 1:01