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
#121
2005-04-15, 04:11 PM
nope, can't replicate here. check you're running build 12. also the url is Guide when you login and guide when you go-back. Check your browser isn't caching stuff, by forcing the refresh.
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#122
2005-04-16, 03:05 AM
One more low priority request.

I am running Web Admin without a username and password. If the module this perhaps it could bypass the login and go directly the the program display.
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
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#123
2005-04-17, 04:21 AM
I've been playing with build 14. changelog:
- secure url for playback, also you can now watch recording programs, but VLC does get confused, so be careful. I need to debug this more.
- repeat the time and back/next buttons headers.
- build version shows as tooltip when you hover over the main gb-pvr graphic
- if you change the username to 'autologin' (in the config tool) then you will not be asked for the password. just know that you're asking for trouble if you do this, anyone will be able to access your system without a password, make sure you have a firewall installed.

Most of this was coded in the early hours of the morning, so it's more breakable than usual. I am kinda treating this build as less has-to-work-perfectly because build 12 made it into the main gb-pvr tree.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#124
2005-04-18, 02:08 AM (This post was last modified: 2005-04-18, 02:14 AM by UncleJohnsBand.)
normanr Wrote:I've been playing with build 14. changelog:
- secure url for playback, also you can now watch recording programs, but VLC does get confused, so be careful. I need to debug this more.
- repeat the time and back/next buttons headers.
- build version shows as tooltip when you hover over the main gb-pvr graphic
- if you change the username to 'autologin' (in the config tool) then you will not be asked for the password. just know that you're asking for trouble if you do this, anyone will be able to access your system without a password, make sure you have a firewall installed.

Most of this was coded in the early hours of the morning, so it's more breakable than usual. I am kinda treating this build as less has-to-work-perfectly because build 12 made it into the main gb-pvr tree.

Not sure if it is my Comcast account or not but I am getting a dead link when I try to download the release.

Update.....It is my Comcast account....I was able to download via my Work VPN.
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
wake
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Apr 2005
#125
2005-04-18, 04:55 AM
normanr,

I appreciate the work you are doing to the Web Admin, and KingArgyle, I appreciate your work in getting this started.

I was not very fond of the colors, so I have edited the stylesheet to my likings. Here is a screenshot:

[Image: gbpvrscreen.jpg]

The question I would like to ask, is in the Search page, could the <font color="white"> tags be taken out? This would allow the style sheets to control the color of the description, etc, just like the main guide listing does.

Thanks again for your work!
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#126
2005-04-18, 08:47 AM
I'll have a look (if you're in a rush you can edit the files and recompile yourself).

I've also been thinking of adding a small admin interface so that you can change settings (like how wide timeslots are (forced to 30 mins), how many timeslots are shown (forced to 4), how many channels to display before adding the titles (forced to 10)). If I get around to this then I'd probably add a style switcher too.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#127
2005-04-18, 10:27 PM
normanr Wrote:I'll have a look (if you're in a rush you can edit the files and recompile yourself).

I've also been thinking of adding a small admin interface so that you can change settings (like how wide timeslots are (forced to 30 mins), how many timeslots are shown (forced to 4), how many channels to display before adding the titles (forced to 10)). If I get around to this then I'd probably add a style switcher too.
All sounds good to me! 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
wake
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Apr 2005
#128
2005-04-19, 02:12 AM
No rush, just wanted to point it out for future reference so it's easier to edit such things. Smile

I have recompiled and adjusted to show 3 hours at a time instead of 2, so I'm glad to see that feature will be implemented as well.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#129
2005-04-19, 10:40 AM
Hey if you're happy to recompile, then head into searchresults.aspx.cs and find the three 'detailColx.ForeColor = Color.White;' lines and delete them. That'll get rid of the white tags that are conflicting with your css. (I have removed them in development, but I'm not going to do a special build if you're happy to recompile yourself)
wake
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Apr 2005
#130
2005-04-21, 03:52 AM
No problem normanr, I didn't expect you to rebuild for just this small issue. Thanks a lot for your help, can't wait for the next version.
« Next Oldest | Next Newest »

Users browsing this thread: 6 Guest(s)

Pages (161): « Previous 1 … 11 12 13 14 15 … 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,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,167 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