2005-09-13, 01:23 AM
When you schedule a *season* recording from TV Guide or Search screen, it'll give you and option for the max number of recordings to keep.
2005-09-13, 01:23 AM
When you schedule a *season* recording from TV Guide or Search screen, it'll give you and option for the max number of recordings to keep.
2005-09-13, 02:32 AM
sub Wrote:When you schedule a *season* recording from TV Guide or Search screen, it'll give you and option for the max number of recordings to keep. Thanks sub.... As an FYI.....I am currently working on adding the weekly and daily scheduling to the admin.
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
2005-09-14, 12:52 AM
UncleJohnsBand Wrote:Thanks sub.... Update.....I need to wait until the external API's catch up with the internal API to implement the weekly and daily scheduling. As soon as sub adds this then I will make sure to add the functionality to the web admin. The same goes for the max recordings. sub is busy tweaking the recoding area of GBPVR and doesn't want to update the external API until he is doen updating the internal workings. Can't say I blame him....I would do the same thing.
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
2005-09-16, 02:48 AM
I'm getting an error with the version of the web admin shipped with version 94.8, when viewing the statistics page (everything seems to still display):
Code: System.NullReferenceException: Object reference not set to an instance of an object. at gbweb.Info.GetRecordingStatuses() in c:\program files\devnz\gbpvr\web\info.aspx.cs:line 181 at gbweb.Info.Page_Load(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\info.aspx.cs:line 64 Not a big deal as I rarely view that page, but thought I'd pass it along.
2005-09-20, 05:47 PM
I have a IIS6 server running here with my website. How can I encorporate the Enhanced Web Interface into my web site? I want to be able to access the Web Interface over port 80, and hyperlink it from my main page.
2005-09-20, 09:26 PM
microkid Wrote:I have a IIS6 server running here with my website. How can I encorporate the Enhanced Web Interface into my web site? I want to be able to access the Web Interface over port 80, and hyperlink it from my main page. Simply right-clcik on the Web folder located under the GBPVR install directory.Then left-click on properties. When the properties window opens up choose the Web Sharing tab. Select the Share this folder radio button and enter a name that you would like to use for the site (like gbweb). Click Apply. Click Ok. You should be able to access the site at http://localhost/yoursitename/login.aspx You can set the user name and password in the Config utility of GBPVR under the misc tab. You can select to not run the GBPVR web server since IIS will be hosting the site. Note: For some reason it appears that it will only come up correcty in IE when hosted via IIS....not sure why.
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
2005-09-20, 10:17 PM
KingArgyle Wrote:I'm getting an error with the version of the web admin shipped with version 94.8, when viewing the statistics page (everything seems to still display):yea, this is because the function I wanted to call was internal. So it'll change each version. sub added it as an external function, but the web-admin needs to be updated to use the new external function.
2005-09-21, 07:53 AM
@UncleJohnsBand: I tried it, but I only get an error message. Any clue?
Server Error in '/gbpvr' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
2005-09-21, 08:50 AM
try doing as the error suggests: change RemoteOnly to Off or access the web server via http://localhost/
2005-09-21, 12:54 PM
Tried it, no luck. New error message:
Assembly Load Trace: The following information can be helpful to determine why the assembly 'NativeUtilities' could not be loaded. === Pre-bind state information === LOG: DisplayName = NativeUtilities (Partial) LOG: Appbase = file:///C:/Program Files/devnz/gbpvr/web LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Private path hint found in configuration file: plugins. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: NativeUtilities LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gbpvr/d7cbab66/ed099e5b/NativeUtilities.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gbpvr/d7cbab66/ed099e5b/NativeUtilities/NativeUtilities.DLL. LOG: Attempting download of new URL file:///C:/Program Files/devnz/gbpvr/web/bin/NativeUtilities.DLL. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: NativeUtilities, Version=1.0.2051.18370, Culture=neutral, PublicKeyToken=null |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
SQLite GUI-based admin & query building? | Braklet | 3 | 1,754 |
2006-10-30, 02:45 PM Last Post: Braklet |
|
Recordings made via the Web Admin interface are at the wrong resolution! | mmatheny | 9 | 2,641 |
2006-08-04, 06:34 PM Last Post: HtV |
|
Enhanced Web Admin | Hobson | 3 | 2,131 |
2006-06-09, 07:47 AM Last Post: Hobson |
|
Enhanced Web Admin (Time Slice error?) | SFX Group | 2 | 1,608 |
2006-02-04, 08:10 PM Last Post: normanr |
|
Web Admin suggested feature | babybob | 0 | 1,021 |
2006-01-31, 10:12 PM Last Post: babybob |
|
Enhanced Web Admin Request | psycik | 1 | 1,182 |
2005-10-10, 08:16 PM Last Post: UncleJohnsBand |
|
reoccuring + web admin | aegisx | 0 | 1,055 |
2005-01-25, 10:57 PM Last Post: aegisx |
|
GBPVR Web Admin | KingArgyle | 8 | 3,704 |
2004-12-15, 03:01 AM Last Post: KingArgyle |