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

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#111
2005-04-10, 04:10 PM
normanr
1. But the reality of it is that the VAST majority of people don't use Firefox. Bad as it is I use IE because my company develops business Intranets and thats what our business customers use -- if for no other reason than it comes in the Microsoft box.
2. With 135 channels (cable and satellite) the bottom of the screen is a long way down :-)
3. Of course :-) Actually I think a "Delete" button with a single JavaScript "Yes/No" is sufficient. We write a lot of Intranet software for major business applications and we don't find business users who say that more confirmation is necessary. You can obviously get carried away with confirmations, but realistically these are TV shows we're talking about, not your life savings :-)
4. I think it would be nice to have web access to essentially anything on the GBPVR that can be viewed or listened to. Now that I have had a chance to really play with the interface you developed and playing over the WLAN with VLC I think this is one of the more interesting features of GB. In addition to the GB machine we have 7 PCs in my house for 4 people --- everyone has a notebook as a result of either work or school --- plus a few desktops/servers. In our environment who needs MVPs :-)
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
rocketsmart
Offline

Junior Member

Posts: 6
Threads: 2
Joined: Apr 2005
#112
2005-04-11, 07:40 AM
I've got a web page I've built to manage my premium movie channels and I'd like to be able to add a button to my movie details screen that will perform a search on my GBPVR. I realize it will bounce through the logon screen and that's fine, although I'd just as soon have my site log me in as well.

PVRs in general are great at helping to find and watch every episode of a series or something like that, but with movies the trick is first just finding out what's on versus what I don't care about. That's why I built my site and I'm hoping I can tie it into my GBPVR.
Thanks,
Scott
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#113
2005-04-11, 01:07 PM
rocketsmart: yea, you should be able to figure out which query string params to use for SearchResults.aspx. Basically you pass textKeyWord, and then either set matchTitle for exact match or checkTitle for partial match.
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#114
2005-04-11, 01:31 PM
jsteele Wrote:normanr:

If you are open to a few suggestions fro additional capabilities ---
1. Use HTML frames in the schedule display so that the Date/Time and Forward/Back buttons are always visible regardless of how many channels there are. For example I have about 135 channels defined and it would be nice to be able to see the neaders and the forward/Back buttons when scrolled down to the bottom.
2. A button to force the display back to the current time
3. In Manage Recording provide a button to delete the recording
4. New display similar to the Manage Recordings screen but giving push-button access to all the programs on file including converted DVDs, etc, not just TV recordings.

Just some thoughts to keep you out of the pubs at night :-)


An improvement on #1...
Instead of frames (which would take a lot of work initially) why not just print the header every so many channels. Like say, every 10 or 20. TitanTV does this and as you scroll down, it's very easy to see what time your show is on because the header is ALWAYS within the window. No frames necessary and it probably wouldn't take very long to make the changes....

The header is already a very different color style than the menu so it shouldn't get confusing. I think it would look great.

Just an alternative,

Jason
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
sleptoor
Offline

Member

Posts: 51
Threads: 13
Joined: Dec 2004
#115
2005-04-14, 10:25 PM
I love your plugin and use its "play recording" functionality in my internal network and also for scheduling over the web. But I noticed a minor security issue. I can access all the video files from any computer on the internet simply by changing the M3U rid numbers. I know its not a likely exploit but is there a way to block access to all the files except to those computers with an active "session" - I imagine you could do this via IP by giving an IP access for maybe the length of the video - then have that IP go stale until the user logs in again. Or maybe just have an option to block external (non 192.168.xxx.xxx IPs) access of the download directory? I program in PHP, not aspx, but I'd imagine something like those solutions wouldn't be too hard...(I shouldn't say that - knock on wood)



my m3u - I was thinking of giving you all my IP so you could watch what I've recorded but decided against it.....
-----------------------------------------------------------------
#EXTM3U
http://xxx.xxx.xxx.xxx:8080/gbpvr/public...292&mode=1
-----------------------------------------------------------------
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#116
2005-04-14, 10:57 PM
Yea. I had thought of this bypass, and i have a working solution for it in another program. I just need to code it up and release it.
w_ellis
Offline

Junior Member

Posts: 20
Threads: 1
Joined: Oct 2004
#117
2005-04-15, 03:00 PM
I'd like to second the requests for repeated display or frameset for seeing the date/time dropdown and navigation buttons. It's one of the few outstanding features I'd like to see on this. I think http://www.radiotimes.com has a fairly reasonable compromise layout-wise (and I quite like their details tooltips).

There's a very minor issue I spotted when moving between Search and TV Guide tabs, whereby the current time is lost and the TV Guide displays shows from the beginning of the stored data.

Otherwise I'm a very happy user!

Thanks,
Will
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#118
2005-04-15, 03:10 PM
mmm, might be able to do the repeating times every 10 or 20 channels as jcromes and w_ellis have suggested. I'll have a look to see if i can move the back and forward buttons into the header slot too.

If you re-select the Tv Guide, it should always load at the current time. So if you've navigated of elsewhere, you can back 'home' by just clicking the tab again. Or do you mean that if you have data from yesterday in the guide it shows that by default?
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#119
2005-04-15, 03:59 PM
normanr Wrote:I'll have a look to see if i can move the back and forward buttons into the header slot too.

I was going to suggest that too, but I didn't want to push my luck. =)
Thanks!
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
w_ellis
Offline

Junior Member

Posts: 20
Threads: 1
Joined: Oct 2004
#120
2005-04-15, 04:02 PM
Example scenario (now):
- Log in
- TV Guide displayed with time set to 15 April 2005 5:00 PM
- Click Search
- Click TV Guide
- TV Guide displayed with time set to 14 April 2005 12:00 AM

This doesn't happen when navigating to Manage Recordings and back.

Thanks,
Will

P.S. I should really test this on the latest version too, as mine's the one from the 0.91.8 build I think.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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