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,182
» Latest member: williams25
» Forum threads: 65,377
» Forum posts: 602,178

Full Statistics

Online Users
There are currently 1297 online users.
» 1 Member(s) | 1289 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex, mvallevand

Latest Threads
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
3 hours ago
» Replies: 7
» Views: 46
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
7 hours ago
» Replies: 43
» Views: 6,231
actors producer director
Forum: Wishlist
Last Post: a1blues
Yesterday, 09:20 PM
» Replies: 4
» Views: 57
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Yesterday, 01:00 AM
» Replies: 1
» Views: 133
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 126
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 96
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 146
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,862
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 188
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,459

 
  Extra PlutoTV VOD returning error
Posted by: p37307 - 2021-08-10, 10:21 PM - Forum: Extras - Replies (12)

I went in to toggle a VOD series from 'no' to 'yes' in 'pluto-vod-series-filter.lst' and it returned an error. Pluto live tv is working ok, so is updating the Pluto guide.

I previously had several series showing up ok. 

Output is below.


System Windows 10, version 19043.1110, Windows Feature Experience Pack 120.2212.3530.0.
Python 3.9.5

This is the first time I adjusted anything in the lst files.

I reverted the edit to 'pluto-vod-series-filter.lst' and the error still persists.

Code:
C:\Users\Public\NPVR-data\scripts\plutotv>python pluto.py reset-vod Page 1 of 2 Found 100 categories Total categories 100 Total Series 1625 Page 2 of 2 Found 26 categories Total categories 126 Total Series 1848 C:\Users\Public\NPVR-data\scripts\plutotv>python pluto.py vod Generating Extra VOD file in C:\Users\Public\NPVR-data\ Read page file C:\Users\Public\NPVR-data\scripts\plutotv/vod-cache-1.json Traceback (most recent call last):   File "C:\Users\Public\NPVR-data\scripts\plutotv\pluto.py", line 326, in <module>     vod.GenerateVOD()   File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 127, in GenerateVOD     VODChannel(extras, station)   File "C:\Users\Public\NPVR-data\scripts\plutotv\vod.py", line 249, in VODChannel     ET.SubElement(channel, 'landscape').text = station['featuredImage']['path'] KeyError: 'path' C:\Users\Public\NPVR-data\scripts\plutotv>

Print this item

  Out of space on default recording drive. Other recording drive shows 1tb free. Why?
Posted by: briantho - 2021-08-10, 02:40 AM - Forum: Windows - Replies (9)

So my default recording drive shows 0 bytes left, while there is still over 1tb left on my secondary recording drive. I thought v4 had a feature that looked for the drive with the most space, and recorded to that drive. Here is a link to the setting i'm talking about under v4. So far, I can't seem to find this setting under v5. Is it hidden, not yet implemented, or do i need to edit the config.xml file. Again I'm completely out of space, and I don't understand why nextpvr didn't use my second hdd with over a terabyte left of space. Here is my log, and here is the recording part of my config.xml file. Please let me know if there is a way to fix this behavior. 
Thanks


  <Recording>
    <ManualRecordingDays>10</ManualRecordingDays>
    <AllowInProcessRecording>true</AllowInProcessRecording>
    <ForceRecordingServiceUse>true</ForceRecordingServiceUse>
    <DefaultRecurringToOnlyNew>false</DefaultRecurringToOnlyNew>
    <ClientMode>false</ClientMode>
    <ServerName>192.168.1.8</ServerName>
    <ServerMAC>b8:ae:ed:ea:f1:01</ServerMAC>
    <ServerSendWOL>true</ServerSendWOL>
    <ServerPort>7969</ServerPort>
    <DatabaseShare>\\192.168.1.8\NPVR</DatabaseShare>
    <AutoCreateFolders>true</AutoCreateFolders>
    <PrimeDigitalTuners>false</PrimeDigitalTuners>
    <NewStyle>true</NewStyle>
    <WhatsNewDays>7</WhatsNewDays>
    <DefaultView>What's New</DefaultView>
    <UseHigherPriority>false</UseHigherPriority>
    <HigherPriorityLevel>AboveNormal</HigherPriorityLevel>
    <UseRecordingService>false</UseRecordingService>
    <PrePadding>1</PrePadding>
    <PostPadding>2</PostPadding>
    <RecordingDirectory>R:\</RecordingDirectory>
    <ExtraRecordingDirectories>Recorded TV 5~W:\~</ExtraRecordingDirectories>
    <RecordingDirectoryTranslation>d:\temp~\\someserver\someshare</RecordingDirectoryTranslation>
    <LiveTVBufferDirectory>C:\Users\Public\Videos\</LiveTVBufferDirectory>
    <TimeshiftMode>Time Based</TimeshiftMode>
    <AutoRemoveMissingRecordings>true</AutoRemoveMissingRecordings>
    <CheckForRenamedRecordings>true</CheckForRenamedRecordings>
    <NoRemoveWhenTreeMissing>false</NoRemoveWhenTreeMissing>
    <TimeSlotMinutes>90</TimeSlotMinutes>
    <ConfirmOnDelete>true</ConfirmOnDelete>
    <StoreSeparateMetadataXml>true</StoreSeparateMetadataXml>
    <RecurringMatch>Exact</RecurringMatch>
    <OutOfProcessDigital>false</OutOfProcessDigital>
    <OutOfProcessAnalog>false</OutOfProcessAnalog>
    <DeletionHistoryDays>90</DeletionHistoryDays>
    <EnableIPTVDevice>false</EnableIPTVDevice>
    <AllowDuplicates>false</AllowDuplicates>
    <BlockShutdownWhileRecording>true</BlockShutdownWhileRecording>
    <DefaultDirectoryChoice>first</DefaultDirectoryChoice>
    <UseSeasonEpisodeNamingIfPossible>true</UseSeasonEpisodeNamingIfPossible>
    <UseMovieYearNamingIfPossible>true</UseMovieYearNamingIfPossible>
    <UsePlexStyleNaming>false</UsePlexStyleNaming>
    <FileNameReplaceSpaceWithPeriod>true</FileNameReplaceSpaceWithPeriod>
    <FileNameCreateSeasonDirectories>true</FileNameCreateSeasonDirectories>
    <LookForConflictAlternatives>true</LookForConflictAlternatives>
    <AutoExtendSportsEvents>false</AutoExtendSportsEvents>
    <StoreEnsembleMetadataXml>false</StoreEnsembleMetadataXml>
    <AutoTranscode>none</AutoTranscode>



Attached Files
.zip   logs-20210809-1931.zip (Size: 1.27 MB / Downloads: 1)
Print this item

  Roku App Closing before it can apply settings.
Posted by: WillowMist - 2021-08-08, 07:45 PM - Forum: Roku - Replies (20)

I just got the roku app and I'm looking forward to trying it.  However, it closes as soon as I get into the settings.  If I try to enter an address manually, it closes immediately.  If I let it detect the server, it does, and closes as soon as I select it.  I originally thought this might be related to the 7 day expiration, so I donated and reported the donation.  Now I'm seeing that it's unlikely related.  But I'm hoping to figure out what kind of debugging I can help do.

Thanks,

Hardware:  Element TV (unsure of model) with built in roku.

Print this item

  Freesat setup
Posted by: ciccio - 2021-08-08, 06:41 AM - Forum: Windows - Replies (10)

I’ve been using DVB-S and DVB-T card with PCs for many years under WMC. I’ve now come back to this as I discovered NextPVR.

I’m using Windows 10 with an Intel CPU and have a Nova 500 dual tuner and a Hauppauge HD S2.

Terrestrial - The Nova 500 will work under W10 but with old drivers. If you use the latest drivers or Windows update drivers it fails. However, when its working, its flawless.

Satellite - The DVB-S S2 card has been difficult to setup. Hauppauge were no help at all. There are latest windows 10 drivers that you must purchase, didn’t work. The windows update drivers do work.

It scans and finds circa 800 channels on Astra 28.8. Issues start when you start tweaking the audio streams and the EPG etc including blue screens. I still think its driver- driven.

I will keep on trying as I love the idea of everything in one backend box which is managed by Librelec client.

I’m not sure if scanning is best through browser or fat client or if LAV filters need to be set differently for DVB-S

Any advice or suggestions are welcome

Print this item

  Orphaned livetv buffer files
Posted by: snagglewest - 2021-08-07, 08:09 PM - Forum: Linux - Replies (6)

Sub,
I updated to 5.1.4.210802 when it came out and everything seemed good until the last few days when I started having strange incidents where live tv would freeze up using Kodi.  After about 30 seconds or so it would dump me back to the channels list.  I’m running NextPVR in a Ubuntu 20.04 VM with a 60Gb system drive and recordings go to a NFS share.  livetv stays on the VM.  This setup has worked very well since V5 came out.

Long story short, I found this error in the logs “Unexpected error writing to OutputSink: System.IO.IOException: No space left on device”  I tracked down the problem  to the livetv directory being full of orphaned .ts files.  It was so full it was also causing problems with the logs too.  The first set I tried to grab was completely blank and the second set as you can see shows the error.

Deleting the orphans solved the problem for now.  I wanted you to be aware and ask if you might be willing to incorporate a small routine to delete any orphans occasionally?  I know it’s supposed to do this anyway but obviously something is going sideways occasionally.

Thanks



Attached Files
.zip   logs-20210807-1526.zip (Size: 4.33 KB / Downloads: 0)
Print this item

  Help installing version 5
Posted by: HammondHammond - 2021-08-07, 07:45 PM - Forum: Windows - Replies (30)

Help I can't install version 5 sucessfully. I did have version 4 working but couldn't work out how to retune so went for verision 5.

I have TBS 6280 dual tuner pci express tv card.

I hope you can help 

Thanks



Attached Files
.zip   logs-20210807-2039.zip (Size: 152.35 KB / Downloads: 2)
Print this item

  Ch+ Ch- in v5
Posted by: JP23 - 2021-08-07, 08:13 AM - Forum: Windows - Replies (2)

Hi,

With v4, I had the Ch+ & Ch- buttons on my remote mapped to 'Page Up' & 'Page Down'. This did page up & down on the EPG screen, and also changed channels while watching live TV.

Ch+ (Page Up) incremented the channel number (ie from 2 to 3), and Ch- 'Page down' did the opposite (3 to2).

With v5, this seems to be reversed. In live TV, Ch+ is moving up the channel list, (ie 2 to 1) and Ch- is moving down the channel list (2 to 3)

This is causing confusion and frustration in my household. Is there any way I can get this to behave like v4?

(I know I can map Ch+ and Ch- to '+' & '-' to change channels, but these don't do anything on the EPG screen.)

If not, can I request a change or option to change this behavious in a future release please?

Print this item

  EPG Update Problems
Posted by: chrisatheneck - 2021-08-06, 09:41 PM - Forum: Windows - Replies (40)

I think I could do with a bit of help if somebody could oblige.
PVR is having trouble updating the EPG overnight.
Between ~3-7 days after a full update gaps start appearing. A manual update only scans one frequency, updates a number between single digits up to a few thousand of listings and is likely to wipe some previously included, correct listings of channels not even broadcast over the frequency it has updated from. These sometimes showing gaps or alternatively showing “no listings”.
The overnight updates do seem to be doing something as they can also delete previously correct listings and surprisingly reinstate recordings of programmes in a series that I have already told it I do not want it to record.
Update: Since I wrote this the EPG update has failed after 1 day with massive gaps appearing where there were no gaps yesterday.



Attached Files
.zip   logs-20210806-2240.zip (Size: 1.55 MB / Downloads: 4)
Print this item

  Manual insert to EPG_EVENT not showing in Kodi
Posted by: bzellinger - 2021-08-06, 06:53 PM - Forum: Kodi / XBMC - Replies (3)

Hi, 

I added some channels to NextPVR and since I don't have an epg source I went ahead and inserted into the database using DB Browser. I can see the channels and correct epg info in the NextPVR web app as well as Emby. The channels show up in Kodi but there is no guide info.

Would anyone have any ideas of where to look to help troubleshoot this?

Print this item

  Nova-HD-S2 DVB S2 ,Windows 10 and NEXT PVR
Posted by: ciccio - 2021-08-06, 02:55 PM - Forum: Hardware - Replies (2)

Hi I have a Hauppauge WinTV-Nova-HD-S2 DVB S2 PCI card which I am having great difficulty installing on Windows 10 (UEFI BIOS).

I have a set of Win 10 drivers which after a lot of trial and error I got to install and can do a scan in Next PVR.

Although it now scans and finds channels, I still get no pic and occasional blue screen.

The attached images show the card and the devices installed.

I have contacted Hauppauge and their advice is you need to by an activation code before they help (useless)

Has anybody successfully installed one of these in Win 10 and can you help?

Print this item

Pages (6435): « Previous 1 … 327 328 329 330 331 … 6435 Next »
Jump to page 

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