NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
fldavem
Offline

Member

Posts: 57
Threads: 18
Joined: Jun 2006
#1,571
2006-10-11, 05:15 PM
HtV Wrote:I don't think you can control the padding through ewa (I've been surprised before). However you can instead program a manual recording. Or via vnc/remote desktop open gbpvr and change the settings for the programmed recording.

That is a surprise, but I cen certainly do manual or vnc. Do you know if the config settings on GBPVR has any effect on web-scheduled recordings?
[SIZE="1"]Pentium IV 2.4GHz, WinXP, 2GB RAM, PVR-150, Emuze Maui IIIG, 4 various hard drives, GBPVR & EWA. Someday a MediaMVP.[/SIZE]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#1,572
2006-10-11, 05:26 PM
Afaik ewa takes over the default recording settings from gbpvr config.

Edit: I think changes in gbpvr-config only effects recordings programmed after that.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,573
2006-10-12, 01:49 AM
HtV Wrote:I was checking my EWA log (in statistics) when I saw some errors related to plugins. Ewa sometimes locks up my recordingservice, it doesn't leave any notes in whatever log. But when it starts up normally (most of the time) it gives these errors. I don't see what plugins got to do with EWA.
Are these logs saved somewhere, on the server or on the client?

[ATTACHMENT NOT FOUND]

UncleJohnsBand Wrote:I see errors on commgbpvr utilities and a stock plugin and some widget thing....so yep....I see the errors.

I sent a PM to sub to see if this is by design or not......

The gbpvrrecordingservixe.exe file that loads the EWA does in-fact load plugins at start just to see what types it contains....only plugins that contain recording source plugin are actually initalized......

My errors were corrected when I copied the commongbpvrutilities.dll into the web/bin directory.

Look at your errors...you may be able to determine what it can not find...then copy the DLL to the web/bin folder and restart the recording service and see if the errors in the log go away.
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,574
2006-10-12, 01:51 AM
fldavem Wrote:I'm having an issue where the sporting event (baseball) I want to record will likely last longer than what the tv guide shows. How can I control the padding via the web?
Can you change post padding of a scheduled recording?
Is there a padding option to set and then future scheduled recording will follow this?

Thanks,
Dave

Htv was correct...the padding is not controlled via the EWA....the padding is controled by what you have your padding set to in the GBPVR config.

The best bet is to set a manual recording to start at the time the game is to end and set the duration to something you think will cover the run-over.
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
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#1,575
2006-10-14, 09:13 AM (This post was last modified: 2006-10-14, 09:19 AM by forzaKGB.)
I get error when trying to save/activate settings in the latest version of EWA.

I installed it OK and everything works until I try to submit the changes I made on the Admin.aspx page I get the following error message:

Code:
[B]Description:[/B] An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

[B]Exception Details:[/B] System.FormatException: Input string was not in a correct format.

Code:
Line 278:            guideParams.strmVideoSizeOpt    = streamVideoSizeOpt.Text;
Line 279:            guideParams.strmVideoSize       = streamVideoSize.Text;
[color=Red]Line 280:            guideParams.strmVideoScaleSize  = String.Format("{0:00.00}",Convert.ToDecimal(streamVideoScaleSize.Text));[/color]
Line 281:            streamVideoScaleSize.Text = guideParams.strmVideoScaleSize;
Line 282:

With the following Stack trace:

Code:
[FormatException: Input string was not in a correct format.]
   System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +2753251
   System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) +119
   System.Decimal.Parse(String s, IFormatProvider provider) +26
   System.Convert.ToDecimal(String value) +85
   gbweb.Admin.hlSubmit_Click(Object sender, EventArgs e) in f:\Program Files\devnz\gbpvr\web\Admin.aspx.cs:280
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +75
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +97
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921

Code:
[B]Version Information:[/B] Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,576
2006-10-14, 02:55 PM
forzaKGB Wrote:I get error when trying to save/activate settings in the latest version of EWA.

I installed it OK and everything works until I try to submit the changes I made on the Admin.aspx page I get the following error message:

Code:
[B]Description:[/B] An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

[B]Exception Details:[/B] System.FormatException: Input string was not in a correct format.

Code:
Line 278:            guideParams.strmVideoSizeOpt    = streamVideoSizeOpt.Text;
Line 279:            guideParams.strmVideoSize       = streamVideoSize.Text;
[COLOR=Red]Line 280:            guideParams.strmVideoScaleSize  = String.Format("{0:00.00}",Convert.ToDecimal(streamVideoScaleSize.Text));[/COLOR]
Line 281:            streamVideoScaleSize.Text = guideParams.strmVideoScaleSize;
Line 282:

With the following Stack trace:

Code:
[FormatException: Input string was not in a correct format.]
   System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +2753251
   System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) +119
   System.Decimal.Parse(String s, IFormatProvider provider) +26
   System.Convert.ToDecimal(String value) +85
   gbweb.Admin.hlSubmit_Click(Object sender, EventArgs e) in f:\Program Files\devnz\gbpvr\web\Admin.aspx.cs:280
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +75
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +97
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921

Code:
[B]Version Information:[/B] Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

What value are you entering....is should just be a number such as 1 for 100% or .5 for 50% or .25 for 25%.....etc.
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
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#1,577
2006-10-14, 03:04 PM
I have not entered any value as the only thing I have changed is the setting to show the Icon för TV channels instead of the text label.

/forzaKGB
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,578
2006-10-14, 03:23 PM
forzaKGB Wrote:I have not entered any value as the only thing I have changed is the setting to show the Icon för TV channels instead of the text label.

/forzaKGB

When you are in config....is video size set to preset or scale?
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
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#1,579
2006-10-14, 07:24 PM
It is set to Preset. Can this be related to regional settings. In Sweden we do not use decimal point, we use decimal comma. Could this be causing a problem?

It does not matter if I change nothing. It still produces the same error and teh only setting it changes is the colour scheme. Anything else does not change.

It is a bit annoying, I wonder why I am the only one with this problem. That is why I wonder if regional settings could be the cause?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,580
2006-10-14, 08:50 PM
forzaKGB Wrote:It is set to Preset. Can this be related to regional settings. In Sweden we do not use decimal point, we use decimal comma. Could this be causing a problem?

It does not matter if I change nothing. It still produces the same error and teh only setting it changes is the colour scheme. Anything else does not change.

It is a bit annoying, I wonder why I am the only one with this problem. That is why I wonder if regional settings could be the cause?

Perhaps....I am not real familiar with how regional settings work....

Try selecting scale and then enter just the number one in the box and let me know what happens.
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 (161): « Previous 1 … 156 157 158 159 160 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,949 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,067 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,373 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,818 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,150 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,328 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,167 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,072 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode