NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 312 313 314 315 316 … 433 Next »
New user new install and a few "issues"

New user new install and a few "issues"
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#51
2010-12-06, 05:02 PM
In config.xml there is a setting called <LastXmltvFile>, you can check what it is set to in your config.

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#52
2010-12-06, 05:07 PM
The location of the xmltv file is stored in the mapping for each channel. ie. each channel could have had a different xmltv file if you'd wanted. This does mean there isnt one place you can set where "THE" xmltv file is.

To change it, you'd need to go into each channel's Details screen, and select the the xmltv filename and mapping.

The <LastXmltvFile> is just a convenience so you dont have to keep re-browsing to the same xmltv file. It's used as the default value when setting a xmltv mapping.
rkircher
Offline

Member

Posts: 79
Threads: 3
Joined: Nov 2010
#53
2010-12-19, 12:14 AM
Does NPVR support the use of the remote control that came with my Hauppauge WinTV-HVR-1600 tuner card?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#54
2010-12-19, 11:40 PM
yes. if you have the version of the remote receiver that plugs into the back of the HVR-1600 card, then you'll need to install the remote control drivers off the WinTV cd (I don't recall if the remote control program is actually part of WinTV or a separate install). Once you get that going, you have to add a section to your irremote.ini file for NPVR; there's a thread linked in the sticky with some help on that.

if you have the usb remote receiver, then I think it's just an MCE remote which pretty much just works with NPVR.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
rkircher
Offline

Member

Posts: 79
Threads: 3
Joined: Nov 2010
#55
2010-12-26, 06:27 AM
There is a statement "With NPVR you can watch live or time shifted television, pause, rewind or skip through the commercials.". I would like the option to skip thru segments of the saved .TS file, but can't find any controls to this. Is this implemented in one of the plug-ins or skin features? Can someone get me started on where to look for, or begin using the skip feature during playback of a recorded .TS file?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#56
2010-12-26, 06:36 AM
I'm not quite sure what you mean.

The default keymappings for the skip commands are:
Code:
<Key code="{CTRL}Right" command="SkipForward"/>
      <Key code="{CTRL}Left" command="SkipBack"/>
      <Key code="{CTRL}R" command="SkipRW"/>
      <Key code="{CTRL}F" command="SkipFF"/>
By default, the first two are what I call the big skips, 1 minute forward and 30 seconds back. The next two are what I call the small skips, 10 seconds forward or back. NPVR also recognizes the MCE remote keys for the same functions. Finally, in 1.5.36 sub has added the ability to mouse-click on the timeline to jump to the clicked position; I've not tried it yet, but it's in the release notes.

If none of that answers your question, please explain what you want to do.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#57
2010-12-26, 10:12 AM
rkircher Wrote:There is a statement "With NPVR you can watch live or time shifted television, pause, rewind or skip through the commercials.". I would like the option to skip thru segments of the saved .TS file, but can't find any controls to this. Is this implemented in one of the plug-ins or skin features? Can someone get me started on where to look for, or begin using the skip feature during playback of a recorded .TS file?

If you mean skipping commercials you'll have to run Comskip after each recording. See the wiki for details.

"I'd rather have a bottle in front of me than a frontal lobotomy"
rkircher
Offline

Member

Posts: 79
Threads: 3
Joined: Nov 2010
#58
2011-01-03, 10:26 PM
I managed to run Comskip manually from the cmd prompt and it created 4 files without errors. I assume the log file is the .ini file but don't know how to use the other 3 files.I tried to run Comclean, manually too, but ran into path problems and lots of errors. It seems my problem in automating commercial skipping is not finding documentation for NPVR, and to some extent Comclean. Specifically, how can I find out where the available GB PVR batch files should be located, and how to customize them for operation with NPVR? It's not obvious why there is both a comclean2.bat and a comclean3.bat file, and where is the comclean1.bat file?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#59
2011-01-03, 11:44 PM (This post was last modified: 2011-01-03, 11:50 PM by johnsonx42.)
You'll find the information you need in the 3rd post of the sticky thread in my signature. Nothing about comclean though, but I honestly can't recommend using it. NPVR will skip the commercials based on the .edl file generated by comskip.

edit: leaving aside all the fluff in my postprocessing.bat, a parallelprocessing.bat or postprocessing.bat to run comskip really only needs this:
Code:
cd \path\to\comskip
comskip %1
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
rkircher
Offline

Member

Posts: 79
Threads: 3
Joined: Nov 2010
#60
2011-01-04, 04:56 AM
johnsonx42 Wrote:I'm not quite sure what you mean.

The default keymappings for the skip commands are:
Code:
<Key code="{CTRL}Right" command="SkipForward"/>
      <Key code="{CTRL}Left" command="SkipBack"/>
      <Key code="{CTRL}R" command="SkipRW"/>
      <Key code="{CTRL}F" command="SkipFF"/>
By default, the first two are what I call the big skips, 1 minute forward and 30 seconds back. The next two are what I call the small skips, 10 seconds forward or back. NPVR also recognizes the MCE remote keys for the same functions. Finally, in 1.5.36 sub has added the ability to mouse-click on the timeline to jump to the clicked position; I've not tried it yet, but it's in the release notes.

If none of that answers your question, please explain what you want to do.

OK, installed 1.5.36 to skip ahead on the replay by using the mouse to move the time marker ahead, but it did not work. The install went fine and all files in the patch zip file were replaced. I also noticed that when I went to Settings the Version had not changed and was still showing 1.5.33 as before the patch. So the question is whether or not I installed the patches correctly, why doesn't it work, and is the version number updated in Settings with the files that are updated by the 1.5.36 patch?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (20): « Previous 1 … 4 5 6 7 8 … 20 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  tsreader4 skipping issues dlindyds 63 14,939 2021-09-05, 03:23 AM
Last Post: rizarefaldi
  Fast-forward and comskip issues manic_biker 11 4,014 2021-07-12, 02:17 AM
Last Post: Robazz
  Issues with Signal? Tularis 6 2,449 2021-05-01, 11:09 AM
Last Post: shspvr
  set up says login required = what user name and password does it want? zorkme2@yahoo.com 7 6,510 2020-08-16, 09:17 PM
Last Post: henrynora
  NextPVR Recording Service doesn't install from Services SamM 4 2,132 2020-08-02, 01:11 AM
Last Post: SamM
  How do I run the recording service as another user scotrich99 1 1,461 2020-07-28, 06:50 PM
Last Post: scotrich99
  Recurring recording major issues djsinfl 31 7,248 2020-04-27, 02:52 AM
Last Post: djsinfl
  Schedules Direct issues artmetz 4 2,055 2020-04-22, 12:13 AM
Last Post: artmetz
  New user, settings for channel scan no Australia pshnfry 3 2,604 2020-03-09, 05:33 AM
Last Post: pshnfry
  Windows 10 Record Issues Captain Jack 11 5,645 2020-02-02, 09:11 PM
Last Post: Captain Jack

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

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

Linear Mode
Threaded Mode