![]() |
|
Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
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> 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? |
#2
|
||||
|
||||
I can't look at the video right now... (since it's an .exe
![]() "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".
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#3
|
||||
|
||||
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
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 |