NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 15 16 17 18 19 … 34 Next »
No Freesat EPG on new install

 
  • 0 Vote(s) - 0 Average
No Freesat EPG on new install
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#11
2021-09-05, 09:04 PM
I'm pretty sure I've got this fixed now for the next build.

Thansk again for the file NumberFive.
NumberFive
Offline

Senior Member

UK/Ireland
Posts: 664
Threads: 153
Joined: Jun 2007
#12
2021-09-06, 06:06 PM
No problem, thanks sub. Always impressed how quickly you are able to create a solution!
"It's better than a box!"
simbloke
Offline

Junior Member

UK
Posts: 9
Threads: 1
Joined: Sep 2021
#13
2021-09-07, 02:46 PM (This post was last modified: 2021-09-07, 02:46 PM by simbloke.)
That's great, I'll keep a look out for it.
simbloke
Offline

Junior Member

UK
Posts: 9
Threads: 1
Joined: Sep 2021
#14
2021-09-16, 08:53 AM
(2021-09-05, 09:04 PM)sub Wrote: I'm pretty sure I've got this fixed now for the next build.

Thansk again for the file NumberFive.

Were the changes included in the release a few days ago? I updated but unfortunately saw no change.

I deleted the channels, scanned again, and changed all the channels to the Freesat (UK) EPG.
Should I expect to see a Freesat entry on the Settings - Guide page as I just see DVB?

Regards,
Sim
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#15
2021-09-16, 04:40 PM
(2021-09-16, 08:53 AM)simbloke Wrote:
(2021-09-05, 09:04 PM)sub Wrote: I'm pretty sure I've got this fixed now for the next build.

Thansk again for the file NumberFive.

Were the changes included in the release a few days ago? I updated but unfortunately saw no change.

I deleted the channels, scanned again, and changed all the channels to the Freesat (UK) EPG.
Yes, the changes were included in this release. I'm not in the UK though, so some steps involve some guess work, and I might have got something wrong. Try updating the epg, then post the logs and I'll take a look.

Quote:Should I expect to see a Freesat entry on the Settings - Guide page as I just see DVB?
No. It's just a variation on the DVB EPG, and not an entirely separate thing, so doesn't have it's own item listed there.

You should make sure the Settings->Channels page list Freesat EPG next to it's channels though, not DVB EPG.
simbloke
Offline

Junior Member

UK
Posts: 9
Threads: 1
Joined: Sep 2021
#16
2021-09-17, 08:06 AM
(2021-09-16, 04:40 PM)sub Wrote:
(2021-09-16, 08:53 AM)simbloke Wrote:
(2021-09-05, 09:04 PM)sub Wrote: I'm pretty sure I've got this fixed now for the next build.

Thansk again for the file NumberFive.

Were the changes included in the release a few days ago? I updated but unfortunately saw no change.

I deleted the channels, scanned again, and changed all the channels to the Freesat (UK) EPG.
Yes, the changes were included in this release. I'm not in the UK though, so some steps involve some guess work, and I might have got something wrong. Try updating the epg, then post the logs and I'll take a look.

Quote:Should I expect to see a Freesat entry on the Settings - Guide page as I just see DVB?
No. It's just a variation on the DVB EPG, and not an entirely separate thing, so doesn't have it's own item listed there.

You should make sure the Settings->Channels page list Freesat EPG next to it's channels though, not DVB EPG.

Thanks for your efforts on this, I understand it can't be easy trying to debug something from the other side of the world on a system you can't access!

Here is today's log file from startup, setting channels to Freesat, pressing the update EPG button, and shutdown.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#17
2021-09-17, 05:15 PM
Unfortunately the logs aren't attached. You either forgot to attach the zip file, or they were over the size limit. If the latter, you might need to put them somewhere like onedrive or googledrive etc, and let me know the download link.
simbloke
Offline

Junior Member

UK
Posts: 9
Threads: 1
Joined: Sep 2021
#18
2021-09-20, 09:38 PM
(2021-09-17, 05:15 PM)sub Wrote: Unfortunately the logs aren't attached. You either forgot to attach the zip file, or they were over the size limit. If the latter, you might need to put them somewhere like onedrive or googledrive etc, and let me know the download link.

That's odd, sorry trying again.


Attached Files
.zip   nrecord.zip (Size: 19.98 KB / Downloads: 3)
arcoast
Offline

Junior Member

UK
Posts: 3
Threads: 0
Joined: Nov 2021
#19
2021-11-28, 01:42 PM
I've just migrated my setup last night to NextPVR from TVHeadend (Been using it for nearly 10 years and never felt like I understood it).  Loving the relative simplicity of NextPVR.

I'm using NextPVR in the provided docker container (which was pushed to docker hub 15 days ago) and a Digibit R1 satip server running the custom firmware from here.

As an aside, if anyone else is running inside a container and using Sat-IP, I found I had to run it in host mode for my sat-ip tuners to be found by NextPVR.

Got it all setup last night, using a custom.ini file to make my scans and channels a bit more manageable, used the icons posted elsewhere in the forum and got it all working just hit the EPG issue described in this thread.  I primarily run Linux on all my devices, but have access to a Windows machine (my wife's) if I can help in any way.

Comfortable enough with poking around a docker container and Linux if that's helpful.

docker-compose.yaml for reference in case this proves useful to anyone else.

Code:
version: '3.8'
services:
    nextpvr:
        container_name: nextpvr
        network_mode: host
        environment:
            - TZ={TZ}
            - HOST_OS=${HOST_OS}
        volumes:
            - ${CONFIG}/nextpvr:/config
            - ${RECORDINGS}:/recordings
            - ${RECORDINGS}/buffer:/buffer
            - ${CONFIG}/nextpvr/custom.ini:/app/data/tuning/DVB-S/custom.ini
#        ports:
#            - 16891:16891/udp
#            - 8866:8866
        image: nextpvr/nextpvr_amd64:stable
        restart: unless-stopped
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,777
Threads: 954
Joined: May 2006
#20
2021-11-28, 02:55 PM
In bridge mode you also would need to set the environment variable HOST_IP to your actual host's IP

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux install failed -- permission denied? FrogFan 4 397 2025-03-26, 12:39 AM
Last Post: FrogFan
  Install NexPVR backend in Buildroot based Linux Tnix 3 962 2024-03-14, 11:50 AM
Last Post: mvallevand
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 19,738 2024-02-21, 11:13 AM
Last Post: PaulMc
  Can't Remember How to Install Hauppauge Firmware Mark_S 2 1,059 2023-09-03, 12:18 PM
Last Post: Mark_S
  NextPVR won't install Paul_G 4 1,125 2023-07-26, 03:34 PM
Last Post: mvallevand
  EPG Not Updating on Fresh Ubuntu Install Frustrated Aussie 4 1,393 2023-03-24, 12:12 AM
Last Post: Frustrated Aussie
  New install login failed Heifer 5 1,543 2023-01-05, 09:28 PM
Last Post: Heifer
  Fresh Xubuntu Install with Tuner Issues (or permissions issues?) larrybari 13 2,698 2022-11-16, 04:27 AM
Last Post: larrybari
  Ubuntu 22.04 - can't install NextPVR PJosses 4 1,880 2022-11-10, 08:12 PM
Last Post: PJosses
  Clean install - LibreElec, Need NextPVR Backend ElJefe 46 6,865 2022-10-16, 10:55 PM
Last Post: ElJefe

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

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

Linear Mode
Threaded Mode