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
#791
2006-02-28, 01:07 AM
jksmurf Wrote:Sorry if this is a x-post to
http://forums.nextpvr.com/showthread.php...#post95427
, but sub mentioned I should ask here.

What I would like to do is change the Quality Settings of Pending recordings in WebAdmin. Apologies if this has been asked before, I did check the WebAdmin section of the wiki and searched on "pending recording" and "quality settings" but no joy.

Apart from cancelling the scheduled show and re-scheduling it, is there currently any (simple) way of changing the quality setting (e.g. from med to high) of one (or even ALL at once, or ticked selections) of my PENDING recordings?

If not, it'd be a great feature for me, some shows I record to watch at home, then decided I would like to watch through the now functioning webstreamer, so quality doesn't need to be as good as I initially programmed, and vice versa.

djtaylor mentioned to do it through the Access Database and while I could do this once or twice, it's not really a long term solution to easily swap between settings.

Ta!

k.

The EWA does not currently support the modifying of already scheduled programs. I have added it to the list.
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
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#792
2006-02-28, 01:17 AM
jksmurf Wrote:If not, it'd be a great feature for me, some shows I record to watch at home, then decided I would like to watch through the now functioning webstreamer, so quality doesn't need to be as good as I initially programmed, and vice versa.

djtaylor mentioned to do it through the Access Database and while I could do this once or twice, it's not really a long term solution to easily swap between settings.

Ta!

k.

I could very well be wrong, but in my opinion it would be wise to record high quality allways. When you use webstreamer you should have good quality and then stream/compress it. When you stream a lower quality recording it would come out even lower quality.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#793
2006-02-28, 02:43 AM
Cheers HtV, I think you are correct with teh streaming thingy, but one thing I didn't mention is that I am also testing my rather weak PIII system to see if it can cope with recording and playing High Quality, so this would allow easy swapping of settings back and forth.

k.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#794
2006-02-28, 07:14 PM
jksmurf Wrote:What I would like to do is change the Quality Settings of Pending recordings in WebAdmin. Apologies if this has been asked before, I did check the WebAdmin section of the wiki and searched on "pending recording" and "quality settings" but no joy.

Apart from cancelling the scheduled show and re-scheduling it, is there currently any (simple) way of changing the quality setting (e.g. from med to high) of one (or even ALL at once, or ticked selections) of my PENDING recordings?
I think this could be automated by the frontend for you, yea.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#795
2006-03-01, 02:58 AM
That would be awesome normanr.
Cheers
k.
cubsfan
Offline

Member

Posts: 96
Threads: 2
Joined: Sep 2005
#796
2006-03-01, 05:39 AM
This doesn't pertain to the enhanced web admin necessarily but figured someone might know zero byte files are created in the gbpvr directory with the shows that you have recorded as the name of the file?
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#797
2006-03-01, 07:18 AM
cubsfan - start the question in a new thread, include your capture sources, and windows setup, etc. edit you post, and link to the question.
iangale
Offline

Junior Member

Posts: 9
Threads: 3
Joined: Feb 2006
#798
2006-03-01, 09:19 PM (This post was last modified: 2006-03-01, 09:26 PM by iangale.)
Hi all, finally got EWA working Smile Using Apache, deleted web folder as per wiki, only to find I needed the dlls to get it to work, lol. Unfortuantly I have a couple of problems and hoping someone can help Smile

Problem 1 is that EWA is showing recordings I set via GBPVR as red, and I can cancel them through EWA. However, I am unable to set new recordings. I click a program, popup appears, I click "Record This Episode" and the TV listing page refreshes, but the program isn't shown in red or listed in the "Manage Recordings" :confused:

Problem 2 is that fairly often I get a page which shows this:

[SIZE="2"]Server Error in '/gbpvr' Application.

Unspecified error
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.Data.OleDb.OleDbException: Unspecified error

Source Error:

Line 51:
Line 52: OleDbConnection checkZapConnection = new OleDbConnection(databaseConnectionString);
Line 53: checkZapConnection.Open();
Line 54:
Line 55: // create the command object and store the sql query

Source File: C:\Program Files\devnz\gbpvr\web\ZapTools.cs Line: 53 [/SIZE]


The only way I can resolve it is to restart the Apache service, which obviously isn't always an option if I'm accessing remotely. Any thoughts on whats causing this??

Any ideas gratefully received, and keep up the excellent work Smile
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#799
2006-03-01, 10:18 PM
iangale Wrote:Hi all, finally got EWA working Smile Using Apache, deleted web folder as per wiki, only to find I needed the dlls to get it to work, lol. Unfortuantly I have a couple of problems and hoping someone can help Smile

Problem 2 is that fairly often I get a page which shows this:

Server Error in '/gbpvr' Application.

Unspecified error
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.Data.OleDb.OleDbException: Unspecified error

Source Error:

Line 51:
Line 52: OleDbConnection checkZapConnection = new OleDbConnection(databaseConnectionString);
Line 53: checkZapConnection.Open();
Line 54:
Line 55: // create the command object and store the sql query

Source File: C:\Program Files\devnz\gbpvr\web\ZapTools.cs Line: 53


The only way I can resolve it is to restart the Apache service, which obviously isn't always an option if I'm accessing remotely. Any thoughts on whats causing this??

Any ideas gratefully received, and keep up the excellent work Smile

Look at this post. It may be the same issue. If you have loaded ZapTools and do not run the update to load data into the zapdata.mdb file you can get this error. If you do not want any of the extra data in the web admin that zaptools can provide then just remove the zapdata.mdb file from the gbpvr directory. If it is not there the EWA will not try to open it.

Let me know if this resolves the issue.
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
#800
2006-03-01, 10:23 PM
iangale Wrote:Hi all, finally got EWA working Smile Using Apache, deleted web folder as per wiki, only to find I needed the dlls to get it to work, lol. Unfortuantly I have a couple of problems and hoping someone can help Smile

Problem 1 is that EWA is showing recordings I set via GBPVR as red, and I can cancel them through EWA. However, I am unable to set new recordings. I click a program, popup appears, I click "Record This Episode" and the TV listing page refreshes, but the program isn't shown in red or listed in the "Manage Recordings" :confused:

Any ideas gratefully received, and keep up the excellent work Smile

I am not certain about this one.....I am not familiar with Apache so there isn't much I can offer....I am sure it is probably something simple.
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: 2 Guest(s)

Pages (161): « Previous 1 … 78 79 80 81 82 … 161 Next »
Jump to page 


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