SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations > Phoenix
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-20-2011, 10:57 AM
wrems's Avatar
wrems wrems is offline
Sage Icon
 
Join Date: Feb 2007
Location: Marietta, GA
Posts: 1,332
Weird Navigation

I created a view that only pulls in one of my import paths. The one for home videos. Here's the code that I used:

Code:
            <view name="wr_home_videos_only" label="WR Movies - Home Videos" flat="false">
                  <option name="bookmark" value="/Home Videos and Pics/"/>
                  <option name="children-only" value="true"/>
                  <description>Display Home Videos Only</description>
                  <tag value="video"/>
                  <view-source name="sagevideoimportsv7"/>
                  <presentation>
                        <sort by="title">
                              <option name="folders-first" value="false"/>
                        </sort>
                  </presentation>
            </view>
I've used this same block of code for other lookups without any issues. Rather than try to explain what I'm seeing I made a short video demonstrating what I'm seeing:

http://db.tt/sQNPcPk

I'm not sure if the problem is with the view that I created or something else. Any ideas? Is my approach at limiting to a specific import path appropriate or is there a better way?
Reply With Quote
  #2  
Old 05-20-2011, 11:15 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I can't look at the video right now... (since it's an .exe ) but, a view can have a "bookmark" or a "root". Visually they do the same thing, but in navigation, they behave differently.

"bookmark" means that you want the entire view, but you want to start it at the given folder (ie, it's bookmarked within the view).

"root" means that the given folder now becomes the "root" of the view and you cannot navigate outside of it.

So, you'd use "bookmark" in cases where you want the user to be able to nagivate back up the view to another location, but you;d use "root" in cases where you want the user to be ONLY allowed to see that portion of the view (and it's children), but they cannot navigate back up of the view.

So, I'm not sure if your navigation issue is a result of using "bookmark" when you really want to use "root".
Reply With Quote
  #3  
Old 05-20-2011, 11:26 AM
wrems's Avatar
wrems wrems is offline
Sage Icon
 
Join Date: Feb 2007
Location: Marietta, GA
Posts: 1,332
Root fixed it!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Navigation Problem adamwh SageTV Media Extender 2 09-03-2009 11:38 PM
DVD navigation bobrap SageTV Software 14 08-17-2006 05:57 PM
DVD Navigation? rwc SageTV Software 6 07-14-2004 10:54 AM
Navigation in V2? VinceInSeattle SageTV Beta Test Software 7 02-21-2004 10:32 PM


All times are GMT -6. The time now is 04:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.