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

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#821
2006-03-06, 11:03 AM
djtaylor Wrote:Is it just me or does the web admin fail to report conflicts?

I tried to schedule something and it didn't paint the box red as normal and it took me a while and a bit of digging around to discover that it was because there was a scheduling conflict.

Unless i'm doing something wrong, it would be nice to have a conflict resolution option or even a dialog telling me that it can't schedule due to a conflict rather than just doing nothing.

David.

b00sfuk Wrote:I noticed this as well. It just does not do anything if the schedule causes a conflict.

This is on the lit of things to do on the wiki....
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
pantson
Offline

Junior Member

Posts: 30
Threads: 6
Joined: Jan 2006
#822
2006-03-06, 05:01 PM
BTW I love this interface.

I don't know if its possible....

but at the mo we can have user authentication or autologin.

What I would like is the option. so if it comes from one IP then it asks for authentication. if from another IP no authentication. This would be perfect so that I don't have to sign on when in my house (internal network), but externally (ie at work, via firewall) I would need to authenticate. Maybe using different ports.. this way I can use port redirection on my firewall.

Ot maybe it can already be done... and I haven't found it yet.
GBPVR v0.97.7 - enhancedWEB v40 - PIII 730
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#823
2006-03-06, 09:43 PM
pantson Wrote:BTW I love this interface.

I don't know if its possible....

but at the mo we can have user authentication or autologin.

What I would like is the option. so if it comes from one IP then it asks for authentication. if from another IP no authentication. This would be perfect so that I don't have to sign on when in my house (internal network), but externally (ie at work, via firewall) I would need to authenticate. Maybe using different ports.. this way I can use port redirection on my firewall.

Ot maybe it can already be done... and I haven't found it yet.

I know that normanr has mentioned that this is on his list to do....I didn't see it on the wiki so I did add it just so it is tracked.
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
#824
2006-03-07, 12:45 AM
build 32 has escaped:

- UncleJohnsBand: Added ability to record shows from the Guide and Search using completely configurable options.
- UncleJohnsBand: Updated channel icon logic so that icons show whether the icon filename starts with the channel number or not.
- UncleJohnsBand: Genre is now pulled from the GBPVR database rather than ZapTools in the guide.
- UncleJohnsBand: Modified search to use the Genre that are stored in GBPVR database and expanded filter to include all Genres.
- UncleJohnsBand: Added ability to filter the Guide by Genre.
- UncleJohnsBand and NormanR: Move Scheduling code into seperate layer.
- NormanR: Made channel icons detection dynamic, and cache results.
- NormanR: Update favicon.

Forgot to mention that this probably is very much an alpha build - it means there could be extra bugs, but that's okay, because we have you guys to find them :p
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#825
2006-03-07, 12:50 AM
How about an option for favorite channels? I would love to have my local network affiliates (NBC,CBS,ABC,Fox) always at the top of the list since I tend to schedule the most recordings from these 4. It would make conflict resolution easier as well.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#826
2006-03-07, 01:12 AM
I noticed that using the latest release of gbpvr that the webadmin bombs when I click on the statistics tab (after a pause). Here is the displayed error. I can view the recording of Adaptation from the recording tab, so I am wondering if it could be something as strange as the inclusion of a period in the title?

Exception Details: System.IO.FileNotFoundException: Could not find file "Adaptation.".

Source Error:

Line 216: if (info is FileInfo)
Line 217: {
Line 218: totalsize += (info as FileInfo).Length;
Line 219: }
Line 220: else if (info is DirectoryInfo)


Source File: C:\Program Files\devnz\gbpvr\web\Info.aspx.cs Line: 218

Stack Trace:

[FileNotFoundException: Could not find file "Adaptation.".]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +181
System.IO.FileInfo.get_Length() +57
gbweb.Info.GetDirectorySize(String pathName) in C:\Program Files\devnz\gbpvr\web\Info.aspx.cs:218
gbweb.Info.GetDirectorySize(String pathName) in C:\Program Files\devnz\gbpvr\web\Info.aspx.cs:222
gbweb.Info.GetDirectorySize(String pathName) in C:\Program Files\devnz\gbpvr\web\Info.aspx.cs:222
gbweb.Info.GetDirectorySize(String pathName) in C:\Program Files\devnz\gbpvr\web\Info.aspx.cs:222
gbweb.Info.GetDiskInformation(String nodeName, Label lblStatus, HtmlImage imgUsedSystem, HtmlImage imgUsedGBPVR, HtmlImage imgFree) in C:\Program Files\devnz\gbpvr\web\Info.aspx.cs:160
gbweb.Info.Page_Load(Object sender, EventArgs e) in C:\Program Files\devnz\gbpvr\web\Info.aspx.cs:51
System.Web.UI.Control.OnLoad(EventArgs e) +55
System.Web.UI.Control.LoadRecursive() +27
System.Web.UI.Page.ProcessRequestMain() +750
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#827
2006-03-07, 01:32 AM
Spartan Wrote:How about an option for favorite channels? I would love to have my local network affiliates (NBC,CBS,ABC,Fox) always at the top of the list since I tend to schedule the most recordings from these 4. It would make conflict resolution easier as well.

Added to the list on the wiki.
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
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#828
2006-03-07, 02:50 AM
I installed bld 32 and have a few comments.

- Filtering by Genre is a neat feature! When filtering by genre, it leaves lots of empty boxes in the grid where there is no match. This makes for tedious scrolling. I like how TitanTV does their filtering, where they suppress rows that don't have a hit over the span in display.

- The IMDB link made me gasp. Awesome!

- What is the purpose of the diplaying of
"Type : System.Collections.ArrayList" in the listing?

- When I clicked on a movie (while filtering by genre) to record, it created an episode search (makes sense, so I can see them all), but when I recorded it, I didn't go back to where I was in the TV Guide. I filter by genre, roll across a week and mark ones I want to record and then I want to keep going from there to finish the week. Could you open the episode search in a window so I don't lose my place in the guide? (I found I can cheat and right click on the movie link and use Firefox's 'open in a new window' option where I can schedule it. Then I close that window and refresh the guide window to be sure it took.)

- When I first go to the Guide tab, it makes the table too wide for the browser window (horizontal scroll bar appears). If I filter on a genre, the redrawn grid fits the browser. I have it set for 180 minute span, FWIW.

- Where will the 'repeat' indicator appear?

- It would be nice, if Zap2It has provided it, to see the year of the movie so I can decide which one to pick from IMDB if there are multiple movies
ggee
Offline

Senior Member

Posts: 313
Threads: 88
Joined: Oct 2005
#829
2006-03-07, 03:02 AM
Simple feature request. Could you make it so that in the Config tab, I can choose what other tabs I want to be available? I don't use GBPVR for Music, so I would like a config option to hide tabs I don't use.

Thanks,
Greg
Server:
GBPVR 1.4.7
Capture: Hauppauge PVR-150MCE

[COLOR="DarkRed"]Clients:
[/COLOR]
Media MVP: 2 wired(default dongle), 1 wireless(mvpmc dongle)
PCH A-100: 1 (mvpmcx2)
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#830
2006-03-07, 03:15 AM
ggee Wrote:Simple feature request. Could you make it so that in the Config tab, I can choose what other tabs I want to be available? I don't use GBPVR for Music, so I would like a config option to hide tabs I don't use.

Thanks,
Greg

Added request to the wiki.
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: 6 Guest(s)

Pages (161): « Previous 1 … 81 82 83 84 85 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,964 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,112 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,387 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,838 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,157 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,347 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,178 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,091 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