|
SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
UNC Paths For Docker?
Has anyone solved how to setup UNC paths for Sage inside a docker container?
I've noticed that I cannot playback any of my DVD ISO rips from my new Unraid Docker hosted Sage server as I receive an error that the file system cannot be accessed. Based on the reading I've done, its because we can't set a UNC path to the ISO file share on the network and then the clients can't read all of the necessary files. Thanks! |
#2
|
|||
|
|||
I store all of my iso DVD rips in the \sagemedia\videos folder, the docker is already configured to pick them up from there.
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7) Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls |
#3
|
|||
|
|||
I've set my sage docker to use the host path
/mnt/user/Videos/ Which in the container appears as /var/Videos I've set Sage to import media from that folder and it finds the ISO's without issue, but I receive an error that it cannot access the file system to playback the DVD ISO. Other files in that location playback just fine, so I know it isn't permissions related etc. Is there something special about the default path that would make it work? Based on other threads in these forums, a UNC path is required, but maybe that was specific to earlier versions of Sage and is no longer a requirement for Sage 9? |
#4
|
|||
|
|||
I should also clarify, playing DVD ISO's over my HD200 works, so extenders are OK.
It is when I am running the Sage TV client on a PC that I am unable to playback ISO files. |
#5
|
|||
|
|||
Use a startup script to unmount standard dir to a UNC mount. I did this so the RecycleBin plugin worked in Unraid. It will on work on network share and not on direct access
https://forums.sagetv.com/forums/showthread.php?t=63592 #!/bin/bash sudo umount /var/media sudo mkdir /var/media sudo mount -t cifs //192.168.10.175/sagemedia /var/media -o guest,file_mode=0777,dir_mode=0777 & ls /var/media |
#6
|
|||
|
|||
Thanks for the suggestion!
Would this actually solve the issue though? It's not an issue of getting SageTV server to see the path, its an issue of getting the SageTV PC based clients to see the path. From the SageTV PC client perspective, won't a umount to a UNC path still just appear as a local path on the server? I need the clients to use the UNC path. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Docker Configuration via Synology Docker GUI | Carlton Bale | SageTV for unRAID/Docker | 15 | 06-02-2020 12:00 PM |
UNC Paths | pvr599 | SageTV Software | 2 | 03-21-2017 11:47 PM |
SMB paths | harrijay | SageTV Beta Test Software | 3 | 05-13-2008 12:07 AM |
UNC paths for dummies? | btrcp2000 | SageTV Software | 10 | 10-03-2007 09:10 PM |
(Almost) No live tv with UNC paths | Jesse | SageTV Software | 6 | 09-18-2007 05:56 PM |