how to remove/hide .. item ?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
slinuxgeek Offline
Senior Member
Posts: 187
Joined: Feb 2012
Reputation: 0
Lightbulb  how to remove/hide .. item ? Post: #1
When we open "MusicLibrary " either in Songs mode or artists mode or albums mode .
The panel container also displays an item with ".." as label, clicking on which takes us to the parent of current listing.

But I don't want to display that ".." item some times , so how can I hide that conditionally?

I have three buttons to open Music library in three modes(songs, albums and artists)
ex:
This button displays all Albums
<control type="button">
<onclick>ActivateWindow(MusicLibrary,Albums,return)</onclick>
</control>

xbmc reads MyMusicNav.xml and opens a window with all the Albums in library, but also an item ".." is displayed .
I don't want this ".."

Please help.
Thanks for Help.
(This post was last modified: 2012-04-11 06:07 by slinuxgeek.)
find quote
Martijn Offline
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #2
Disable 'show parent folders in library' in xbmc settings

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
slinuxgeek Offline
Senior Member
Posts: 187
Joined: Feb 2012
Reputation: 0
Post: #3
No No Martijn , I want to happen this in my skin only.

That means I have to achieve this via skinning , user should not do any thing.

Please Help
Thank You.
find quote
Martijn Offline
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #4
Not possible i think.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #5
Indeed not possible it's system wide setting and you can't control what shows in the media lists

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
`Black Offline
Skilled Skinner
Posts: 2,019
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #6
And you shouldn't hide it since you sometimes need it if you're using a control with very few buttons like the Apple remote for example.

[Image: xp1080-21.png]
find quote
slinuxgeek Offline
Senior Member
Posts: 187
Joined: Feb 2012
Reputation: 0
Post: #7
Hmmmm OK , Thank u all.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #8
There was some discussion in the development forum (my post on iPad experience) as to whether it makes sense to be determined in part by the skin or not (perhaps incorporated with the type of interface used for navigation). If your skin has an "Up" or "Back" button, there's probably no need for parent folder items, after all.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
slinuxgeek Offline
Senior Member
Posts: 187
Joined: Feb 2012
Reputation: 0
Post: #9
True, but still no way to hide it !!
find quote
Martijn Offline
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #10
(2012-04-12 07:34)slinuxgeek Wrote:  True, but still no way to hide it !!

Yes but it is up to the user

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Post Reply