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 2 3 4 5 … 34 Next »
NextPVR server on LibreElec

 
  • 0 Vote(s) - 0 Average
NextPVR server on LibreElec
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#11
2024-07-22, 10:35 PM
No LE isn't apt basedi from memory as I am away so unzip to

/storage/.kodi/service.nextpvr/nextpvr-bin

The data/tuning/dvb-s folder for SATIP should be there

Martin
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#12
2024-07-23, 05:37 PM
Martin thanks for your help especially as you are “Away”! I now have Beta 6.1.6 running!

The actual location is :- /storage/.kodi/addons/service.nextpvr/nextpvr-bin

I downloaded the Linux zip to USB disk and extracted it to a directory called “nextpvr-bin”

In file manager I copied the USB “nextpvr-bin” to the existing “nextpvr-bin!

I did this update on a clean install on an old laptop in case it trashed the install on my Test Server! The old laptop scans using my SAT>IP server and 28.2-West.ini with only 27 transponders and seems to find the expected channels. Tomorrow I need to compare the transponder settings with “King of Sat” as several channels have moved and some transponder have recently changed settings!

Chris
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#13
2024-07-23, 10:53 PM
Glad you found it a combination of memory of cell phone typing. I would generally do this all with ssh curl and unzip and let auto completion does the work for me. It helps that Linux does not care if the the file is in use.

Marin
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#14
2024-07-25, 01:04 PM
Martin - The NexrPVR Linux Beta version 6.1.6 seems to be fully working on LibreElec!

I had to rebuild my cut down minimum "regional" transponder list now with only 19 items. Several transponder in my original list no longer exist or are now encrypted!
All channels set to Freesat (UK). After a EPG Update almost fully occupied EPG with one channel blank as its just moved transponder!
Hard Disk added and Recording Directory set to it located at /var/media!
Test recording made and able to play it back!!

Thanks again for your Help Martin!!

Chris
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#15
2024-07-30, 03:44 PM
I have used LibreElec and its predecessor for over 10 years so it’s a small change to use it as NextPVR server!

To simplify locating important NextPVR files in LibreElec it’s a good idea to create file manager links.
In LibreElec important files like npvr.db3 and config.xml plus other config files are located at :-
“special://profile/addon_data/service.nextpvr/config”
With File Manager at “Root” select “Add source”.
Below where it says “enter a name …..” type something like “NextPVR Config”
In the green bar with the word <None> type the following:-
special://profile/addon_data/service.nextpvr/config
You now have a File Manager shortcut to the location of npvr.db3 and config.xml and other setup files are located!

Similarly you can create a link to nextpvr-bin directory where NextPVR executable files and such as the tuning files are located!
At “Root” select “Add source” and where it says “Enter a name…..” type “nextpvr-bin”.
Where the word “None” is type:-
/storage/.kodi/addons/service.nextpvr/nextpvr-bin
You now have a link to the directory containing the executable files but also access to update the tuning files! From nextpvr-bin directory the tuning files are at “data/tuning/”

You could instead or also create a "Tuning Files" link :-
/storage/.kodi/addons/service.nextpvr/nextpvr-bin/data/tuning

The problem is that LibreElec has no real Text Editor so any file that needs editing has to be copied to USB drive and edited elsewhere!

Chris
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#16
2024-07-30, 03:52 PM
In the ssh shell you can use nano. You can also enable sftp and use an app like Filezilla which lets you use any editor remotely.

Not sure why you need access to npvr.db3 but sqlite3 is also available in ssh.

What settings do you charge in config.xml that aren't in the web settings?

Martin
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#17
2024-07-31, 03:45 PM
Martin
Thanks for the Filezilla recommendation as it overcomes so many of the limitations of LibreElec File Manager!  It enables you to edit LibreElec txt files without having to resort to antique Unix text editors!

I don't anticipate editing npvr.db3 but I will have to replace it with the one on my current Windows test server testing the Freesat EPG. However I will need to edit config.xml to change several of the default settings such as  several "<MenuItem" and several other defaults!

Using FileZilla "Search" was able to find the actual location of config.xml without having to use the "special://profile" location that LibreElec file manager used:-
"/storage/.kodi/userdata/addon_data/service.nextpvr/config" Where npvr.db3 and config.xml are stored

Chris
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#18
2024-07-31, 09:53 PM
Be careful copying an npvr.db3 from Windows to Linux. You probably are ok with SAT>IP itself anything with a filename like recordings and scheduled recording that aren't Default will need to be changed. Link to XMLTV might need to be changed too.

You can use set up LE so you can connect as an Samba Windows share.

Martin
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,220
Threads: 140
Joined: Jan 2011
#19
2024-08-06, 08:12 PM (This post was last modified: 2024-08-06, 08:12 PM by jcjefferies.)
Martin
I have had Nextpvr doing scheduled recordings on a LibreElec server and can play then on a LibreElec client! I am using a SAT>IP tuner which LibreElec & NextPVR finds immediately. Freesat(UK) epg seems to work also.

I would like to try one of my USB DVB-T2 tuners I have but a Hauppauge twin DVB-T2 tuner on my main Windows server is in regular use after half of a dual DVB-S2 tuner died. I do have an “August DVB-T210 (V2)” tuner which works in Windows but unable to get it recognised in LibreElec. On LinuxTV DVB-T2 USB Devices page this device is listed along with the two firmware files needed. I followed the LibreElec firmware install procedure but the tuner is still not recognised after several tries!

Because of the totally different file naming it may not be practical to use my existing Windows npvr.db3 under Linux unless I could do some sort of Find and Replace to change from Windows to Linux file location such as:-
Windows - D:\Shed And Buried Classic Cars\Shed And Buried Classic Cars_20240801_14001500.ts
Change to -
Linux - /var/media/sdb1-ata-ST3160023AS_5MT0/Shed And Buried Classic Cars/Shed And Buried Classic Cars_20240801_14001500.ts

However can Samba create a location D:\ in Linux which in my case is actually /var/media/sdb1-ata-ST3160023AS_5MT0/ ? That would enable me to play existing recordings recorded on Windows.

Hopefully that may be the only Windows/Linux file problem in Windows npvr.db3 ??

Chris
NextPVR Server - HP N54L Microserver, Windows 10 - Storage 2 X 3TB - Tuners DVBSky S952 Twin DVB-S/S2 PCIe, Hauppauge Twin DVB-T2 USB, Telestar Digibit R1 Sat>IP Server.
Clients:- 2 X RPi3, 1 X RPi4 and Acer RL80 Celeron Nettop all running NextPVR New Client on LibreElec.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#20
2024-08-06, 08:24 PM (This post was last modified: 2024-08-06, 08:38 PM by mvallevand.)
I still think is a problem mixing DVB-T and SAT>IP that was never resolved in your Windows thread you might want to continue that first.

There are additional drivers that might need to be optionally installed in LE but support that is all on the LE forum as I noted on our wiki.

You could use NextTool to re-import the files and it would be quite easy if you have external xml files. If not the merge option might work too but is better with no recordings.

Yes you can read from the LE share in Windows but if you are running the Window box why not just keep running NextPVR there? You also will potentially have issues with duplicates of your saved recordings.

There could be other things, like recording folders, m3u and xmltv file locations etc embedded in npvr.db3.

Martin
« 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 17 2,940 2025-03-29, 10:15 AM
Last Post: alice_anto
  Server crash changing channels VCR58 7 525 2025-03-27, 03:17 PM
Last Post: VCR58
  Guide data issue using NextPVR in a Proxmox LXC njc 10 800 2025-03-23, 01:40 PM
Last Post: njc
  NextPVR oddly limited to 7 tuners DaVinylSmith 4 429 2025-02-12, 02:49 PM
Last Post: DaVinylSmith
  NextPVR webserver not starting, prevents client from starting homemaisonbaile 28 1,214 2025-02-04, 05:23 PM
Last Post: mvallevand
  Kodi Addon not connecting on server if vpn on sgar75 1 232 2025-01-27, 12:44 PM
Last Post: mvallevand
  NextPVR 7 looses recordings after post processing ballfam 15 832 2024-12-20, 03:23 AM
Last Post: ballfam
  Colossus 2 and nextpvr Iriman 53 4,471 2024-12-16, 02:32 AM
Last Post: ehfortin
  NextPVR user1232 1 290 2024-11-09, 11:21 AM
Last Post: mvallevand
  How does NextPVR separate TV from VOD ? FrankBKK 8 771 2024-10-30, 06:17 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode