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 … 10 11 12 13 14 … 34 Next »
[Obsolete] CoreElec and LibreElec as native host for NextPVR

 
  • 0 Vote(s) - 0 Average
[Obsolete] CoreElec and LibreElec as native host for NextPVR
thecubasekid
Offline

Member

UK
Posts: 72
Threads: 12
Joined: Apr 2020
#21
2021-03-01, 01:36 PM
thanks, i got a bit further with this, dotnet --info now shows aspnetcore net installed and i pointed to the path in my start script. now it gets further but aborts due to some errors about timezone.

will have another go later this week...thanks for all the advice!
radek
Offline

Junior Member

Poland
Posts: 1
Threads: 0
Joined: May 2021
#22
2021-05-02, 01:23 AM
I have installed .Net Core Runtime,
I have unpacked aspnet into the specified folder and added respective path into the $PATH.
After this the log stopped complaining about ASP.NET. Now it actually says nothing:

-- Logs begin at Thu 2015-01-01 00:00:24 UTC, end at Sun 2021-05-02 01:06:49 UTC. --
-- No entries --

But nevertheless the service shows as failed:

nextpvr-server.service loaded failed failed NextPVR

I am out of ideas how to fix or even troubleshoot. Would be happy to hear some advise.
BR, Radek
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#23
2021-05-02, 01:49 AM
For my instructions you need to be using a new CE or LE Matrix master the older Leia builds won't work with their Netcore.  I suspect if you uninstall their Netcore and manually install the appropriate package from Microsoft and specify the location it will work.

Note sub and I are working with LE to get  NextPVR formally added as a supported package.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#24
2022-01-22, 02:32 AM
I just noticed this thread and realized that I use a completely new method that is trivial to install on LE and CE.  I will upload the package tomorrow.

Martin
baj1
Offline

Senior Member

Maple Grove, MN, USA
Posts: 553
Threads: 91
Joined: Jan 2006
#25
2022-01-22, 04:22 AM
I've got a spare SD card and might actually have some free time later next week! :-D
Server: Ryzen 5 3600 3.6GHz: 16GB RAM: ASRock Phantom D/RX570: SDD: 512GB HDDs: 5TB, 8TB, 8TB
Linux Mint v20, NPVR v5.1.3.210711
Tuners: Hauppauge PVR-2250-MC Dual Tuner, HDHR Duo ATSC Tuner
Clients: Knewc on CE-ODroid N2 x2, N2+, LE-RPi4, PCs x2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#26
2022-01-22, 11:15 PM (This post was last modified: 2022-01-30, 04:53 PM by mvallevand.)
Attached is an install package created by CvH at the LibreElec forum that I modified with a few small changes.  This package is similar to the deb installer in that it installs the requirements* for running a NextPVR service natively on LibreElec 10 and CoreElec 19.  I have tested on x64, ODroid N2 and a RPi4.

You install this like any other addon on Kodi via the Addon menu.  To turn the server off and on would be through the Addon Services page

The only piece missing to the install is installing the dvb-scan-table for devices.  If you need help with that let me know.

Martin


Attached Files
.zip   service.nextpvr-9.80.11.103.zip (Size: 53.24 KB / Downloads: 22)
dmgaspari
Offline

Junior Member

USA
Posts: 7
Threads: 1
Joined: Jan 2022
#27
2022-01-30, 04:51 AM
Hi Martin, I was able to get everything installed successfully, thanks for the addon! When I log into client, I can see my WinTV Dual USB tuner, great! When I try to scan channels, nothing happens. I think I need to install dvb-scan tables for the tuner, as you suggested. But, I have no idea how to do that. Any guidance would be appreciated. Thanks
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#28
2022-01-30, 02:23 PM
Ok let's try and install the scanning table I've packaged the atsc a little different to make scans faster. Via ssh connect to your device and run these commands

Code:
cd /storage/.kodi/userdata/addon_data/service.nextpvr/
curl -L https://github.com/emveepee/dtv-scan-tables/archive/refs/tags/atsc.zip -O
unzip atsc.zip
mv dtv-scan-tables-atsc/ dtv-scan-tables
rm atsc.zip

This is my first crack it, let's see how it goes.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#29
2022-01-30, 03:22 PM (This post was last modified: 2022-01-30, 04:53 PM by mvallevand.)
Actually there are a couple of issues with the original script

1.

nano /storage/.kodi/addons/service.nextpvr/nextpvr.start

change

cd ${ADDON_DIR}

to

cd ${ADDON_DIR}/nextpvr-bin

2.

mkdir /storage/recordings

The original post has been updated with a a corrected script.

Martin
dmgaspari
Offline

Junior Member

USA
Posts: 7
Threads: 1
Joined: Jan 2022
#30
2022-01-30, 03:25 PM
Hi Martin,
That got us one step closer. I can see

current-ATSC-center-frequencies-8VSB-repack
us-ATSC-center-frequencies-8VSB
us-ATSC-center-frequencies-8VSB--062009

But when I scan channels, it finishes in a second or two, doesn't show any channels, but I see the "save" button.
Thank again for your guidance. FYI, I was playing around last night and with I can see w-scan I can see all the channels. I also used the same hardware on a windows laptop and NextPVR worked fine.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR can't open RAI (Italian main TV channels) links f2fg 18 3,763 2025-07-05, 10:10 AM
Last Post: alice_anto
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 1 65 2025-07-03, 12:12 AM
Last Post: mvallevand
  Extras Tuners Not Loading on NextPVR 3.1 Linux Install Siftingice 0 38 2025-07-03, 12:02 AM
Last Post: Siftingice
  NextPVR on Ubuntu 24.04 Server Running, Web interface not so much JeffH 15 551 2025-06-11, 05:43 PM
Last Post: mvallevand
  Guide data issue using NextPVR in a Proxmox LXC njc 10 1,286 2025-03-23, 01:40 PM
Last Post: njc
  NextPVR oddly limited to 7 tuners DaVinylSmith 4 674 2025-02-12, 02:49 PM
Last Post: DaVinylSmith
  NextPVR webserver not starting, prevents client from starting homemaisonbaile 28 2,062 2025-02-04, 05:23 PM
Last Post: mvallevand
  NextPVR 7 looses recordings after post processing ballfam 15 1,115 2024-12-20, 03:23 AM
Last Post: ballfam
  Colossus 2 and nextpvr Iriman 53 5,733 2024-12-16, 02:32 AM
Last Post: ehfortin
  NextPVR user1232 1 390 2024-11-09, 11:21 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode