|
Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
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 |
#22
|
||||
|
||||
Ok I'll look at adding some code to create the directories on startup.
__________________
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 |
#23
|
|||
|
|||
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. |
#24
|
||||
|
||||
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"/>
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |