NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,181
» Latest member: nanalyly
» Forum threads: 65,376
» Forum posts: 602,167

Full Statistics

Online Users
There are currently 1341 online users.
» 0 Member(s) | 1335 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
actors producer director
Forum: Wishlist
Last Post: a1blues
7 hours ago
» Replies: 4
» Views: 41
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 01:00 AM
» Replies: 1
» Views: 123
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 109
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 92
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 139
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,813
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 183
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,454
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 364
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 270

 
  Failed recording
Posted by: VCR58 - 2022-01-16, 02:33 AM - Forum: NextPVR Support - Replies (8)

I recorded an NFL game that started at 3:30 and was to finish at 7:00pm. Then at 7:00pm I had two recordings scheduled, one was another NFL game and the other a movie. When I tried to play the NFL recording in progress at about 7:30pm it only played for a few seconds. Later I found that the recording was only about 2.5MB. The movie recording did not seem to have any issue.

Hopefully the logs will indicate what went wrong.

Edit: NextPVR Version: 5.2.5.220111 Linux server

Thanks.



Attached Files
.zip   nrecord.zip (Size: 232.89 KB / Downloads: 4)
Print this item

  No dice with Version: 5.2.5.220111
Posted by: phials - 2022-01-15, 09:35 PM - Forum: Linux - Replies (47)

Hi, 
just updated to the version above. 
Unfortunately NextPvr turned into a fiat panda after the update, unlike the Ferrari it usually sometimes is.

So, the config web page slowed down, very slow response. I updated the usual way, as has always worked before. Linux install.

But everything went a bit squiffy. Now I can't use NextPvr at all.

After trying to delete all devices I can still tune into all three DVB-C tuners, but after mapping the channels I can't see them in channels. Logs attached.

Cheers,
Phil.

Print this item

  RRImport
Posted by: mvallevand - 2022-01-15, 07:00 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (2)

Using NScripthelper and batch files to create custom filename can be difficult so I decided to create a utility based on a smart regex based renamer I have used for years https://github.com/nicjansma/rename-regex

This utility can be run from the command line and via post processing.bat  It can be run before or after other utilities like comskip since it also renames all matching files with different extensions

Before giving you the syntax NOTE that you should test this from the command line using the /p (pretend) option to confirm the naming is what you'd like.  Also make sure that all the variables are in double quotes.

The utility has more options but the syntax options I have used and tested are

RRImport filespec|recording_id  regex  newname [/p]

If it doesn't match the regex nothing is changed.

A "regex" is a geeky what of parsing a file into component pieces.  If you don't know what you are doing I wouldn't use it as there are two "built-in" options default and plex.  The prime purpose of this utility is for users who don't like the NextPVR generic names.

The new name can have regex variables, named variable I show below.  It isn't as complicated as it looks and is a lot easier then scripting.

Code:
?rn - Recording name ?t  - EPG title ?st - EPG subtitle ?se - S#E# if it exists. ?cn - Recorded channel name ?ys  - EPG year start ?Ms  -EPG month start ?ds  - EPG day start ?hs  - EPG hour start ?ms  - EPG minute start ?ye  - EPG year end ?Me  -EPG month end ?de - EPG day end ?he  - EPG hour end ?me  - EPG minute end ?rys  - Recording year start ?rMs  -Recording month start ?rds - Recording day start ?rhs  - Recording hour start ?rms  - Recording minute start ?rye  - Recording year end ?rMe  -Recording month end ?rde - Recording day end ?rhe  - Recording hour end ?rms  - Recording minute


For geeks the regex variable are $1, $2 etc.

I'll provide some common examples in the next post.  It might be better just to ask question on what you want.

Currently this is only for Windows.  To install unzip the attached in the NextPVR program folder and also this needed DLL

Code:
copy "C:\Program Files\NextPVR\runtimes\win-x64\native\e_sqlite3.dll" "C:\Program Files\NextPVR"

Martin



Attached Files
.zip   RRImport-1.0.0.zip (Size: 79.89 KB / Downloads: 7)
Print this item

  No live TV: streaming failed (transcoder exited) but recording works - log provided
Posted by: cheerful - 2022-01-15, 06:09 PM - Forum: Windows - Replies (2)

Hi,

I had NextPVR and Kodi working fine for many months.  I stopped watch live TV (OTA) on Kodi about a month ago.  Then I found there is no live TV in Kodi.  Recording works just fine and I can watch in Kodi.

When I use the browser to watch live TV, I got the error:

nextpvr streaming failed (transcoder exited)

The NextPVR client crashes when I click on live TV (Java error).

I updated the both NextPVR and Kodi to latest.  Same error

I've attached the log zip file.

What could I do to troubleshoot?

Thanks



Attached Files
.zip   logs-20220115-1304.zip (Size: 11.91 KB / Downloads: 2)
Print this item

  Sluggish, and dark screen
Posted by: Ricknextpvr - 2022-01-15, 04:08 AM - Forum: Windows - Replies (32)

Noticed two issues with latest release.  First, sluggishness navigating.  Watch show, end, delete.  Ten want to navigate via arrows, but get no reaction.  Clicking on menu eventually gets response.

Second issue, start a show or live view and sometimes screen is "dim" for a few seconds.

Anyone else experiencing either issue?

Print this item

  Recordings cut short - IPTV
Posted by: siteeeg - 2022-01-14, 08:37 PM - Forum: macOS - Replies (15)

A scheduled recording I have setup is being cut short. 

The schedule is for about 6 hours but the recorded .ts file is usually about 15 minutes long.

The program is in the scheduler as Rage, beginning sometime around 00:00 on Jan 15 and going until 06:00 AM

I have logs and can upload them to this forum but can't see a method to insert the link to the file in this post Huh

This is a single use download, let me know if it needs to be re-uploaded or if there's a simple way I can insert file uploads into forum posts https://www.file.io/download/lUBzyMr0ViGW

Thanks in advance!



Attached Files
.zip   nrecord.log.zip (Size: 579.48 KB / Downloads: 3)
Print this item

  IPTV VOD not playing
Posted by: samwiliams33 - 2022-01-14, 07:10 PM - Forum: Windows - Replies (13)

Hi,
Under the NextPVR VOD menu I  can see my  VOD selections, I can download. When I try to play it just Shows

"Starting Video on Demand please wiat" 

Never starts.

I have attached logs 
[b]Starting Video-On-Demand stream. Please wait.[/b]



Attached Files
.zip   logs-20220114-1403.zip (Size: 1.23 MB / Downloads: 6)
Print this item

  Unexpected error in SAT>IP discovery, Address already in use
Posted by: Matthias - 2022-01-14, 08:38 AM - Forum: macOS - Replies (7)

Hi,

just installed NPVR on a Mac mini (Intel) with Big Sur, started it and got the error message:

Unexpected error in SAT>IP discovery(1): System.Net.Sockets.SocketException (48): Address already in use

I've done the same on a different machine (same OS) but didn't get that error there, so it seems that there is some software conflict on the Mac mini.
But how would I identify the conflict?

Cheers
Matt



Attached Files
.zip   logs-20220114-0931.zip (Size: 12.2 KB / Downloads: 3)
Print this item

  ScheduleHelperFactory
Posted by: mvallevand - 2022-01-13, 07:55 PM - Forum: Developers - Replies (3)

Is ScheduleHelperFactory.GetScheduleHelper().ScheduleRecording(e, RecordingQuality.QUALITY_DEFAULT); supposed to respect the duplicate flag or is that in program control?

Martin

Print this item

Big Grin IPTV VOD and Kodi
Posted by: thecubasekid - 2022-01-13, 02:18 PM - Forum: Windows - Replies (12)

Hi All,

my IPTV provider just added a bunch of VOD content, so i deleted my device and created a fresh one from my m3u to include the VOD groups. NPVR picked up which channels are VOD, and i see them all in the browser in the new VOD section and can play, which is pretty nifty actually Smile  however, as they are picked up as VOD they don't show in the channel list in NPVR, although NPVR seems to have assigned them channel numbers in the background as there is a gap in the channel numbers where i configured the groups/VOD channels in my m3u, and they they don't seem to get passed to Kodi as groups and channels.

it has been over a year since my provider had any VOD content, and back then if i added to NPVR they showed up as groups and channels in Kodi and i could access and play them from the guide in Kodi, but that does not seem to be happening anymore

is there some special way to get to the VOD content in Kodi i am missing? i checked in Nox Silvo to see of there is some option to access a VOD menu or something by adding a menu item, but i could not find anything so can only assume Kodi PVR does not have a VOD option, only guide and channels, and to use VOD it should be accessed via group/channel (Simple IPTV client is working this way and i can get them in the guide in Kodi and play, but would prefer to be able to do that from NPVR and just have one client running in Kodi.)

if as i suspect the functionality does not exist to have VOD separate to channels in Kodi, is there  some setting in NPVR i can change so that VOD is sent as groups and channels as they appear in my m3u, so i can reach them in the guide like i do with simple iptv client?


Thanks!

Print this item

Pages (6435): « Previous 1 … 278 279 280 281 282 … 6435 Next »
Jump to page 

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