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,177
» Latest member: allv50
» Forum threads: 65,374
» Forum posts: 602,148

Full Statistics

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

Latest Threads
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
Yesterday, 05:58 PM
» Replies: 1
» Views: 44
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-08-31, 04:17 PM
» Replies: 0
» Views: 58
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 64
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 99
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,771
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 156
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,425
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 321
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 232
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 519

 
  ImageGrabLite does not replace/update subtitle information
Posted by: vmq - 2014-11-15, 05:32 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (5)

When using iGL to update previously recorded shows I found the filename looked a little funny.

When running "imageGrabLite.exe --oid 1055 --rename --zap2it" the previous file name
Saving Grace/S03E08-Popcorn_090804.avi
was renamed to
Saving Grace.S03E08.-Popcorn.avi
Note the '-'.

Although iGL matched the recording - see attachment - it used the old subtitle, but subtracted the SxxEyy information keeping the '-'. The season and episode information is updated, see the content of scheduled_recordings event_data before and after iGL below.

This is a little inconsistent, I would really like if the old information would be replaced by the newly found information and if renaming would use the subtitle string that matched the search. (Two issues)

Thanks for your help.

Volker

P.S.: This is the metadata before the iGL call:

Code:
<Event> <OID>0</OID> <Title>Saving Grace</Title> <SubTitle>S03E08-Popcorn</SubTitle> <Description>The squad investigates the murder of a whistle blower; Grace&apos;s brother Leo is convinced his neighbor is keeping a dead body in his house; Johnny pressures Grace to arrange for him to meet Earl.</Description> <ChannelOID>0</ChannelOID> <StartTime>2009-08-05T02:00:00.0000000Z</StartTime> <EndTime>2009-08-05T03:00:00.0000000Z</EndTime> </Event>

And this after:
Code:
<Event> <OID>0</OID> <Title>Saving Grace</Title> <SubTitle>S03E08-Popcorn</SubTitle> <Description>The squad investigates the murder of a whistle blower; Grace's brother Leo is convinced his neighbor is keeping a dead body in his house; Johnny pressures Grace to arrange for him to meet Earl.</Description> <ChannelOID>0</ChannelOID> <StartTime>2009-08-05T02:00:00.0000000Z</StartTime> <EndTime>2009-08-05T03:00:00.0000000Z</EndTime> <Season>3</Season> <Episode>8</Episode> </Event>

Print this item

  ImageGrabLite not matching/renaming an old "The Big Bang Theory" episode
Posted by: vmq - 2014-11-14, 03:41 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (6)

I just used ImageGrabLite to update and rename the information on some previously recorded shows and it mostly worked, but I have one stubborn episode (so far) that doesn't work.

I got the OID from the npvr.db3 using SQLite manager and called it with command line options --oid 1417 --rename --zap2it . Logfile attached.

I also checked that the entry in npvr.db3 is OK, and it seems to be. The subtitle matches the episode name. I also attached the data for this entry.

Is this not matching a bug or a feature?

Thanks for an otherwise excellent program!

Print this item

  Problem with 3.3.8
Posted by: jd1940 - 2014-11-14, 12:21 PM - Forum: Legacy (v4.x and earlier) - Replies (24)

Finally got around to installing the update. Server upgrade seems to be working fine but the client upgrade has problems. The epg is not working on the client (it is on the server). I checked and the address in the xml.config file is correct (https://json.schedulesdirect.org/20140530). Everything is recording properly on the server, I just can't set a new recording on the client.

Also, every time I try and change a program on the client I get a box stating I basically have SQLite database problems. I have no idea what that's about.

I would send a log file but I don't know what you want, server or client and which log file.

Any help will be greatly appreciated.

Print this item

  Attention Sub: Open TV / Custom Data Grabber plugin
Posted by: Benoire - 2014-11-14, 12:00 AM - Forum: Developers - Replies (2)

This is copied from another forum section as I got it in the wrong place initially!

Hi,

This is for Sub mainly. I'm currently maintaining the Sky TV custom data grabber for MediaPortal TVE3. It was developed by DJBlu who is currently on a long term leave (military service of some form I believe) and uses two components, a custom data grabber dll (coded in C#) which is inserted in to the main code as a way to capture full PIDS by referencing certain details (in MP it is a separate DLL and then referenced in TSWriter), there is then the custom plugin which does the activities.

The plugins are the real heart and these can capture all the OpenTV data and insert this in to the database for the tv engine to read and use to record programs, allows for proper series linking from the main sky feed, can make the engine act like an STB by doing refreshes to add/remove channels, select certain channels within a defined LCN range, region picking for channels etc. Imagine EPGCollector (without the support of the other types of guide, yet) but 'built' in.

While I currently use MP, I am curious about Mediabrowser as a front end due to a number of reasons and wondered whether it was possible to get a version of the custom data grabber integrated in to NextPVR and then the plugins integrated as a plugin as nextpvr appears to work with it. I also like the built in decoding client as that was very quick when I last used PVR (before I found and got DJBlu to add NZ to the sky plugin).

The data grabber needs to be integrated into some form of TS writer so it can be called by the plugin. The plugins themselves need access to the database where the channels are stored, access to the tuners as it uses the engines tuners, and it needs to be able to run constantly in the background so it can do its updates or refreshes as necessary.

As MediaPortal is Open Source, it was easy to make the modifications and then merge with the latest master when they update (they do not support this work as TVE3 is in code freeze) but NextPVR is closed I believe and so I'd need pointers to access the stuff directly.

The advantage of this system is that it can be expanded to cover others such as MHEG5, Mediahighway etc. SJB has done an immense amount of work on EPGcollector and the tags contained can easily be used to find the other guides.

Thoughts and comments? It's all on github under benoire or Djblu (for the custom data grabber) so if it does peak your interest, have a look!

Anyway, thanks for your time!

Cheers,

Chris

Print this item

  Sat>IP
Posted by: Benoire - 2014-11-13, 11:58 PM - Forum: Legacy (v4.x and earlier) - Replies (12)

Hi

Does nPVR support the Sat>IP Protocol at all? I've got a mass of cables behind my servers which I would like to get rid of and the sat>ip tuners (or even better IP-LNB) would solve this issue.

Chris

Print this item

  Attention Sub: Open TV / Custom Data Grabber plugin
Posted by: Benoire - 2014-11-13, 11:32 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - No Replies

Hi,

This is for Sub mainly. I'm currently maintaining the Sky TV custom data grabber for MediaPortal TVE3. It was developed by DJBlu who is currently on a long term leave (military service of some form I believe) and uses two components, a custom data grabber dll (coded in C#) which is inserted in to the main code as a way to capture full PIDS by referencing certain details (in MP it is a separate DLL and then referenced in TSWriter), there is then the custom plugin which does the activities.

The plugins are the real heart and these can capture all the OpenTV data and insert this in to the database for the tv engine to read and use to record programs, allows for proper series linking from the main sky feed, can make the engine act like an STB by doing refreshes to add/remove channels, select certain channels within a defined LCN range, region picking for channels etc. Imagine EPGCollector (without the support of the other types of guide, yet) but 'built' in.

While I currently use MP, I am curious about Mediabrowser as a front end due to a number of reasons and wondered whether it was possible to get a version of the custom data grabber integrated in to NextPVR and then the plugins integrated as a plugin as nextpvr appears to work with it. I also like the built in decoding client as that was very quick when I last used PVR (before I found and got DJBlu to add NZ to the sky plugin).

The data grabber needs to be integrated into some form of TS writer so it can be called by the plugin. The plugins themselves need access to the database where the channels are stored, access to the tuners as it uses the engines tuners, and it needs to be able to run constantly in the background so it can do its updates or refreshes as necessary.

As MediaPortal is Open Source, it was easy to make the modifications and then merge with the latest master when they update (they do not support this work as TVE3 is in code freeze) but NextPVR is closed I believe and so I'd need pointers to access the stuff directly.

The advantage of this system is that it can be expanded to cover others such as MHEG5, Mediahighway etc. SJB has done an immense amount of work on EPGcollector and the tags contained can easily be used to find the other guides.

Thoughts and comments? It's all on github under benoire or Djblu (for the custom data grabber) so if it does peak your interest, have a look!

Anyway, thanks for your time!

Cheers,

Chris

Print this item

  New Cable Provider - Now What?
Posted by: HarryH3 - 2014-11-13, 05:03 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

After moving, and switching to a different cable provider, (Changed from Suddenlink to Comcast) I need to make EPG and Recurring Recordings updates to our NPVR server. I scanned the Wiki and did some searches here, but I'm not seeing anything about the best way to proceed. Do I need to blow everything away and start over, or is there a way to remap Recurring Recordings to the new EPG. I have already made a backup copy of npvr.db3, just in case. ;-)

What is the best way to proceed from here? Are there other things to consider?

Thanks!

Print this item

  problems with EPG update on 3.3.8, can I downgrade to 3.2.9?
Posted by: TomPyd - 2014-11-13, 12:44 PM - Forum: Legacy (v4.x and earlier) - Replies (36)

I am having a similar issue with even worse symptoms, which overlap with this thread.
I have a notebook that I connect a Kworld USB tuner stick at home as well as a 2 tuner HD Homerun on my home network.
The EPG update was set to occur at 10am while at work and always worked flawlessly.
When I upgraded to 3.3.8, my USB tuner immediately gave "Unable to find capture device" when I tried to watch with it.
I saw that other TV Apps could access it and it was showing as present and enabled under settings. I did a channel re-scan, and it found some channels, so I canceled the scan and saved and capture was ok.
The next day the EPG update failed giving some sort of TCP error.
Now whenever it runs the EPG update and I'm NOT at home connected to the USB tuner stick, all my scheduled recordings show as conflict, even after I'm back home and connected. The only choice is to delete all of the scheduled recordings and re-schedule them.
The update also continues to fail while running un-attended. If I manually launch it, I can monitor the mc2xml window, which sometimes gives the TCP error, sometimes it simply says "no new data".
I have tried upgrading to mc2xml latest version but the results are the same.

My successful work-around has been to run the mc2xml.exe with the -f switch to force an update. Later, when the UpdateEPG.bat launches at 10am, it uses the results downloaded from the manual launch of mc2xml.

I would love to DOWNGRADE back to 3.2.9, but I'm afraid of losing all my settings if I run the uninstall.
btw....if I run the install of 3.2.9, it does correct the "Unable to find capture device" until the next time I run NPVR while not connected to the tuner.

Again, I have NEVER had issues with "Unable to find capture device" until the update to 3.3.8.

Print this item

  Analog capture for compro E900f: a big filtercheck.log
Posted by: V_J - 2014-11-13, 11:28 AM - Forum: Hardware - Replies (11)

Hello,

I'm trying to add the analog capture features of my Compro E900f, but have some problems. Installing SoftPVR (I followed option 2) did not make it show up in the devices list.

The output of Filtercheck is quite big, and I am actually not sure what to add to "AnalogDevice.xml"...

The card is found as "7164 BDA Analog Capture", and it shows twice in the category "Checking AM_KSCATEGORY_CAPTURE filters", perhaps because the card has dual tuners. The category "Checking AM_KSCATEGORY_ENCODER filters" has 11 entries, the category "Checking AM_KSCATEGORY_MULTIPLEXER filters" has 5 entries; all of them repeated twice and finally "Checking AM_KSCATEGORY_CROSSBAR filters" has 2 entries. I've attached the filtercheck file (renamed it to TXT to attach it).

Any suggestions on what to put in the xml file?

Thanks!

Jörg

Print this item

  Is there a way to show information about the current video stream?
Posted by: vmq - 2014-11-12, 11:56 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

I am looking for a way to find some information about the current video format, like resolution, encoding, maybe bitrate, included audio and subtitles.

In GBPVR (yeah, has been a while Wink ) CTRL-O would do something like that in LiveTV. Is there a way to get this information in NextPVR?

Thanks!

Print this item

Pages (6435): « Previous 1 … 1118 1119 1120 1121 1122 … 6435 Next »
Jump to page 

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