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

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#991
2006-05-16, 09:15 PM
normanr Wrote:Updated the wiki, build 35 will work with 0.96.12 - get it from the wiki.

That's cool, but the real question was does build 36 work with .97 and if so, can that be posted? I'm currently already using build 35 on .96.12 and have been for quite some time (and downloaded from the wiki). Thanks
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#992
2006-05-16, 09:17 PM
From my understanding build 36 comes with 0.97!
dinki
Offline

Senior Member

Posts: 416
Threads: 71
Joined: Mar 2006
#993
2006-05-16, 09:36 PM
normanr Wrote:From my understanding build 36 comes with 0.97!

That's cool too, but I'm not planning on upgrading just yet. If build 36 only works with 0.97 then I'll hold off, if it works with 0.96, then I'd like to use it.
tuvok
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Aug 2004
#994
2006-05-16, 11:06 PM
I just noticed, that the Program Information Window is not scrollable when using FireFox. This happens only if there is enough description. Effect is that the 'Record This Episode' Button is not visible. Its OK in Internet Explorer.
This is with the Web Admin that comes with GB-PVR 0.97.07

[Image: GBPVR%20Web%20Detail%20FF.gif]
No Buttons here.

[Image: GBPVR%20Web%20Detail%20IE.gif]
dazzle
Offline

Junior Member

Posts: 48
Threads: 11
Joined: Nov 2005
#995
2006-05-17, 11:26 AM
I'm also getting this error...have just done a straight install of 97.7, have .net 2 installed, also have 1.1 still installed which won't uninstall....could this be related?

n@boleo Wrote:Does anybody else get this error ?

Quote: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:\TVBOX\GBPVR\web\bin\gbweb.DLL' or from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tem porary ASP.NET Files\gbpvr\57dda5ed\17f2c914\App_Code.c9fdnyml.DL L'. Please specify the assembly explicitly in the type name.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="gbweb.Global" %>


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

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

The only difference is in this line...
Quote:Line 1: <%@ Application Inherits="gbweb.Global" Language="C#" %>
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#996
2006-05-17, 11:41 AM
The difference is that 1.1 uses gbweb.dll and 2.0 uses app_code.dll. If you have both, then there will be issues.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#997
2006-05-17, 12:01 PM (This post was last modified: 2006-05-17, 12:21 PM by UncleJohnsBand.)
normanr Wrote:From my understanding build 36 comes with 0.97!

Build 36 is in with GBPVR 97.7.

Build 37 will be released tonight.....it would have been out yesterday but GBPVR site was down.
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
#998
2006-05-17, 12:09 PM (This post was last modified: 2006-05-17, 12:22 PM by UncleJohnsBand.)
b00sfuk Wrote:Hi, ref the Subtitle change above. When this was shown first (post #900 http://forums.gbpvr.com/showpost.php?p=100854&postcount=900), the subtitle had a different colour. In the release though (with all the schemes) it is the same colour as the program title, so it is still a little hard to tell them apart. Is it easy for me to make small change to the HTML here or do I possibly have to wait until build 37? Many thanks again.

You can add a color very easily.....we are not planning on adding color for subtitle as part of the standard theme configuration at this point.....but you can easily make your own theme with this small tweak.

Under the web directory there is a themes directory. Under this directory there are individual directories for each theme. EWA determines what themes are available via the folders that are under this subdirectory.

If you copy a theme (assuming you want to make your own copy that will not get overlaid with EWA updates) simply copy and past one of the directories and name it whatever you like.

Then in the styles.css file within this folder simply update the below line to contain the desired color:

This is the default line for how subtitles are displayed in EWA.
.subtitle {font-size:11px;font-style: italic}

Update it to include a color setting....in this case I set it to black.
.subtitle {font-size:11px;font-style: italic;color:#000000;}


Your newley named theme should show up in the config drop-down....select it and click submit. You may need to clear your browser cache including off-line content for the update to take effect.

Let me know how it comes out.
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
#999
2006-05-17, 12:12 PM
HtV Wrote:I'm have a wish: I would like to see manual recordings coloured in the guide aswell, not only in manage recordings-tab. I think EWA is a wonderful part of a wonderful programBig Grin


Hmmm....I'll look at this and see what is occuring.....since I don't do manual recordings it probably is just an oversight that is easily correctable.
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,000
2006-05-17, 12:14 PM
dinki Wrote:That's cool too, but I'm not planning on upgrading just yet. If build 36 only works with 0.97 then I'll hold off, if it works with 0.96, then I'd like to use it.

Build 36 (besides being APS .Net 2.0) also uses the data adapter that is new in GBPVR 97.7 so it will not work with anything below GBPVR 97.7.
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 … 98 99 100 101 102 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,960 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,091 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,383 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,834 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,342 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,078 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