NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 4 5 6 7 8 … 47 Next »
Duplicate recording Scheduled in NEWA?

 
  • 0 Vote(s) - 0 Average
Duplicate recording Scheduled in NEWA?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2014-11-23, 12:08 AM
UncleJohnsBand Wrote:Thanks... I am out of town till tomorrow afternoon so I won't be able to take a look right away.

No hurry at all, thanks for your patience UJB.

UncleJohnsBand Wrote:Does the command line run anytime near when the NPVR EPG update runs? Not really sure if it would cause this anomaly or not.
Actually (until I disabled it) yes. It ran from PostUpdateEPG.bat.

I could try and run it manually to see if it causes the issue (no longer an issue after I disabled it seems).
Out of interest how often does the autosearch/autorecord actually run (and when?). I only used the command line to make SURE it ran once a day.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#12
2014-11-23, 12:51 AM
jksmurf Wrote:Out of interest how often does the autosearch/autorecord actually run (and when?). I only used the command line to make SURE it ran once a day.

k.
It runs once a day...

Alex
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#13
2014-11-23, 02:12 PM
jksmurf Wrote:No hurry at all, thanks for your patience UJB.


Actually (until I disabled it) yes. It ran from PostUpdateEPG.bat.

I could try and run it manually to see if it causes the issue (no longer an issue after I disabled it seems).
Out of interest how often does the autosearch/autorecord actually run (and when?). I only used the command line to make SURE it ran once a day.

k.

ACTCMS Wrote:It runs once a day...

Alex

As Alex said... it runs once per day.....and for it to run you need to access NEWA itself.... so the first time you access NEWA on a new day it will run. If you do not access NEWA on any given day it will not run.

You may want to setup the command line to run via Task Manager like 1hr after epg update. could be that the auto record is running at the same time the epg is being updated and that may cause the dup recordings.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#14
2014-11-23, 02:47 PM
UncleJohnsBand Wrote:You may want to setup the command line to run via Task Manager like 1hr after epg update.
That's the way I have it set up.

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,870
Threads: 954
Joined: May 2006
#15
2014-11-23, 03:20 PM
ACTCMS Wrote:That's the way I have it set up.

Why not just run the CLI in PostUpdateEPG.bat?

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#16
2014-11-23, 05:54 PM
mvallevand Wrote:Why not just run the CLI in PostUpdateEPG.bat?

Martin
That's the way I originally set it up in 2008 - it's worked ever since so I guess it now qualifies as a sleeping dog... Smile

Alex
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#17
2015-01-05, 10:31 AM
UncleJohnsBand Wrote:As Alex said... it runs once per day.....and for it to run you need to access NEWA itself.... so the first time you access NEWA on a new day it will run. If you do not access NEWA on any given day it will not run.

You may want to setup the command line to run via Task Manager like 1hr after epg update. could be that the auto record is running at the same time the epg is being updated and that may cause the dup recordings.

Just got back from 2 weeks leave (having disabled the CLI) and missed 5 recordings :-( - This could be why ....

mvallevand Wrote:Why not just run the CLI in PostUpdateEPG.bat? Martin
That's what I used to do - but then I got dupes - maybe due to the time discrepancy?
In any case, can you tell the CLI to run an after the EPG update i.e. a "Wait 3600 secs", then run the CLI?

e.g.

This script waits for 1 hour (3600 seconds) and then continues on with the script and the user cannot press any buttons to bypass the timer (besides CTRL+C).

Code:
echo.
echo Waiting For One Hour...
TIMEOUT /T 3600 /NOBREAK
echo.
echo (Put some Other Processes Here)
echo.
pause >nul

OR: I could use

Code:
Timeout /t 3600 /nobreak >nul

Would this be OK to avoid the dupe issues?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#18
2015-01-10, 02:49 AM
Only way to tell would be to give it a go.... you may want to consider this batch pause utility.... http://www.sleepcmd.com/
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,667 2020-05-02, 01:02 AM
Last Post: cweseloh
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,059 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,014 2018-07-11, 12:12 AM
Last Post: snagglewest
  Where does NEWA read the Show name from in the NEWA Web App? jksmurf 3 3,097 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,670 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 37,577 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,393 2017-12-03, 12:48 AM
Last Post: snagglewest
  Difference between NPVR and NEWA recordings lists Bobins 4 5,077 2017-09-27, 10:16 PM
Last Post: Bobins
  Legacy NEWA stu2j 4 4,521 2017-07-19, 12:21 AM
Last Post: stu2j
  Open classic EPG in NEWA very slow Peter Ingham 11 6,736 2017-04-21, 12:35 AM
Last Post: Peter Ingham

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

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

Linear Mode
Threaded Mode