|
Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Browse File System
Hi All,
Is it possible to add a menu to allow me to browse the file system? I occaisonally use this in the stock STV to play things that have not yet been scanned or that for whatever reason are not in the correct place to be picked up by a scan. Many thanks! T |
#2
|
||||
|
||||
To me, browsing the file system is rather cumbersome...
Maybe structuring your import library to be more accommodating would be better?? You can structure your views to be almost like a windows explorer and you can navigate them much more efficiently than the stocks navigate directories. |
#3
|
|||
|
|||
Agreed - though that won't help when their are new items in the import library has not been scanned... Its just a useful fallback that I use occaisionally.
Thanks T |
#4
|
||||
|
||||
Well, you can always decrease the automatic intervals that Sage looks for new media. Or, you can always initiate a manual scan.
I would think the time it takes to initiate/complete a library scan vs the time it takes to navigate the structure the other way would be about the same if not faster... |
#5
|
||||
|
||||
It is possible, but you'd have to provide starting directory, and I'm not 100% sure it would allow your to play video files, since I've never used it.
You can try creating a view using the "filesystem" source and set the "dir" option to be the starting directory. If you need more help to get to started, then let me know.
__________________
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 |
#6
|
||||
|
||||
I'd also like the ability to browse the file system. Reason is that I sometimes have something I've downloaded that I just want to watch once OR maybe it's something that I don't want others (eg kids) to watch.
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data SageTV 9 Docker, Open DCT Docker Silicondust HDHomeRun Duo + Quatro Sage Mini Client on Amazon Fire Sticks and Android TVs |
#7
|
||||
|
||||
i agree the inability to browse the filesystem has me currently using diamond
|
#8
|
|||
|
|||
This menu fragment will add the default browse file system link to the Admin Tools sub menu in the Options menu. I wanted it there to provide a backdoor when needed without loading the default UI.
Code:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE menus SYSTEM "menus.dtd"> <menus> <fragment parentMenu="phoenix.menu.options.admin" insertAfter="phoenix.menu.options.admin"> <menuItem label="File Browser" name="file_browser" visible="true"> <description>File Browser</description> <eval>AddGlobalContext("gCurCustomSTVFilePath", GetCurrentSTVFile())</eval> <eval>AddGlobalContext("gReloadCustomSTVWithoutConfirm", true)</eval> <eval>AddGlobalContext("gTargetMenuName", "Browser - Files")</eval> <eval>AddGlobalContext("gReloadCustomSTVOnHome", true)</eval> <eval>LoadSTVFile(GetDefaultSTVFile())</eval> <screen name="Phoenix Universal Media Browser" /> </menuItem> </fragment> </menus> Hope this helps. |
#9
|
||||
|
||||
Where does the fragment go exactly
|
#10
|
||||
|
||||
You'll place it in your Sage_Home directory:
Userdata>Phoenix>Menus Place it in a file named anything as long as it has the .xml extension. Chances are the Menus folder does not exist in your userdata area just create one. Create one for VFS too. You'll use these two folders to place your menu and custom vfs. They are then injected into Phoenix's default menus and vfs respectively. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
when building a new system, what happens to the registration file? | tvmaster2 | SageTV Software | 2 | 10-21-2009 06:45 PM |
Browse and Play Other Video File - Option Missing | glparker4 | SageMC Custom Interface | 2 | 04-26-2009 10:41 AM |
File System View image | chrisc983 | SageMC Custom Interface | 1 | 02-19-2009 02:33 AM |
Error Accessing the File System? | Steve52 | SageTV Software | 4 | 09-16-2006 04:35 PM |
help with sage file system | ccerj8 | SageTV Software | 2 | 05-02-2004 09:45 PM |