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,170
» Latest member: Lysolchip
» Forum threads: 65,371
» Forum posts: 602,136

Full Statistics

Online Users
There are currently 1119 online users.
» 4 Member(s) | 1109 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, bigstusexy, JohnySmith1010, mvallevand, something_fishy

Latest Threads
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
3 hours ago
» Replies: 0
» Views: 23
New version problem with ...
Forum: Windows
Last Post: Swami
Today, 12:23 AM
» Replies: 47
» Views: 3,696
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 120
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,410
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 282
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 211
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 491
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,143
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 365
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 259

 
  ImageGrabLite Help
Posted by: rocksolidsr - 2013-10-09, 12:29 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (11)

I recently started using IGL. I have this as my ParallelProcessing.bat

Code:
@echo off "C:\Program Files\NPVR\imageGrabLite.exe" --oid %3 --nfo cd /d "C:\comskip" Rem PostProcessing.bat Rem This script will be run automatically by GBPVR when found after a recording is finished Rem To enable it put this file inside your GBPVR default program directory (C:\Program Files\devnz\gbpvr\) Rem together with Comskip.exe, Comskip.ini and Comskip.dictionary Rem The script is called with two parameters Rem %1 is the fully qualified name of the recorded mpeg file. Rem %2 is the channel number of the recording echo Parallelprocessing.bat invoked on %1 recorded from channel %2 >>parallelprocessing.log Rem The part below can be used to not run Comskip on certain channels, please modify for your conveniance. Rem The channel numbers that should be skipped are the numbers between the double quotes (""). Rem You can add "if" lines as much as you want Rem To disable this behaviour use channel numbers outside the normal range, put a "rem" before the "if" or delete the "if" lines Rem list of channels to not run comskip on Rem if "%2" == "27" goto eof Rem if "%2" == "36" goto eof Rem this trick also makes it possible to have dedicated comskip.ini file for certain channels. if "%2" == "24" goto channel24 if "%2" == "66" goto channel66 Rem use the default comskip.ini for all other channels goto generic :channel24 comskip --ini=channel24.ini %1 goto continue :channel66 comskip --ini=channel66.ini %1 goto continue :generic Rem The actual run of Comskip. Only one parameter, the name of the mpeg file to process. Rem Comskip will read its settings from the Comskip.ini found in the same directory as Comskip.exe Rem Both are supposed to be in the GBPVR default program directory. (C:\Program Files\devnz\gbpvr\) hiderun comskip %1 :continue Rem Once the commercials have been identified you can run comclean to delete the commercials from the recording. Rem Do this only when you are not using the Skip function in the GBPVR viewer. Rem To enable comclean remove the word "Rem" from the following line. rem call comclean %1 :eof

IGL used to generate the *.nfo file but now every time it still runs but there is no *.nfo file created. Below is my imagegrablite.log

Code:
[...startup] 2013-10-08 21:59:05.379 [DEBUG][1] imageGrabLite, Version=1.2.1.35094, Culture=neutral, PublicKeyToken=null 2013-10-08 21:59:05.381 [DEBUG][1] Command Line --oid 993 --nfo 2013-10-08 21:59:06.387 [DEBUG][1] Searching select scheduled_recording.name, event_details, start_time, filename from scheduled_recording, channel where scheduled_recording.oid = 993 and scheduled_recording.channel_oid = channel.oid 2013-10-08 21:59:06.459 [DEBUG][1] Zap2it reference http://tvlistings.zap2it.com/tv/person-of-interest/EP014198470048 2013-10-08 21:59:06.459 [DEBUG][1] Zap2it image http://images.zap2it.com/images/tv-EP01419847/person-of-interest-0.jpg 2013-10-08 21:59:06.498 [DEBUG][1] Subtitle: Length=11 Lady Killer 2013-10-08 21:59:06.542 [DEBUG][1] OID is 1537923 2013-10-08 21:59:06.542 [DEBUG][1] Season is 3 2013-10-08 21:59:06.542 [DEBUG][1] Episode is 3 2013-10-08 21:59:06.543 [DEBUG][1] OriginalAirDate is 2013-10-08 2013-10-08 21:59:06.543 [DEBUG][1] First run 2013-10-08 21:59:06.543 [DEBUG][1] Recorded 2013-10-08 2013-10-08 21:59:06.544 [DEBUG][1] Record Ended 2013-10-08 2013-10-08 21:59:10.573 [DEBUG][1] Exact match for EP01419847 2013-10-08 21:59:15.245 [INFO][1] Poster found on http://www.thetvdb.com 2013-10-08 21:59:15.835 [INFO][1] Thumb found on http://www.thetvdb.com 2013-10-08 21:59:15.876 [DEBUG][1] Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Person of Interest.xml 2013-10-08 21:59:15.876 [DEBUG][1] C:\Users\Public\NPVR\Media/Shows/Person of Interest.xml 2013-10-08 21:59:15.876 [DEBUG][1] Download from tvdb 248742/all/en 2013-10-08 21:59:16.792 [INFO][1] Episodes Found on http://www.thetvdb.com 2013-10-08 21:59:16.792 [DEBUG][1] Download from tvdb complete 2013-10-08 21:59:16.865 [ERROR][1] Read Error '.', hexadecimal value 0x00, is an invalid character. Line 62, position 17.

Any help would be appreciated.

Print this item

  Netflix members (current or considering)
Posted by: whurlston - 2013-10-09, 06:55 AM - Forum: General Discussion - Replies (7)

How would you prefer to watch Netflix streaming titles? (I'm trying to gauge which player to focus on first.)

Print this item

  Weird filenames
Posted by: mvallevand - 2013-10-09, 04:08 AM - Forum: General Discussion - Replies (4)

The last episode of Homeland could be one of the oddest names I've seen after renaming.

Homeland.S03E02.Uh... Oh... Ah....ts

Martin

Print this item

  Forums error
Posted by: mvallevand - 2013-10-09, 03:22 AM - Forum: General Discussion - Replies (6)

I saw a short forum problem earlier, and now when I posted a file I saw this

Warning: Declaration of vB_Image_Magick::fetch_image_info() should be compatible with that of vB_Image_Abstract::fetch_image_info() in ..../includes/class_image.php on line 1256

Warning: Declaration of vB_Image_GD::fetch_image_info() should be compatible with that of vB_Image_Abstract::fetch_image_info() in ..../includes/class_image.php on line 2488

Also my post http://forums.nextpvr.com/showthread.php...post464582 has an icon I didn't add.

Martin

Print this item

  Nmt wol
Posted by: Luckerman - 2013-10-09, 02:07 AM - Forum: MVPMCX2 and other NMT stuff - Replies (2)

Hi I'm trying to implement WOL for my PCH-110 but the link seen for "ether-wake.zip" in the postings seems to be gone. Is this available anywhere else? Thanks.

Print this item

  Max bitrate of 80.0 Mbps on ATSC recordings preventing ability to stream video
Posted by: TVHelp - 2013-10-08, 10:14 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

This is not necessarily an NPVR issue but maybe someone has an idea that can help me.

My cable company, Comcast, recently encrypted broadcast channels, so I dumped them and installed a regular ATSC antenna (winegard 3000). Which is getting all my local channels quite nicely on my TV and in viewing in NPVR. Now for a couple of my channels I am getting this weird maximum bitrate of 80.0 Mbps on my recordings that is preventing me from streaming my video to my DLNA devices from my media server (Synology).

This seems like a completely invalid bitrate so I don't know if there is some setup in NPVR that might prevent this...??? Or what? I would prefer NOT to have to convert all my recordings to reset the bitrate before I can even watch them, my computer time is pretty full up......

Any ideas?

Thank you!

Print this item

  ATI TV Wonder circa 1999
Posted by: BetterCallSaul - 2013-10-08, 12:47 PM - Forum: Hardware - Replies (14)

Windows XP Home, SP3, .net 2.0 and 3.5 installed with all applicable updates installed. P4 2.8 Ghz, 2 GB memory.

I have an ATI TV Wonder from about 1999, VEN_109E&DEV_036E working with the native software from ATI. I can watch TV and change channels. This is NOT an All-In-Wonder Pro that has the video card integrated.

NextPVR 2.6.2 is installed, but nothing is showing up on the device menu.

1. Is this card even compatible with NextPVR?
2. Are there any Windows services NextPVR needs running in the background in order to recognize devices? I disable or uninstall many of the Windows services that are not needed in the background (System Restore, Terminal Services, Server, Themes, etc.) and in my normal build maybe I disabled something it requires.

Thank for any assistance with this.

Print this item

  comskip tuning for NZ freeview?
Posted by: reven - 2013-10-08, 11:28 AM - Forum: General Discussion - Replies (1)

anyone have a good working comskip config ini file for nz freeview?

I've finally got comskip working on my samsung app, but my comskip tuning is pretty terrible and I havent got any recordings with all recordings correctly identified (most only have 1 or 2 ads found)

Print this item

  Is the input file for pvrx2.exe -import unique to NextPVR?
Posted by: spinnaker - 2013-10-08, 01:59 AM - Forum: Developers - Replies (1)

I have been having trouble with the vidimport utility. I tried contacting the author but so far no response. So I decided to try writing my own utility. Is the input file format for pvrx2.exe -import unique to NextPVR? Or is sort of an industry standard file (other than being XML)? Only need to know to decide how I will name the utility.

Print this item

  Need to reinstall OS: How to preserve settings
Posted by: Johnny_Swindle - 2013-10-07, 08:53 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I am running NPVR on two systems, client system and server setup. I need to re-install the OS on the server system. How do I preserve all of the settings/configuration for the server without going through all of the pain of a fresh install?

Thanks..........

Johnny

Print this item

Pages (6434): « Previous 1 … 1264 1265 1266 1267 1268 … 6434 Next »
Jump to page 

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