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
#711
2006-02-04, 07:02 PM (This post was last modified: 2006-02-04, 11:38 PM by UncleJohnsBand.)
SFX Group Wrote: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?

sure....new release and already you want something else.... Wink

Now that this release is out we can look at the timeslice issue.

I'll look into the column size and see what can be done. The standard icon size appears to be 133x99 (for the most part). High-Def images can be twice that size. I set my icon size to 67x50 which still allows the icons to render readable and the column doesn't look huge.
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
groover km
Offline

Senior Member

Posts: 731
Threads: 43
Joined: Mar 2005
#712
2006-02-04, 07:33 PM (This post was last modified: 2006-02-04, 07:38 PM by groover km.)
UncleJohnsBand, everything is working fine here. Thanks!

Can I ask, where did you get those channel icons from? They're purrrdy. Mine suck, and look as if they were drawn with a crayola.


Edit: Ignore me. Found them here -

http://www.lyngsat-logo.com/tvcountry/us-nc.html
Celeron D 2.53GHz, 1024MB
120GB, 160GB int, 80GB, 250GB ext, 40GB lan HDDs
PVR-150 retail, 1 wired MVP, 1 wireless MVP, OFA URC-8910 Remote
Look for me on XBox Live!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#713
2006-02-04, 08:13 PM
groover km Wrote:UncleJohnsBand, everything is working fine here. Thanks!

Can I ask, where did you get those channel icons from? They're purrrdy. Mine suck, and look as if they were drawn with a crayola.


Edit: Ignore me. Found them here -

http://www.lyngsat-logo.com/tvcountry/us-nc.html

I used the 4 downloads located in the first post on this sage-tv post...they are high-res 264x198. I used gimpshop to resize them down to the 133x99 standard.

You can also get a nice selection from the wiki in the megapack that tipstir put together.
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
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#714
2006-02-05, 06:32 PM
I'm thinking of adding support to the web admin for managing the CDK Scheduler XML file. We use the web admin about 95% of the time to setup and manage our recordings, and CDK Scheduler is used solely to manage the Season/Recurring recordings. I have a couple of questions before I proceed as I want to make this configurable as much as possible.

1. I thinking of adding a radio button to the Config screen so that the scheduler default can be set (i.e. use CDK Scheduler or GBPVR built in scheduler). From here other pages typically used to schedule season recordings would add their season recordings to the appropriate scheduler based on the radio button value. Manul and One time recordings would always be handled by GBPVR.

2. Either the Manage Recordings or the Config screen is going to need a seperate web page for moving the priority recordings around (i.e. reprioritizing them). Wasn't sure where the best place to put this screen was.

3. When is the global.aspx.cs file read? Is it read one time at startup or whenever a page is accessed?

Any tips or pointers that you guys can give would be appreciated. CDK Scheduler has a complete api that can be used to read and write the appropriate file, as well as retrieve and manage the recordings, so it really is only going to be a matter of setting up defaults and maybe addinging some advanced configuration options.

Ideally I'd like to see this as a plugin to the web admin, but not sure exactly how to go about doing that. If it is a plugin then the additional CDK Scheduler features don't need to be distrubuted with the standard code, but can be downloaded and installed seperately.
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#715
2006-02-05, 07:47 PM
Feature request:

Could someone add a warning or notification of somekind when a recording FAILS to be correctly scheduled?

I was trying to setup a recording the other day of a single episide... I would select the episode in the guide, click "record this episode", the page would refresh, but my show wasn't marked red. It took me a while to figure this out but the conflict was really far down in the channels list and my new episode was overlapping.

Could you present a pop-up window or just some bold text at the top of the page after scheduling when this occurs? It's very easy to miss the fact that it failed unless you go specifically look for the red box. Hopefully, the internal scheudling API returns some sort of status so this is possible...

Thanks!
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
groover km
Offline

Senior Member

Posts: 731
Threads: 43
Joined: Mar 2005
#716
2006-02-05, 07:50 PM
Really like the new update! Just a suggestion -

On the episode search, could a 'date' field be added? That way we could search for movies that are on tonight, this weekend, etc...
Celeron D 2.53GHz, 1024MB
120GB, 160GB int, 80GB, 250GB ext, 40GB lan HDDs
PVR-150 retail, 1 wired MVP, 1 wireless MVP, OFA URC-8910 Remote
Look for me on XBox Live!
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#717
2006-02-05, 08:49 PM
KingArgyle Wrote:3. When is the global.aspx.cs file read? Is it read one time at startup or whenever a page is accessed?
Technically only at compile time, but what you meant to ask is when are the functions in global executed:
Well there are many to choose from: Application_Start - runs when the first page is loaded after reboot, Session_Start - runs when a new browser instance loads a gb-pvr page for the first time, Application_BeginRequest/Application_AuthenticateRequest - runs each and every page hit.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#718
2006-02-05, 09:24 PM
KingArgyle Wrote:I'm thinking of adding support to the web admin for managing the CDK Scheduler XML file. We use the web admin about 95% of the time to setup and manage our recordings, and CDK Scheduler is used solely to manage the Season/Recurring recordings. I have a couple of questions before I proceed as I want to make this configurable as much as possible.

1. I thinking of adding a radio button to the Config screen so that the scheduler default can be set (i.e. use CDK Scheduler or GBPVR built in scheduler). From here other pages typically used to schedule season recordings would add their season recordings to the appropriate scheduler based on the radio button value. Manul and One time recordings would always be handled by GBPVR.

I have confirmed with sub that the next release of GBPVR contains the API for the season recordings so the native Web Admin will be updated to handle season recordings just like the native GBPVR. Not sure if that impacts the need to integrate another plugin on top of the EWA.

Will "attaching" the web admin into another plugin make the EWA overly complex....meaning will the EWA need to change anytime CDK does and that anytime you add recording functianlity to EWA you will need to also add coding or not mess up coding that deals with CDK?

Why do you use CDK rather than native GBPVR scheduler? Does it offer something more?

KingArgyle Wrote:2. Either the Manage Recordings or the Config screen is going to need a seperate web page for moving the priority recordings around (i.e. reprioritizing them). Wasn't sure where the best place to put this screen was.

Ideally I'd like to see this as a plugin to the web admin, but not sure exactly how to go about doing that. If it is a plugin then the additional CDK Scheduler features don't need to be distrubuted with the standard code, but can be downloaded and installed seperately.

I belive that if CDK access is integrated it should get its own page and code behinds that are only visible/used if the user has chosen to use CDK. This approach would make maintenance easier by not interlacing standard GBPVR Web access with a seperate plugins requirements. This would alsing with your EWA Plugin Approach rather than expanding the core EWA to engulf a sepearte plugin nativly.
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
#719
2006-02-05, 09:27 PM
groover km Wrote:Really like the new update! Just a suggestion -

On the episode search, could a 'date' field be added? That way we could search for movies that are on tonight, this weekend, etc...

I believe this one is already on the wiki as an item on the wish 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
dneprrider
Offline

Member

Posts: 222
Threads: 20
Joined: Mar 2005
#720
2006-02-05, 10:20 PM
Hi there,
I have been trying to get build 31 to work the past 2 day. I've installed twice and after each install I get the following error message (attached .jpg) when trying to login.

Any ideas?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (161): « Previous 1 … 70 71 72 73 74 … 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,108 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,384 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,837 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,155 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,343 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,079 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