Posts: 154
Joined: Mar 2010
Reputation:
1
2011-03-09, 21:22
(This post was last modified: 2011-03-09, 23:04 by antoniong.)
When I first started out with Xperience I had this tri-pahel view which I liked. But then I started playing around with setting and now I cannot find the setting for the tri-panel view.
Please tell me how to revert to this view?
PS: I am able to see tri-panels but have to use Library view. Since this puts all my folders into one big list so I cannot use this look. How to do it in the folder look?
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
Tri-Panel is only available in library mode... why not using it?
Posts: 214
Joined: Jul 2010
Reputation:
6
But the library view has scanned all your media for info and can show it by many different criterias, that's basically the whole point of using xbmc.
Posts: 154
Joined: Mar 2010
Reputation:
1
I know, I know.
But there are too many advantages to using the 'non library' view. Especially for children it is much easier to surf to (example) 'Children movies' of my wife to 'new Movies' than having to set the criteria.
Besides the criteria of Xbmc are not the same as I would. If I think something is SF then I put it there and do not care into what criteria Xbmc places it.
Besides all that: why does everybody defend 'library' view? Xbmc know 2 types of view and I happen to like the other and I absolutely see no reason why that view is not able to show the wanted information since it has no problems showing covers.
I think it is more a limitation of the skins.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
You'll be able to show movie information in file mode with Eden (XBMC 11.0). Library & file mode will be merged there, so it's possible to show the informations if the file is also in the library. So you have to scan all your files but can browse through your folder structure.
If you want to try the Tri-Panel view in the current version in file mode, you have to change line 4 in MyVideo.xml to <views>50,52</views> and change the visible condition right below <control type="list" id="52"> to <visible>Container.Content(Movies) | Window.IsActive(videofiles)</visible> in Viewtype_Tri Panel.xml.