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

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#21
2005-02-25, 04:30 PM
I've been using your latest release and it seems to be working fine.


Didn't know if you had saw my post in the Wishlist Forum or not...

Web Record Enhancement
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
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#22
2005-02-25, 05:02 PM
Can anyone advise me on what settings in ZoneAlarm I need to do?
  No ZoneAlarm - works
  ZoneAlarn - doesn't work

If I disable ZoneAlarm, do the GBPVR login and then re-anable ZoneAlarm it works OK. ZoneAlarm seems to prevent the login screen (and there's a "Error finding config.xml " in black text in the top left corner).



mroy
Offline

Junior Member

Posts: 13
Threads: 2
Joined: Feb 2005
#23
2005-02-25, 05:37 PM
I don't know if you guys were aware of this or not, but you can look up movies by the prefix in the unique_identifier column in the PROGRAMME table. It's "MV". To look up sports, it's "SP", tv series are "EP", and everything else, mostly live tv is "SH".

I made some ASP pages a while back for my personal use based on this. It pulls up all the show names under a given category. Click on a show name, and it then lists all the episodes available for that show, click on the episode and it shows you all the times it airs and on what channels and let's you record any of them. I mainly made it for movies. This works for zap2it listings, I'm not sure if it's the same for xmltv. If there's interest in browsing the listings this way I can convert the pages to ASP.NET to add to the enhanced web admin, and add the enhanced recording functionality to the pages. If you want to preview them, just download the code, and create a new virtual site in IIS. The interface isn't pretty, but it gets the job done.gbpvr_search.zip (not the enhanced web admin)

I also made a page that shows the duplicate shows, and let's you remove them by changing the start and end times for the recordings (they'd come back under different methods I tried) Doing this also removes the listing from the tv guide in gbpvr, but it keeps the duplicate shows from recording. Use this at your own risk, lol.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#24
2005-02-25, 10:28 PM
Can't seem to get the default page to load.....do I need to setup an ODBC connection or something? Here is the error I am getting:

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

Please try the following:

* Click the Refresh button, or try again later.
* Open the localhost home page, and then look for links to the information you want.

HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Technical Information (for support personnel)

* Error Type:
Microsoft OLE DB Service Components (0x80040E73)
Format of the initialization string does not conform to the OLE DB specification.
/SearchBeta/Default.asp, line 39

* Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3

* Page:
GET /SearchBeta/Default.asp

* Time:
Friday, February 25, 2005, 5:26:11 PM

* More information:
Microsoft Support
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
mroy
Offline

Junior Member

Posts: 13
Threads: 2
Joined: Feb 2005
#25
2005-02-25, 11:37 PM
I set it up to grab the connection string from config.xml. I'm using MSDE as my database, and wasn't having problems. I tried it w/ the default access db conn string & found some problems. The conn string is in vars.asp. If you're using MSDE just comment out line 12 and it should work fine. Otherwise it should work fine now with a default GBPVR install.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#26
2005-02-26, 02:55 PM
The unique_identifier field is only filled by Zap2it data imports. The XMLTV and Bleb importers don't populate that field :-(
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#27
2005-02-26, 04:28 PM
[b Wrote:Quote[/b] (mroy @ Feb. 25 2005,18:37)]I set it up to grab the connection string from config.xml. I'm using MSDE as my database, and wasn't having problems. I tried it w/ the default access db conn string & found some problems. The conn string is in vars.asp. If you're using MSDE just comment out line 12 and it should work fine. Otherwise it should work fine now with a default GBPVR install.
After getting the connection string straightend out I also had to figure out what was wrong with the query string....as it turned out Access doesn't like the single quote around a date. The date params needed to have # signs around them instead.

I like the fuctionality as an advanced search. It is really handy.

Since it is only available with Zap2it I think it should be coded to only be availble if you are using that service. That way it is available to you if you would like to use it and it would not be available to anoy you if you don't use zap2it. [Image: wink.gif]

I think the results listing could be enhanced by adding a few features:

Change the record link to a check box.
Add radio buttons on the line for recording quality.
Add a radio buton to select all shows.
Add a radio button to set all recording quality to high, medium or low.
Add a sumbit button to process all your selections at once.
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
Guest

Unregistered
 
#28
2005-02-26, 07:54 PM
Hi!

I'm trying to use the source provided to play around with the Web Admin in SharpDevelop, I've referenced all the right DLLs, just a quick question; what is or how do I go about defining the entry point for compilation? I assume it's index.aspx.cs?

Thanks!

josh
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,765
Threads: 769
Joined: Nov 2003
#29
2005-02-26, 07:58 PM
[b Wrote:Quote[/b] ]what is or how do I go about defining the entry point for compilation?
Only .exe files have entry points. You want to be making a .dll file.
joshley
Offline

Member

Posts: 146
Threads: 40
Joined: Jul 2004
#30
2005-02-26, 08:54 PM
Ah gbweb.dll!
Yes, changed to Project Options to compile to a Library, all sorted!
Ta Sub!
[Image: biggrin.gif]
« Next Oldest | Next Newest »

Users browsing this thread: 6 Guest(s)

Pages (161): « Previous 1 2 3 4 5 … 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