![]() |
|
Register | Forum Rules | FAQs | Members List | Social Groups | Downloads | Search | Today's Posts | Mark Forums Read |
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 |
#81
|
|||
|
|||
Quote:
With the ComSkip UI installed if you select not to run with WINE and native then point the location for comskip to /opt/comskip it will run the linux version. |
#82
|
|||
|
|||
Quote:
|
#83
|
|||
|
|||
Quote:
K
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#84
|
|||
|
|||
EDIT ...
I got SageTV working on my synology ... using command below ... Code:
sudo docker run --name=SageTV --net=host --env TZ=America/Los_Angeles sagetvopen/sagetv-server-opendct-java11 The Problem is I need to make changes to OPENDCT and Sage Properties but I seem not to be able to locate them.
__________________
Windows 10 I3 Dual Core 3.0 Server, SageTV9... OpenDCT with 2 HDHRPrimes and 4 HDHRconnects for a total of 14 Tuners. Last edited by nyplayer; 03-02-2022 at 10:56 AM. |
#85
|
|||
|
|||
Quote:
Code:
docker run -d \ --name=SageTV \ --net=host \ -e TZ=America/Los_Angeles \ -e VERSION=latest \ -e JAVA_MEM_MB=1024 \ -e OPT_GENTUNER=Y \ -e OPT_COMMANDIR=N \ -e OPT_LIRC=N \ -e OPT_COMSKIP=Y \ -e OPT_SETPERMS=Y \ -p 8080:8080 \ -p 9091:9091 \ -p 7818:7818 \ -p 8270:8270 \ -p 31100:31100 \ -p 31099:31099 \ -p 16867:16867 \ -p 16869:16869 \ -p 16881:16881 \ -p 42024:42024 \ -v /mnt/user/appdata/sagetv:opt/sagetv \ -v /mnt/user/sagemedia/:/var/media \ -v /mnt/user/media/videos:/var/mediaext \ -v /mnt/user/media/tv/:/var/tv \ -v /mnt/user:/unraid \ -v /mnt/user/appdata/opendct/etc:/etc/opendct \ -v /mnt/user/appdata/opendct/log:/var/log/opendct \ -v /mnt/user/appdata/opendct/opt:/opt/opendct \ sagetvopen/sagetv-server-opendct-java11 https://github.com/OpenSageTV/unRAID.../sagetv-server Last edited by hvymetal; 03-02-2022 at 07:30 PM. |
#86
|
|||
|
|||
Quote:
Code:
#!/usr/bin/env bash # this is hack to get comskip plugin in linux to work by faking wine # all this does remove wine and execute the args passed to wine # eventually the plugin for linux, needs to be changed CMD=$1 shift "$CMD" "$@" The advantage native linux is it should run in theory faster with less overhead. Disadvantage it needs to be compiled each update as precompiled version are not offered. Last edited by hvymetal; 03-02-2022 at 07:29 PM. |
#87
|
|||
|
|||
Quote:
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.9.2, sagetvopen-sagetv-server-opendct-java11 Docker 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 |
#88
|
|||
|
|||
Quote:
Thanks that is exactly what I was looking for now I can setup Sage on a shared folder on the NAS. EDIT working great now ... got everything going OTA Cable Pluto TVE with XMLTV. For environmental Variables I just use the GUI in Synology. Code:
sudo docker run --name=SageTV --net=host --volume /volume1/MyShares/sagetv:/opt/sagetv --volume /volume1/MyShares/sagemedia:/var/media --volume /volume1/MyShares/videos:/var/mediaext --volume /volume1/MyShares/tv:/var/tv --volume /volume1/MyShares/opendct/etc:/etc/opendct --volume /volume1/MyShares/opendct/log:/var/log/opendct --volume /volume1/MyShares/opendct/opt:/opt/opendct --env TZ=America/Los_Angeles sagetvopen/sagetv-server-opendct-java11
__________________
Windows 10 I3 Dual Core 3.0 Server, SageTV9... OpenDCT with 2 HDHRPrimes and 4 HDHRconnects for a total of 14 Tuners. Last edited by nyplayer; 03-03-2022 at 01:04 AM. |
#89
|
|||
|
|||
Found a Problem with Java 11 OPENDCT properties ..
I had to change every instance of consumer=opendct.consumer.DynamicConsumerImpl to opendct.consumer.FFmpegTransSageTVConsumerImpl This was Causing the MINIClient EXOPLAYER on FireStick 4K MAX to fail when playing MPEG2. It would instantly crash. Before I moved to docker the default was always opendct.consumer.FFmpegTransSageTVConsumerImpl. PS any recordings prior to the change I had to remux to MKV to play them.
__________________
Windows 10 I3 Dual Core 3.0 Server, SageTV9... OpenDCT with 2 HDHRPrimes and 4 HDHRconnects for a total of 14 Tuners. Last edited by nyplayer; 03-04-2022 at 06:58 PM. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running multiple SageTV dockers on one server | wayner | SageTV for unRAID/Docker | 4 | 12-26-2021 10:04 AM |
New dockers for Java 9 and 10 | wayner | SageTV for unRAID/Docker | 1 | 09-02-2019 05:29 AM |
What other dockers are you using? | wayner | SageTV for unRAID/Docker | 11 | 02-25-2018 02:08 PM |
250gb SSD cache big enough for sage, dockers, VMs? Pool? | btrcp2000 | SageTV for unRAID/Docker | 2 | 08-13-2017 11:57 AM |
Can you run multiple SageTV Dockers on one unRAID server? | wayner | SageTV for unRAID/Docker | 5 | 06-20-2017 10:16 PM |