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

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#141
2005-04-24, 09:43 PM
erik: your logic is sound.

I have to ask: did you recompile the source code to get a new gbweb.dll in the bin folder? With ASP.Net you can get away with editing .aspx files directly, but if you edit the .aspx.cs file then you have to recompile to update the application's .dll.

side muse: question is: should 'endMinutes - startMinutes' be checked to be non-zero, or should '(endMinutes - startMinutes) / GuideParams.minuteSlice' be checked. The latter is used directly as the column span value. As it happend minuteSlice is currently 1, so it doesn't matter, but when the admin interface is added it will be user adjustable.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#142
2005-04-25, 12:43 AM
normanr....I have another suggestion that I just discovered tonight....It would be great to have both the Play and Cancel button available in Manage Recordings when the show is actually recording....the only button currently avaialble is Play. 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
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#143
2005-04-25, 04:54 AM
Indeed I did NOT recompile because I did not know it had to be done.
(I am only used to interpreted perl and php).
I will get me the compiler.
Greetings!
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#144
2005-04-25, 07:56 AM
UncleJohnsBand: That's partly because there's no space, and because it's safer that way. If you want to cancel a recording once it's started, then just hit the program's link to open up the details popup, then you can cancel it from there.

erik: if you have .net framework (which you must to run gb-pvr and view the site), then you have the compiler. You might want to look at something like SharpDevelop as an IDE to help wrap everything together.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#145
2005-04-25, 11:11 AM
Thanks,

I will download the development environment. I found some good info in the wiki.

W.r.t. the web admin. I understand you can use the cancel button on a available recording to delete the recording from the disk. Would it be a suggestion to label that button with "delete" instead of "cancel". It confused me but I may not be very bright ;-)
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#146
2005-04-25, 11:13 AM
yea, sounds like a good idea. I'm thinking of a style sheet based system which will allow ad-hoc creation of buttons and menu items. (read up on sliding windows if you're interested)
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#147
2005-04-26, 12:14 AM (This post was last modified: 2005-04-26, 12:19 AM by normanr.)
build 15:
- preview of how tabs are going to work, and how themes will be done. I plan to move all buttons etc, into template based style-sheets just like the 'Sliding Doors of CSS' menu.
- added erik's hide zero length fix.
- new logoff button for those who might need it
- new admin button that doesn't do anything yet :-)

P.S. the horrid flicker you experience in IE, is a Cassini bug that I've sent a fix to sub for.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#148
2005-04-26, 12:52 AM
normanr Wrote:UncleJohnsBand: That's partly because there's no space, and because it's safer that way. If you want to cancel a recording once it's started, then just hit the program's link to open up the details popup, then you can cancel it from there.

That will work but it isn't very intuitive. What about a single button with both options just less of a description. Look at the link below....same size button with both options.

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

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#149
2005-04-26, 01:03 AM
I think something got left out of the build, there are no tabs, buttons, etc., on the main screen and the text is in the browser default (Courier?) Something missing from the stylesheets?
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#150
2005-04-26, 09:54 AM
Thanks for fixing the zero length problem.
I found another thing that confuses the web guide.
If the EPG database contains the same program twice (don't know that is possible) the output gets mixed up just like with the zero length programs because the columnspan calculation looks at the start/end time of the current program being output.
A suggestion may be to check if the start time of a program is before the last end time and if so to shift the start time to the last end time, if you have a pure duplication the zero length check will automatically remove it. Otherwise only the non-common time of the second entry will get listed.
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (161): « Previous 1 … 13 14 15 16 17 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,950 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,374 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,330 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,168 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,073 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