2020-12-19, 05:32 PM
I might need to sort out the permissions on the nextpvr server its a docker running on a unraid server. Now I can not edit the Config.xml
2020-12-19, 05:32 PM
I might need to sort out the permissions on the nextpvr server its a docker running on a unraid server. Now I can not edit the Config.xml
2020-12-19, 05:45 PM
Can you run a bash shell inside the Docker.
docker exec -it nextpvr bash Martin
2020-12-19, 06:10 PM
(2020-12-19, 05:45 PM)mvallevand Wrote: Can you run a bash shell inside the Docker. Yes root@NAS:/app# dir DeviceHost Newtonsoft.Json.dll SQLitePCLRaw.core.dll data MediaInfo.DotNetWrapper.dll NextPVRServer.deps.json SQLitePCLRaw.nativelibrary.dll runtimes Microsoft.Data.Sqlite.dll NextPVRServer.dll SQLitePCLRaw.provider.dynamic_cdecl.dll web.config Microsoft.Win32.SystemEvents.dll NextPVRServer.exe System.Drawing.Common.dll wwwroot NScriptHelper.dll NextPVRServer.runtimeconfig.json System.Threading.AccessControl.dll NShared.dll NextPVRUI.dll appsettings.Development.json NUtility.dll SQLitePCLRaw.batteries_v2.dll appsettings.json root@NAS:/app#
2020-12-19, 06:18 PM
(This post was last modified: 2020-12-19, 06:19 PM by mvallevand.)
I have nano in my Docker not sure if I added it but if not run apt install nano then run
nano /config/config.xml and make the change. Martin
2020-12-19, 06:37 PM
(2020-12-19, 06:18 PM)mvallevand Wrote: I have nano in my Docker not sure if I added it but if not run apt install nano then run Had to install nano but got the file changed. And just like that, not restarting Nextpvr or Openhab -Works- 2020-12-19 12:33:51.817 [INFO ] [org.openhab.model.script.RULE ] - JSON ISNasRecording! 2020-12-19 12:33:51.849 [INFO ] [org.openhab.model.script.RULE ] - ISNasRecording (Type=StringItem, State=["LIVE&\/record\/live-COMEDY CENTRAL-1-2.ts"]) Thanks much Have you changed the permissions of the recording dirs?
2020-12-19, 06:40 PM
I start my Docker with generic permissions so that I can remove files anywhere, starting as root only NextPVR can manage them. If that is what you mean maybe open a new thread since the reply might get lost here for other Docker users.
Martin |
|