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 … 4 5 6 7 8 9 Next »
Nextpvr & Docker

 
  • 0 Vote(s) - 0 Average
Nextpvr & Docker
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#1
2020-11-28, 06:34 PM
Linux arclight 5.9.10-arch1-1 #1 SMP PREEMPT Sun, 22 Nov 2020 14:16:59 
docker run -d \
  --name nextpvr \
  --volume /home/jerry/nextpvr/config:/config \                     
  --volume /home/jerry/nextpvr/videos:/recordings \
  --volume /home/jerry/nextpvr/videos:/buffer \
  --volume /etc/localtime:/etc/localtime:ro \
  --restart unless-stopped \
  --publish 8866:8866 \
  --log-opt max-file=3 \
  --log-opt max-size=50m \
  nextpvr/nextpvr_amd64Confusedtable


docker ps
CONTAINER ID        IMAGE                          COMMAND                  CREATED            STATUS              PORTS                                    NAMES

3aad423cdc36        nextpvr/nextpvr_amd64Confusedtable  "dotnet /app/NextPVR…"  13 days ago        Up About an hour    80/tcp, 443/tcp, 0.0.0.0:8866->8866/tcp  nextpvr


Attempting to import a m3u file, no response or feed back in the web pane
I have placed the m3u a:
                                  /home/jerry/nextpvr
ls -all
total 14248
drwxr-xr-x  4 jerry jerry    4096 Nov 28 11:07 .
drwxr--r-- 36 jerry jerry    4096 Nov 28 09:42 ..
drwxr-xr-x  3 jerry jerry    4096 Nov 28 11:07 config
-rw-r--r--  1 jerry jerry      388 Nov 19 09:45 Dockerfile
-rw-r--r--  1 jerry jerry    53942 Nov 28 02:22 MYPRO.m3u
-rw-r--r--  1 jerry jerry 14512014 Nov 28 02:22 MYPRO.xml
drwxr-xr-x  2 root  root      4096 Nov 15 02:30 videos


                                /home/jerry/nextpvr/config
ls -all config/
total 14240
drwxr-xr-x 3 jerry jerry    4096 Nov 28 11:07 .
drwxr-xr-x 4 jerry jerry    4096 Nov 28 11:07 ..
drwxr-xr-x 2 jerry jerry    4096 Nov 28 11:07 data
-rw-r--r-- 1 jerry jerry    53942 Nov 28 02:22 MYPRO.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 MYPRO.xml

                          
                                 /home/jerry/nextpvr/data
ls -all config/data/
total 14236
drwxr-xr-x 2 jerry jerry    4096 Nov 28 11:07 .
drwxr-xr-x 3 jerry jerry    4096 Nov 28 11:07 ..
-rw-r--r-- 1 jerry jerry    53942 Nov 28 02:22 MYPRO.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 MYPRO.xml



The logs indicate a download....Downloading m3u, but right after that......Failed to download channel list

Logs attached


Attached Files
.zip   nrecord.zip (Size: 9.68 KB / Downloads: 1)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2020-11-28, 07:25 PM
You can put them in the same directory as config.xml, and pass the path in as /config/MYPRO.m3u

If you're still struggling, maybe try opening a bash shell, and confirm you can see your m3u files etc in the path you're telling nextPVR to look. ie:

sudo docker exec -it nextpvr /bin/bash
ls /config
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#3
2020-11-28, 08:03 PM
root@3aad423cdc36:/app# ls -all /config/
total 140
drwxr-xr-x 7 root root 4096 Nov 28 19:58 .
drwxr-xr-x 1 root root 4096 Nov 15 00:11 ..
-rw-r--r-- 1 root root 19348 Nov 22 13:45 config.xml
-rw-r--r-- 1 root root 19280 Nov 22 12:50 config.xml.old
drwxr-xr-x 2 root root 4096 Nov 28 19:58 logs
drwxr-xr-x 4 root root 4096 Nov 15 00:11 media
-rw-r--r-- 1 root root 45056 Nov 28 19:58 npvr.db3
-rw-r--r-- 1 root root 65 Nov 28 02:45 recording-backup.xml
-rw-r--r-- 1 root root 65 Nov 27 02:45 recording-backup.xml.1
-rw-r--r-- 1 root root 65 Nov 26 02:45 recording-backup.xml.2
-rw-r--r-- 1 root root 65 Nov 28 02:45 recurring-backup.xml
-rw-r--r-- 1 root root 65 Nov 27 02:45 recurring-backup.xml.1
-rw-r--r-- 1 root root 65 Nov 26 02:45 recurring-backup.xml.2
drwxr-xr-x 2 root root 4096 Nov 15 00:11 scripts
drwxr-xr-x 2 root root 4096 Nov 15 00:11 thumbs
drwxr-xr-x 3 root root 4096 Nov 15 00:11 web
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#4
2020-11-28, 08:10 PM
Looks like you didn’t follow my suggestion of putting it in that directory, and importing /config/MYPRO.m3u
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#5
2020-11-28, 08:18 PM
/home/jerry/nextpvr/config
ls -all config/
total 14240
drwxr-xr-x 3 jerry jerry 4096 Nov 28 11:07 .
drwxr-xr-x 4 jerry jerry 4096 Nov 28 11:07 ..
drwxr-xr-x 2 jerry jerry 4096 Nov 28 11:07 data
-rw-r--r-- 1 jerry jerry 53942 Nov 28 02:22 MYPRO.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 MYPRO.xml

first post
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#6
2020-11-28, 08:22 PM
an xc import is running now, from a different provider, and the epg is updating, so something is not right, also date is incorrect
despite: --volume /etc/localtime:/etc/localtime:ro \
root@3aad423cdc36:/app# date
Sat Nov 28 20:21:35 UTC 2020

host:
[jerry@arclight nextpvr]$ date
Sat Nov 28 02:22:13 PM CST 2020
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,108
Threads: 957
Joined: May 2006
#7
2020-11-28, 08:23 PM
Can you run ls as sudo?

Martin
mexjerry
Offline

Junior Member

Mexico
Posts: 38
Threads: 6
Joined: Nov 2020
#8
2020-11-28, 08:25 PM
where at? docker? host?
?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,108
Threads: 957
Joined: May 2006
#9
2020-11-28, 08:27 PM
Docker config in the host.  I suspect it is reading your config.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#10
2020-11-28, 08:28 PM
(2020-11-28, 08:18 PM)mexjerry Wrote: /home/jerry/nextpvr/config
ls -all config/
total 14240
drwxr-xr-x 3 jerry jerry    4096 Nov 28 11:07 .
drwxr-xr-x 4 jerry jerry    4096 Nov 28 11:07 ..
drwxr-xr-x 2 jerry jerry    4096 Nov 28 11:07 data
-rw-r--r-- 1 jerry jerry    53942 Nov 28 02:22 MYPRO.m3u
-rw-r--r-- 1 jerry jerry 14512014 Nov 28 02:22 MYPRO.xml

first post
I don’t see config.xml in that directory, so it doesn’t look like the same directory.

(Unless you’ve got something permission related going on)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Migrating from Windows to Docker? boringgit 2 202 2025-06-09, 07:58 PM
Last Post: boringgit
  NextPvr Instance Unresponsive itsnotjeff 8 540 2025-05-29, 10:58 PM
Last Post: mvallevand
  Error detecting HDHR devices with marklambert/nextpvr-ccextractor SickBoy 16 1,341 2025-03-23, 08:52 PM
Last Post: sub
  Comskip segfaults with comskip embedded in amd64 docker SickBoy 6 643 2025-02-24, 11:18 PM
Last Post: SickBoy
  Issues with Session Handling Behind Caddy Reverse Proxy in Docker: invalid session user001 5 621 2025-01-10, 08:23 PM
Last Post: sub
  Docker container becomes unresponsive overnight wapkaplet 6 849 2025-01-10, 04:47 PM
Last Post: wapkaplet
  Docker image upgrade ceejayemm 9 1,144 2025-01-07, 11:27 PM
Last Post: pkscout
  Current guide for NextPVR docker on Unraid? wapkaplet 1 942 2024-12-20, 02:40 AM
Last Post: wapkaplet
  Modification to the NextPVR Image DockerFile thelanofvilles 5 700 2024-12-15, 07:30 PM
Last Post: thelanofvilles
  NextPVR with Docker and Fritzbox icompas 9 860 2024-12-12, 02:50 PM
Last Post: icompas

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

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

Linear Mode
Threaded Mode