|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Browse for files that aren't in import directories
I have a NAS that I use for movies and music. I also have a directory on this drive for files that I would like to watch but I do not want these imported.
I would like to be able to browse these via Search ->Browse File System->Browse files on the SageTV Server(Local) I cannot figure out how to do this. I've mapped the NAS as a drive on the server but it doesn't show up. Is there a way to add it? Is there any way to browse a UNC path from within the GUI?
__________________
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 |
#2
|
||||
|
||||
Try Browse File System->Browse files on the Network
and drill down from there Or you can use ADM http://forums.sagetv.com/forums/showthread.php?t=56395 plugin to map a Menu Item to that specific location |
#3
|
||||
|
||||
I don't see that option. I tried it on the sage server gui and on the hd200.
__________________
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 |
#4
|
||||
|
||||
When I do, Search ->Browse File System i get the following screen
Then I would Browse the local Network and drill down from there. |
#5
|
||||
|
||||
I definitely do not have the 'Browse the local Network' option on mine. I'm running the last release with the stock ui. What gives?
__________________
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 |
#6
|
||||
|
||||
Is Sage running as a Service? If so, as a User or LocalSystem?
LocalSystem will not see the network From the Sage manual Quote:
Quote:
Bet you are running as LocalSystem (default) most likely |
#7
|
||||
|
||||
That's probably it. I'll have to give it a look when I get home. Thanks for the help!
__________________
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 |
#8
|
||||
|
||||
Be sure to post back if that DID or DID NOT resolve it for you.
|
#9
|
||||
|
||||
Nope. Didn't work. I changed it to log in as my user/pass and restarted the service. I'm still not seeing the browse network button. Any other ideas?
__________________
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 |
#10
|
||||
|
||||
Hmmmm, not sure but some troubleshooting thoughts would be:
(assuming the Sage Server is a Windows box) 1. Open Windows Explorer on Sage Server 2. Go to My Network....can you see/find your NAS? Can you see anything on your network? 3. Is the Sage Server in the same Workgroup as your NAS or other machines on your home network? 4. Are you on the same network submask? 5. Does your UserID have access to Network computers? 6. Is your NAS Shared? |
#11
|
|||||
|
|||||
Quote:
Quote:
Quote:
Quote:
Quote:
Thanks for helping.. I appreciate it.
__________________
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 |
#12
|
||||
|
||||
Hmmm...not sure where to go from here.
Maybe check out the Sage V7 manual, or send in a support request to Sage. http://www.sagetv.com/request.html Would be interested in finding out what the solution is/was once you get it. |
#13
|
|||
|
|||
Hmm.. I've noticed the same problem since moving to v7. Under version 6 while using the SageMC STV I could browse network shares on the server or the extenders. Under v7, the browse network option is not available for either the server or the extenders.. but it is available a system running the client version. To me that shows it is a problem related to the SageTVService.
I'm currently using a user account for the SageTV Service on the server (not localservice) that I use to log into the Windows 7 box it is running on. When I get a chance I may try disabling the service and see if it works when starting up just with the GUI.... |
#14
|
||||
|
||||
That'd be great. I sent a support request so I guess it's just a waiting game now.
__________________
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 |
#15
|
||||
|
||||
Strangely enough, I can browse the network from the system with the server installed (running as a service and as a specific user) but not on a Windows 7 client (running as the same user) Something goofy is going on...
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT) via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2 |
#16
|
|||
|
|||
I am no expert on this but I checked the STV code that determines if the network option should display or not. The line of code is...
Code:
NetworkRoots = jcifs_smb_SmbFile_listFiles(new_jcifs_smb_SmbFile("smb://")) and hopefully given that info someone else will know what it means as I am sure I won't. Hope that helps. k |
#17
|
||||
|
||||
windows 7 added some extra security options that I'm not sure samba/jcifs has fully handled. If you are wanting to use these older api's (like what sage uses) you are most likely going to have to disable those newer security features.
in Win7's Network and Sharing Center, choose Change Advanced Sharing Settings. In your Home or Work network policy, make sure Network Discovery is turned ON. Also choose Enable file sharing for devices that use 40- or 56-bit encryption. Finally, you can try turning off password protected sharing, and see if that gets the list.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#18
|
||||
|
||||
Ah...I'm still Win XP which could explain why I'm not seeing the issue.
What Fuzzy said makes sense. |
#19
|
|||
|
|||
If it is Windows 7 related, it is a particular use case. I have Windows 7 64 bit and can browse the network without any problems from Sage.
|
#20
|
||||
|
||||
Quote:
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Browse for files on HD200 that aren't in import directories | dinki | SageTV Media Extender | 0 | 10-21-2011 07:12 AM |
Dynamic Menus - Browse File System - specific directories | graywolf | SageTV v7 Customizations | 0 | 07-26-2011 02:21 PM |
Import Directories | SFlex | SageTV Media Extender | 8 | 04-18-2010 04:09 PM |
Cant import dvd directories | jkhouw1 | SageTV HD Theater - Media Player | 31 | 12-21-2009 09:26 PM |
Sage wont browse network for adding directories | Kirby | SageTV Software | 9 | 08-18-2006 01:54 PM |