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

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#891
2006-03-17, 04:29 PM
normanr Wrote:The IP ranges are in the standard CIDR format. It accepts either CIDR or netmask (so for example 192.168.0.0/24 is the same as 192.168.0.0/255.255.255.0).

/100 is an invalid range, so that's what's causing it to break. If you want to include 0-255, then change the reange to be a /24.

Doh! That was it. I forgot that I hadn't fixed that change I had made. Bld 34 held my feet to the fire.... ;-) What was strange is that reinstalling bld 33 didn't fix it. Anyway, I edited the config-web.xml file and all is well.

Thanks.

P.S.
Any idea why Firefox (1.5.0.1) won't ask me to store the username and password for the config page? I looked and you haven't enabled the HTML tag to deny it. I bet it is because you are using javascript to submit the form, right?

P.P.S.
Does webadmin use a webserver built into .net? I am wondering about the security of it, as far as exposing it to the net through my firewall. I get really leery of that sort of thing and haven't done it yet with any services.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#892
2006-03-18, 01:05 AM
David Wrote:I was wondering if it was possible to search genre's without entering a keyword? I'd like to see every show of a selected genre that is in my guide. I can't seem to get it to search unless I enter something in the keyword field.

The new build (34) fixes several problems. Thank you!

Are you saying that nothing comes back when you do an episode search and only select a Genre?

your use of "keyword" has me confused...I am not sure what that is unless you mean the search phrase on the episode search tab.

I have no problems just entering a Gener with nothing in the search phrase field and getting results. Try something that should have a lot of results such as sitcom.
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
#893
2006-03-18, 01:30 AM
gkreis Wrote:P.P.S.
Does webadmin use a webserver built into .net? I am wondering about the security of it, as far as exposing it to the net through my firewall. I get really leery of that sort of thing and haven't done it yet with any services.

I belive that the web server is the casini server....perhaps some old timer can verify this assumption. Smile

I have mine exposed to the outside....just poke a hole in the firewall on your local machine for the port you are running on....set your router to forward that port on incomming traffic to your PC that is hosting the server and presto....you have access from outside.

And with normanr's latest enhancement you don't have to log in from inside the house but when you come in from outside your local network you are going to have to log in.

If you want to lock it down even more you could invest in a firewall that only permits traffic over the port if it is coming from a particular IP.....of course then you outside access is limited to only those IP's you have defined in your firewall.
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
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#894
2006-03-18, 04:24 PM
build 35: (remember build 32+ requires GB-PVR 0.96.12)

- Fixed recording issue in Episode Search.
- Fixed ZapTools detection.
- Added ability to chose to display the single best Genre or all Genre that the show is classified in via the config screen.
- Added Netflix link.
- Made bad Autologin ranges non-fatal.
- Autologin reloads correctly when saving settings.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#895
2006-03-18, 04:30 PM
gkreis Wrote:What was strange is that reinstalling bld 33 didn't fix it. Anyway, I edited the config-web.xml file and all is well.
Yes, build 33 and 34 would act the same way. The issue was that the IP range only took effect when you restarted the recording service.

gkreis Wrote:P.S.
Any idea why Firefox (1.5.0.1) won't ask me to store the username and password for the config page? I looked and you haven't enabled the HTML tag to deny it. I bet it is because you are using javascript to submit the form, right?
Yes, it is. If you double-click on the GB-PVR logo, it'll disable the javascript so that you can save the password. The login will fail, but the password is stored, and used for logins in the future.

gkreis Wrote:P.P.S.
Does webadmin use a webserver built into .net? I am wondering about the security of it, as far as exposing it to the net through my firewall. I get really leery of that sort of thing and haven't done it yet with any services.
As UncleJohnsBand said, it's Cassini. Cassini really doesn't do more than just handle the incoming connection, parse the url, and hand of page processing to the .Net framework. Basically it's acting exactly the same as IIS would. IIS also uses the .Net framework to do all the heavy lifting.
b00sfuk
Offline

Senior Member

Posts: 319
Threads: 26
Joined: Mar 2005
#896
2006-03-18, 06:13 PM
Just one small request please. Is it possible to make the Subtitle have a different font, colour or size to the Programme title. Currently the Title/Subtitle appear to merge into one when glancing at the Guide/Recordings screens.
(Wiki seems down so I apologise if this is already on the todo list).
Thanks
Silverstone LC10M with iMON
Gigabyte 780G+4850e, AMD 6570
Blackgold BGT3620, Harmony 555 Remote
Win7 32-bit, SAF
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#897
2006-03-18, 06:43 PM (This post was last modified: 2006-03-18, 06:49 PM by UncleJohnsBand.)
b00sfuk Wrote:Just one small request please. Is it possible to make the Subtitle have a different font, colour or size to the Programme title. Currently the Title/Subtitle appear to merge into one when glancing at the Guide/Recordings screens.
(Wiki seems down so I apologise if this is already on the todo list).
Thanks

How does this look:
[Image: capture318200613815pm4xh.jpg]
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
b00sfuk
Offline

Senior Member

Posts: 319
Threads: 26
Joined: Mar 2005
#898
2006-03-18, 06:48 PM
Quote:How does this look:

That'll do for me. Roll on v36

thanks
Silverstone LC10M with iMON
Gigabyte 780G+4850e, AMD 6570
Blackgold BGT3620, Harmony 555 Remote
Win7 32-bit, SAF
David
Offline

Senior Member

Posts: 435
Threads: 18
Joined: Oct 2005
#899
2006-03-19, 01:00 AM
UncleJohnsBand Wrote:Are you saying that nothing comes back when you do an episode search and only select a Genre?

your use of "keyword" has me confused...I am not sure what that is unless you mean the search phrase on the episode search tab.

I have no problems just entering a Gener with nothing in the search phrase field and getting results. Try something that should have a lot of results such as sitcom.

Uhg, I guess it does work. I clicked on the search, switched over to read some of this forum, and when I switched back I had results. Not sure how long it took, but it must have been longer than I would have waited for.

I'll just be more patient from now on. Thanks!

Edit: Hmm, Ok just realized I had upgraded to v.35 since the last time I had tested. Not sure if that had anything to do with it.
David

PVR PC: Win2K3, Athlon x2 64 4600+, 1280MB Ram, 40+400 GB HD's, Gigabyte Network
PVR-250, ATSC-110 digital x2, GBPVR v1.3.7 w/SQLite DB
Extras: Addepisode 41, Comskip 79.46, EWA 76, Zaptools

DSM-520 (D-Link Media Lounge) FW 1.04 using TVersity Media Server 0.9.11.4
DSM-320 (D-Link Media Lounge) FW 1.09
MediaMVP

More specs
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#900
2006-03-19, 01:42 AM
David Wrote:Uhg, I guess it does work. I clicked on the search, switched over to read some of this forum, and when I switched back I had results. Not sure how long it took, but it must have been longer than I would have waited for.

I'll just be more patient from now on. Thanks!

Edit: Hmm, Ok just realized I had upgraded to v.35 since the last time I had tested. Not sure if that had anything to do with it.

Nothing changed in that area of the code with release 35. If you don't put any criteria in the search box then every show in your EPG is searched for that Genre.

Each show can have up to 6 genre relationships (for zap2it EPG anyway). That means if you download an 8 day EPG and have like 70 channels in your EPG and then break the day into 1 show for every half hour in a day you get the following:

48 possible show segments per day * 70 channels = 3,360 shows per day.
3,360 shows per day * 8 days of EPG = 26,880 shows.

Without entering anything in the search critera box the search will search all 26,880 shows in your EPG.

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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (161): « Previous 1 … 88 89 90 91 92 … 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,176 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,080 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