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

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#701
2006-01-31, 11:00 PM
in the main database, all of the movies have a unique identifier that starts with the letters "MV" followed by a number:

oid........name.......sub_title......... description....... start_time................. end_time....................channel_oid.......unique_identifier.....rating
90740....Valley Girl......................A California girl...2/7/2006 6:00:00 PM ..2/7/2006 8:00:00 PM....19....................MV0130450000.......TV-PG


(I use zap2it, in the usa)

Would this work?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#702
2006-02-01, 01:43 AM
turkey Wrote:in the main database, all of the movies have a unique identifier that starts with the letters "MV" followed by a number:

oid........name.......sub_title......... description....... start_time................. end_time....................channel_oid.......unique_identifier.....rating
90740....Valley Girl......................A California girl...2/7/2006 6:00:00 PM ..2/7/2006 8:00:00 PM....19....................MV0130450000.......TV-PG


(I use zap2it, in the usa)

Would this work?

Nice find....I went back into the Zap2it schema layout and looked at htis field and found the following description. A search could be done on this field.

"Unique description
identifier necessary to
reference movies,
shows, episodes, sports
from the programs
data. First two digits
are alphanumeric and
correspond to movies
(MV), shows (SH),
episodes (EP) and
sports (SP)."
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
goelectric
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Nov 2005
#703
2006-02-01, 04:22 PM
Hi,

I unzipped the gbweb-enhanced.v30.zip over my existing gbpvr/web directory
( I use Windows XP and Apache and have the web directory in D:\gbpvr\web) .

When I browse to the the guide page http://192.168.1.28:7000/gbpvr/Guide.aspx I get the following error:-
Method not found: 'System.String GBPVR.Public.Programme.getRating()'.

(full error below).

I can browse to the config and change the themes etc but not the listings or recordings page.
Reverting to the old version (29) works ok.

Any suggestions?

Thanks

Steve

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Method not found: 'System.String GBPVR.Public.Programme.getRating()'.
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.MissingMethodException: Method not found: 'System.String GBPVR.Public.Programme.getRating()'.

Source Error:

Line 392: private class TableHeaderRow : TableRow, INamingContainer
Line 393: {
Line 394:
Line 395: public TableHeaderRow(Settings guideParams, DateTime startTime)
Line 396: {


Source File: C:\Program Files\devnz\gbpvr\web\Guide.aspx.cs Line: 394

Stack Trace:

[MissingMethodException: Method not found: 'System.String GBPVR.Public.Programme.getRating()'.]
gbweb.guide.Page_PreRender(Object sender, EventArgs e) in C:\Program Files\devnz\gbpvr\web\Guide.aspx.cs:394
System.Web.UI.Control.OnPreRender(EventArgs e) +80
System.Web.UI.Control.PreRenderRecursiveInternal() +88
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731




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

Junior Member

Posts: 17
Threads: 1
Joined: Nov 2005
#704
2006-02-01, 05:16 PM
I've figured out what was wrong and how to upgrade to version 30 - this only applies to folks who use Apache (http://gbpvr.com/pmwiki/pmwiki.php/Tips/SetupApacheCLI ) and have moved the web directory to somewhere else to overcome the problem with "NativeUtilities.dll" being re-created everytime the GB-PVR recording service re-starts.

Do a normal upgrade into your main gbpvr directory e.g. delete the web directory and extract the zip into c:\devnz\gbpvr\web

Restart the recording service. This copies some addtional dll's across.....Re-extract the v30 webadmin.zip files to the web directory - to make sure you have the correct ones - restarting the recording service overwrote some of them in my case e.g the Login.aspx got rolled back to the previous one!!!!.

Check the new version 30 webadmin now works using the http://localhost:7647/gbpvr/guide.aspx. Then copy the web directory in its entirety to your Apache gbpvr/web directory, delete the NativeUtilities.dll and voila Smile

Eeeeeeeekkkkk!
goelectric
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Nov 2005
#705
2006-02-01, 05:19 PM
Thanks for adding the IMDB links to the new version. Cool

Where do you change the config options to hide program descriptions from the main guide page?
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#706
2006-02-01, 05:40 PM
goelectric Wrote:Then copy the web directory in its entirety to your Apache gbpvr/web directory, delete the NativeUtilities.dll and voila Smile

errmmm... quesion, if you copy the whole directory, how on earth will Admin update the recording part when you select it from online? I would have thought most of this is relative directory wise??
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#707
2006-02-01, 10:34 PM
goelectric Wrote:Thanks for adding the IMDB links to the new version. Cool

Where do you change the config options to hide program descriptions from the main guide page?

That feature is in release 31.....Big Grin
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
#708
2006-02-01, 10:36 PM
SFX Group Wrote:errmmm... quesion, if you copy the whole directory, how on earth will Admin update the recording part when you select it from online? I would have thought most of this is relative directory wise??

The code actually pulls the location of the installed GBPVR from the registy. Smile
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
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#709
2006-02-04, 03:09 PM
UncleJohnsBand Wrote:That feature is in release 31.....Big Grin
Speaking of which, build 31 is released:

- UncleJohnsBand: Added pick and choose what extra information displays in the Guide, set the extension on downloads, show Channel Icons, filter search results to only return Movies, Updated copyright date and added Wiki link.
- NormanR: adjusted the way download urls's are generated, changed downloads to be cached if possible.
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#710
2006-02-04, 05:30 PM
normanr Wrote:Speaking of which, build 31 is released:
Loaded and seems to be working.

I notice you can alter the size of the channel icons (thats handy) also is there a way of making that first column smaller in width? Its really wide..

One last thing is the "Time Slice" issue resolved?
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (161): « Previous 1 … 69 70 71 72 73 … 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,094 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,836 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,154 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