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

Junior Member

Posts: 32
Threads: 4
Joined: Jan 2005
#131
2005-04-21, 06:05 PM
I just tried the improved web admin on 9112 and I love it ! You guys have done a great job improving a very useful tool. The search by channel is great - this is how I usually find interesting stuff to record.

Nice to haves:
- some way of saving searches eg drop down box that saves the last few text strings
- a way of showing whats on your favourite channels ie restrict search to favourites list. The favourites list could be in a config file since it won't change much
- search by genre eg find all movies. This is in the Zap2it data but I don't think Sub saves it.

I know this list is kind of redundant because Fastfind etc can do most of this, but I find it easier to browse and schedule on another PC with a real keyboard !

Thanks for the great utility !

Rich
Perkmeister
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Apr 2005
#132
2005-04-22, 04:41 PM
I just installed 9112 also, but when I try and use the web admin I get the following error....

Server Error in '/gbpvr' Application.
HTTP Error 404 - Not Found.
Version Information: Cassini Web Server 1.0.1930.13102

Any assistance would be greatly appreciated.

Thanks,
David
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,765
Threads: 769
Joined: Nov 2003
#133
2005-04-22, 05:12 PM
http://127.0.0.1/gbpvr/index.aspx
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#134
2005-04-22, 09:10 PM
err, try http://127.0.0.1:7647/gbpvr/guide.aspx
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#135
2005-04-22, 10:09 PM (This post was last modified: 2005-04-22, 10:11 PM by normanr.)
i'm posting a link to build 14b for completeness. The only change is that it's got the white tags removed as wake requested and I was going to update the wiki to reflect build 14, and figured since i had made the fix locally i could upload it too.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#136
2005-04-22, 10:37 PM
rheslip Wrote:Nice to haves:
1 - some way of saving searches eg drop down box that saves the last few text strings
2 - a way of showing whats on your favourite channels ie restrict search to favourites list. The favourites list could be in a config file since it won't change much
3 - search by genre eg find all movies. This is in the Zap2it data but I don't think Sub saves it.
1. doesn't your browser do this for you?
2. yes this should be possible. you sort of end up with channel groupings? this may be dependant on the creation of an admin interface which is in the works.
3. with zap2it the program's unique identifier (which is genre based) does make it to the database, but i hate to add this functionality so that just zap2it users can use it. Neither bleb or xmltv users can set the unique_id field in the db using the EPG sources are they are currently written. (fyi: I've been pushing for a custom field in xmltv imports to be used, but to no avail)
wake
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Apr 2005
#137
2005-04-23, 12:51 AM
normanr,

Argh, you didn't have to do that. Thanks though. Smile Is there a function already implemented that grabs the unique identifier for zap2it users, but just isn't being used?
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#138
2005-04-23, 01:02 AM
nope, function is there, and the data goes into the db, but i'm loathed to use it because it will only benifit the zap2it users, and not the xmltv and bleb users.
rheslip
Offline

Junior Member

Posts: 32
Threads: 4
Joined: Jan 2005
#139
2005-04-23, 03:47 AM
normanr Wrote:1. doesn't your browser do this for you?
2. yes this should be possible. you sort of end up with channel groupings? this may be dependant on the creation of an admin interface which is in the works.
3. with zap2it the program's unique identifier (which is genre based) does make it to the database, but i hate to add this functionality so that just zap2it users can use it. Neither bleb or xmltv users can set the unique_id field in the db using the EPG sources are they are currently written. (fyi: I've been pushing for a custom field in xmltv imports to be used, but to no avail)
1 - list of saved searches. My browser doesn't save these. I use IE - maybe thats the problem Wink
2 - if memory serves there is a favourite channel field in GBPVR's config util - never could figure out what its for but maybe you can dig that out of the database ? I envision this as a check box to select only favourites so it narrows the search & listings to only those channels
3 - Again, just a wish. I found that if I search with time > 90 minutes I end up with mostly movies, which is the main thing I'm trying to find in this case

Thanks !

Rich
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#140
2005-04-24, 11:37 AM (This post was last modified: 2005-04-24, 02:10 PM by erik.)
When a prorgam entry is zero minutes the web guide get mixed up.
I tried to solve this by adding in Guide.aspx.cx

if (endMinutes - startMinutes > 0) // skip very short programs{
just before the line

prevEndTime = programme.getEndTime();
and
}
just after the line
channelRow.Cells.Add(programmeCell);
but it does not work, but then again I am not an ASP programmer.....
Any suggestions on how I can make changes in the aspx files?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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