NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 … 3 4 5 6 7 … 9 Next »
variable I can use

 
  • 0 Vote(s) - 0 Average
variable I can use
bigoldboy
Offline

Junior Member

Posts: 15
Threads: 4
Joined: Dec 2017
#1
2022-04-05, 05:29 AM
Works great for a couple of years now, but tweaking it.  I want to include a channels.m3u playlist  and epg.xmltv guide.  
If I place them in the /config folder I can add them, but I would rather map a onedrive folder as the epg updates each day.

Other that /buffer /recordings or /config, can I get access to another folder to use?

Thanks
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2022-04-05, 07:01 AM
You can map whatever folders you want to into your docker container. You'd then be able to import from that path.
bigoldboy
Offline

Junior Member

Posts: 15
Threads: 4
Joined: Dec 2017
#3
2022-04-06, 04:44 PM
(2022-04-05, 07:01 AM)sub Wrote: You can map whatever folders you want to into your docker container. You'd then be able to import from that path.

Thanks what I thought, but I can't get it to work.  

Here is my config
  next8866:
    image: nextpvr/nextpvr_amd64Confusedtable
    container_name: next-port8866
    network_mode: host
    environment:
      - PUID=0
      - PGID=0
      - VERSION=docker
    volumes:
      - /share/Television/nextpvr8866:/recordings
      - /share/Cloud/docker/nextpvr8866/buffer:/buffer
      - /share/Cloud/docker/nextpvr8866/config:/config
      - /share/Cloud/OneDriveNAS/Plex:/files
      - /share/Cloud:/files1
      - /share/Cloud/docker/nextpvr8866/config:/files2
    ports:
      - 8866:8866
      - 16891:16891/udp
    restart: unless-stopped

Yet, if i put my ron.m3u file in "recordings", "buffer", or "config" nextpvr will import it as channels. I put the same file in "files", "files1" or "files2" and I get nothing.  And if you notice, "files2" is thea same config as "config", but with a different name and it won't import. It seems, to me, that nextpvr only uses those three folders. Any thoughts?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#4
2022-04-06, 04:52 PM
You'd probably have to try the import and post the logs.
bigoldboy
Offline

Junior Member

Posts: 15
Threads: 4
Joined: Dec 2017
#5
2022-04-07, 05:10 PM
Here is what I get

2022-04-07 17:05:21.821 [DEBUG][39] Downloading m3u [sQa7K+POxZVx1Zn3Eg2/9Y/yb131eskXgUZtj6x3f0DMbIV/uF8y0W+qNORTMDrwlqLxnsiJ/TS9ctCwmj9ETeeUYCJrqJorhoaTqj0OBEmEJKCGGU1KwEIW/wIPdRf5kBXZ4R6OwppKXnyWd1D06hP7Dt1kf5W11A62cAHY1lK8nJ0HhyJ4DpnQz/w39ljBrYOsKANdUE9XUH1H4reWi72EwUyi9jsOCDvPpwQRwakSNF0S0IEJ0mcWBDzE3RAT79CwOV4Unp4nfDM///eSp6xzUudVUkGt2jv5X6ueNn98aMRMmKvyeJgPTNziduhJArrV2cn6I4LzGVDTZvFnLyG1DuQnnOnhvtHs1YAufObX5vBLvRZALPKU7E86D37c]
2022-04-07 17:05:21.824 [DEBUG][39] Failed to download channel list: System.IO.DirectoryNotFoundException: Could not find a part of the path '/files/ron.m3u'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream.OpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks)
at System.IO.File.InternalReadAllText(String path, Encoding encoding)
at System.IO.File.ReadAllText(String path)
at NShared.Recorders.IPTVScanner.WorkerThread()

my config
services:
next8866:
image: nextpvr/nextpvr_amd64Confusedtable
container_name: next-port8866
network_mode: host
environment:
- PUID=0
- PGID=0
- VERSION=docker
volumes:
- /share/Television/nextpvr8866:/recordings
- /share/Cloud/docker/nextpvr8866/buffer:/buffer
- /share/Cloud/docker/nextpvr8866/config:/config
- /share/Cloud/OneDriveNAS/Portables/0 Apps/Plex/xTeVe Guides:/files
ports:
- 8866:8866
- 16891:16891/udp
restart: unless-stopped
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#6
2022-04-07, 05:28 PM
You missed the bits of the logs I was wanting to see.

Maybe you need to escape that space character in that path you were trying to map into the container.
bigoldboy
Offline

Junior Member

Posts: 15
Threads: 4
Joined: Dec 2017
#7
2022-04-08, 03:40 PM
(2022-04-07, 05:28 PM)sub Wrote: You missed the bits of the logs I was wanting to see.

Maybe you need to escape that space character in that path you were trying to map into the container.

Thanks for looking at this for me Sub. I ended up blowing away the docker container and rebuilding it and it seems to work now.  Must of had something wrong in it.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode