PDA

View Full Version : Horizons on Plex - Hiding Parent Folder items


Doraemonn
2008-11-10, 18:23
Yes, I understand this is the XBMC forums, but since Horizons is also usable (and in my case and that of many others, preferred) on Plex I thought I'd ask the question anyway, which is:"

Plex's most recent build (.22) fixes the previously buggy "Hide Parent Folder Items" option, which gets rid of superfluous backward navigation when getting from a Movies or TV Shows (etc.) library section back to the main menu.

Unfortunately for some reason, while the option can be toggled in Horizons, it still makes no difference - parent folder navigation is still there, requiring three distinct steps to get back to the main menu.

Is there an easy way to fix this?

Thanks...

jmarshall
2008-11-10, 21:43
Said feature was developed by me a couple of months ago. It's got nothing to do with "Hide parent folder items". All it does is alters the "root" of the video library window to be the path that the skinner calls it with. It thus requires the skinner to explicitly enable it if they wish.

xb2iris: Add 'return' as a parameter to the activatewindow call.

Cheers,
Jonathan

Doraemonn
2008-11-13, 17:48
This response leaves me baffled and somewhat uncomfortable.

Cranial
2008-11-14, 01:07
Said feature was developed by me a couple of months ago. It's got nothing to do with "Hide parent folder items". All it does is alters the "root" of the video library window to be the path that the skinner calls it with. It thus requires the skinner to explicitly enable it if they wish.

xb2iris: Add 'return' as a parameter to the activatewindow call.

Cheers,
Jonathan

Translation: This can be fixed by people who know a lot more than you or I Doraemonn ;)

Jezz_X
2008-11-16, 19:47
he means its because the skin needs to add a extra option to the open window command so it returns properly (as media stream have done)
And he also means he programmed it into XBMC and plex took the feature and added it to their code later.
And he also means the setting you are changing is not what you think it is and is totally unrelated.

So in the end its just the skin needs changeing nothing else

xb2iris
2008-11-17, 13:00
Interesting.... seems people are lighting some fires in here... or poking expressive content subconsciously... thats fun... okay... so, someone explain the whole return on the activatewindow idea... actually i'll just check the mediastream code out ;)

Doraemonn
2008-12-17, 17:29
Any progress on getting a quick fix for this before IV comes out?

xb2iris
2008-12-17, 18:06
nope... no idea how to do it yet... hehehe... kinda pointless not having a pc... maybe someone can point me out in the right direction?

Rocky5
2008-12-17, 19:05
nope... no idea how to do it yet... hehehe... kinda pointless not having a pc... maybe someone can point me out in the right direction?

here it is ,return does the job.

<onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,ret urn)</onclick>

xb2iris
2008-12-18, 15:12
oh, okay, that simple hey, sure... i'll sort that out for volume iv when i get the chance... still suffering the wrath of no computer, or this thing would have been out ages ago already!

Doraemonn
2008-12-18, 20:21
where can i make this change? Home.xml is significantly smaller than in MediaStream...

UPDATE: screw it, found the relevant lines in Homescrollers.xml. Thanks!!

xb2iris
2008-12-19, 17:07
there u go... good on u for sorting it out yourself... thats what i call self service... hehehe

themugger
2009-03-24, 13:16
where can i make this change? Home.xml is significantly smaller than in MediaStream...

UPDATE: screw it, found the relevant lines in Homescrollers.xml. Thanks!!

Could you point me in the right direction on what lines to edit in the xml? or has this been updated in the latest build?

Thanks