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
martynw
Offline

Junior Member

Posts: 30
Threads: 4
Joined: Apr 2006
#1,111
2006-06-07, 10:20 AM
UncleJohnsBand Wrote:Go into confog and turn off Show Subtitle....you will then onlly have the title showing by default and your sort desire should work. Then you can see the full title and sub title when you click on the details for the show. Detials always shows all info for the show regardless of what is set in the Config area.

Thanks, but it doesn't seem to list them in recorded order still. I guess they'd need to be sorted twice (or sub-sorted) so that the first sort is by show name and the sub-sort is by recording date? Would that be possible?

Also, turning off the subtitle in config removes it from the TV guide too which is a little undesired, but I can live with that.

Just thinking out loud but it might be neater if possible to group the recordings list by show name (like GBPVR itself does) so that it would then be possible to drill down into each show's recordings?

The initial list could be sorted by show alphabetically by default and then when you drill down / expand a show the episodes are sorted by recording date ascending?

Martyn
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,112
2006-06-07, 02:01 PM
martynw Wrote:Thanks, but it doesn't seem to list them in recorded order still. I guess they'd need to be sorted twice (or sub-sorted) so that the first sort is by show name and the sub-sort is by recording date? Would that be possible?

I belive the sort works that way today....you'll have to play around a little but there is a primary and a secondary based on what was clicked last...sof I think if you click on the record date and get it in the order you want and then click on the show column it should first sort on show and then on record date. Let me know....I didn't write that functionality.

martynw Wrote:Also, turning off the subtitle in config removes it from the TV guide too which is a little undesired, but I can live with that.

Just thinking out loud but it might be neater if possible to group the recordings list by show name (like GBPVR itself does) so that it would then be possible to drill down into each show's recordings?

The initial list could be sorted by show alphabetically by default and then when you drill down / expand a show the episodes are sorted by recording date ascending?

Martyn

The above is on the list for Search results but the same would apply here....one recomendation was to do a tree view of the shows.....if/when we work on the search results we would also do manage recordings in the same manner for consistency sake.
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
mikeneron
Offline

Member

Posts: 77
Threads: 9
Joined: May 2006
#1,113
2006-06-07, 03:49 PM
I have to say that the new features are great. I like being able to control manual records now. I just want to confirm that if you cancel a recording in progress that it doesn't delete the recording. The first one I tried, it actually deleted the file, maybe it wasn't a long enough test or something. All the ones I tested afterwards have been fine.

I want to be able to record sporting events such as hockey. The great thing about the manual record is I can set it to record from say 6PM till 2AM to cover off any OT periods. Then I can just cancel the recording once the game is done.

The only thing I would like to see added is a link to the manual record page on the Mange Recordings screen. There is one in the TV Guide and one in Episode Search...just makes sense to also put one in the Manage Recordings section as well.

Mike.
Hirudo
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Jun 2006
#1,114
2006-06-07, 05:38 PM
UncleJohnsBand Wrote:What browser & version are you using?

What is the CPU, Mem, etc on your GBPVR server?

What is the CPU, Mem, etc on the client that is having the issue?

Firefox 1.5.0.4 on both boxes.

Server is a P4 1.7GHz, win2k, 1GB mem
Client is a Pentium M, win2k, 1GB mem

Another datapoint... If I (on the server), use the server's LAN IP instead of localhost, I'm getting the exact same problem.

The traces were somewhat more complex than I was expecting, with several requests back and forth just to get to the main guide page. I'll let you know if I manage to find anything suspicious.
Talcum
Offline

Member

Posts: 61
Threads: 11
Joined: May 2006
#1,115
2006-06-07, 09:37 PM
Sorry it took a day to get back to this. I just got a new HDTV and wascbusy setting that up. UncleJohn, here is what happens when I try to login to the web interface LOCALLY. Hopefully this will help to come up with a solution to my Web interface problem.
Thanks

PEACE


Server Error in '/gbpvr' Application.
Unable to find the requested .Net Framework Data Provider. It may not be installed.
Description: 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.

Exception Details: System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.

Source Error:

Line 76: if (File.Exists(Path.Combine(Global.Settings.GetInstallDir(), "zapdb.db3")))
Line 77: {
Line 78: DbProviderFactory zapFactory = DbProviderFactories.GetFactory("System.Data.SQLite");
Line 79: zapConnection = zapFactory.CreateConnection();
Line 80: zapConnection.ConnectionString = "Data Source=" + databaseFileName + ";Version=3;New=True";


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs Line: 78

Stack Trace:

[ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.]
System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) +99
gbweb.ZapTools.OpenZapDB() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs:78
gbweb.classes.ProgrammeDisplay..ctor() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ProgrammeDisplay.cs:19
gbweb.Manage.Page_Load(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:86
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
System.Web.UI.Control.OnLoad(EventArgs e) +80
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3745


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Talcum
Offline

Member

Posts: 61
Threads: 11
Joined: May 2006
#1,116
2006-06-07, 10:36 PM
I just upgraded to the latest build. Waited about 10 minutes, (for some reason I kept getting a 'Cannot connect to localhost' error) refreshed, and BANG!!! back up and running.
Kudos to all of you involved with GBPVR, plugins, development,extensions, etc...

PEACE
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,117
2006-06-08, 01:11 AM
Talcum Wrote:I just upgraded to the latest build. Waited about 10 minutes, (for some reason I kept getting a 'Cannot connect to localhost' error) refreshed, and BANG!!! back up and running.
Kudos to all of you involved with GBPVR, plugins, development,extensions, etc...

PEACE

Cool....the issue you reported was fixed in build 39....glad to hear you are up an running.
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
pantson
Offline

Junior Member

Posts: 30
Threads: 6
Joined: Jan 2006
#1,118
2006-06-09, 09:53 AM
Hi

After upgrading to v40, I now have the below error.
---
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The type 'gbweb.Global' is ambiguous: it could come from assembly 'C:\Program Files\devnz\gbpvr\web\bin\gbweb.DLL' or from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\App_Code.ouwn70ko.DLL'. Please specify the assembly explicitly in the type name.

Source Error:


Line 1: <%@ Application Inherits="gbweb.Global" Language="C#" %>



Source File: /gbpvr/global.asax Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
---

I have tried rolling back to the previous version (from backup) and still receive the above error!?!?!?!

Can anyone help?
cheers,
Rich
GBPVR v0.97.7 - enhancedWEB v40 - PIII 730
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1,119
2006-06-09, 09:58 AM
pantson Wrote:Hi

After upgrading to v40, I now have the below error.
---
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The type 'gbweb.Global' is ambiguous: it could come from assembly 'C:\Program Files\devnz\gbpvr\web\bin\gbweb.DLL' or from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\App_Code.ouwn70ko.DLL'. Please specify the assembly explicitly in the type name.

Source Error:


Line 1: <%@ Application Inherits="gbweb.Global" Language="C#" %>



Source File: /gbpvr/global.asax Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
---

I have tried rolling back to the previous version (from backup) and still receive the above error!?!?!?!

Can anyone help?
cheers,
Rich

You have the gbwed.dll in your web\bin directory from a previous version of the EWA.....just delete it......there is no DLL with the new versions....you do not need it with .Net 2.0. It is confused between the two......once you remove it you should be ok.
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
pantson
Offline

Junior Member

Posts: 30
Threads: 6
Joined: Jan 2006
#1,120
2006-06-09, 10:02 AM
UncleJohnsBand Wrote:You have the gbwed.dll in your web\bin directory from a previous version of the EWA.....just delete it......there is no DLL with the new versions....you do not need it with .Net 2.0. It is confused between the two......once you remove it you should be ok.
deleted gbweb.dll file and all good now. many thanks for the quick response.
Rich
GBPVR v0.97.7 - enhancedWEB v40 - PIII 730
« Next Oldest | Next Newest »

Users browsing this thread: 11 Guest(s)

Pages (161): « Previous 1 … 110 111 112 113 114 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,959 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,088 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,382 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,831 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,153 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,339 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,174 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,076 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