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
  #21  
Old 03-19-2011, 04:06 PM
bialio's Avatar
bialio bialio is offline
SageTVaholic
 
Join Date: May 2007
Location: Frisco, TX
Posts: 3,445
We could probably stub out at least the directory structure there. Would probably save us time in the long run.

btl.
__________________
PHOENIX 3 is here!
Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient
Reply With Quote
  #22  
Old 03-19-2011, 04:23 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Ok I'll look at adding some code to create the directories on startup.
Reply With Quote
  #23  
Old 03-21-2011, 08:48 AM
OneOfMany OneOfMany is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Winnipeg
Posts: 374
Hi Sean,

In another post, you posted this code that allows you to setup a new view by folder. I spent a few hours this weekend trying to setup one for mine, and I can't seem to get it to filter correctly. I know you offered some help, and I would appreciate if you could point me in the right direction.

As posted

-------------

"<!DOCTYPE vfs SYSTEM "vfs.dtd">
<vfs>
<views>
<view name="sls_newmovies" label="New Movies" flat="false">
<option name="bookmark" value="/Movies/New"/>
<option name="children-only" value="true"/>

<description>Movies in the New folder</description>
<tag value="video"/>

<view-source name="sagevideoimportsv7"/>
</view>
</views>
</vfs>

-------------------

I have multiple import directories. Eg. \\HOMESERVER\Videos\Cartoons, \\HOMESERVER\Videos\Music Vids etc.

I first created the client's userdata structure, copied your example in, then changed the display name to Cartoons. When I opened the media browser it showed up as an option, and when chosen, displayed some files. I tried changing the path (and renamed the "label" to ensure it was reading the changes), without being able to narrow down the path.

I am going to change my Cartoon collection to type - TV as I prefer them to be displayed like archived TV (double list and episode) as opposed to Movies.

THanks in advance

Grant

Last edited by OneOfMany; 03-21-2011 at 08:52 AM.
Reply With Quote
  #24  
Old 03-21-2011, 09:11 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Probably the best way to do this is to open the Sage Video Imports (Combined) view in bmt and take note of the folders that are showing as you are navigating. The bookmark is not a physical location but rather a virtual location relative to the view.

So, in my case when opened my Sage Video Imports View (Combined) view in bmt, I see the following folders... "Magic Videos", "Movies", "Music Videos"
Then under "Movies", is see, "Kids", "DVD", "New", "Christmas".

So my bookmark value ends up being
"/Movies/New", since I wanted to navigate to the "Movies" folder followed by the "New" folder. Case matters, and you must use "/" to separate the names.

Based on your video imports that you lised, I think in the "Sage Video Imports (Combined)" view you'll see "Cartoons" and "Music Vids", so your bookmark will be

Code:
<option name="bookmark" value="/Cartoons"/>
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
VFS - add one for Movies jusjoken Batch Metadata Tools 9 02-12-2011 12:01 PM
Bug in phoenix VFS ViewFactory class skiingwiz Batch Metadata Tools 10 10-10-2010 11:05 AM
VFS in Version 4.1.0 toricred Batch Metadata Tools 8 10-02-2010 10:54 AM


All times are GMT -6. The time now is 07:48 PM.


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