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

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#851
2006-03-11, 07:42 PM
The different logins (for local network vs internet) are not yet available is it? Isn't it possible to put the id and password on the commandline? I do that with ultrvnc and it works great. but I haven't yet been able to figure it out for EWA. It's no big deal but it would be handy. We use EWA alot from the home-laptop (it's always on), it's quicker than to start up the mvp, or run upstairs to start GBPVR.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#852
2006-03-11, 10:29 PM
ydekmekji Wrote:i just read that tivo is going to allow cell phone users to schedule programs over cell phones.... is that a possibility for gbpvr?
Someone did mention that they were going to do a WAP interface for phones though it hasn't come along yet.

This is the one thing that I liked about an add on for showshifter, I sure would like to see it for gbpvr. Smile

David.
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#853
2006-03-12, 07:32 PM
UncleJohnsBand Wrote:I only see this occur if you click on the links at the top of the details window....this episode or all episodes....these are links to the search and is expected to work this way.

Well... I tried it just now and I saw the record button. Duh. I don't know how I could have missed that. Maybe I was having the problem someone mentioned about FF browser popup being too small to see the buttons and it cleared up? Anyway, it works now fine. Thanks.

UncleJohnsBand Wrote:What is your screen resolution? What is your minute slice? What is your timeline repeat set at?

Screen res is 1280x800. Minute slice is 1. Timeline repeat is 10.

UncleJohnsBand Wrote:When zaptools is installed and is setup correctly to update after the EPG update (see wiki) the repeat indicator will show after the description or after the title....depending on what you have set to display in the config. If repeate you will see the word repeat in bold.

Are the zaptools included in the ewa plugin? I went and downloaded the latest zaptools zip and put the files in the gbpvr folder and it says there were some already there needing to be replaced. I didn't remember putting them there before.

I configured the xml and bat files as specified in the wiki page and then did an epg update and I couldn't find the zapimport.log file. It was as if the post epg update bat file didn't perform it. So I ran the zapimport from the command line and then I found the log. (It's output is shown below).

When I ran the ewa interface I did see (repeat) in some listings, but I am wondering why zapimport didn't run on its own from the bat file?

Using Path C:\Program Files\devnz\gbpvr\

Begining zapdb.mdb update process...

Removing GBPVR Recording Entries...
Loading GBPVR Recording Entries...
Removing Program Data without a corresponding GPBR Recording...
Removing Schedule Data without a corresponding GPBR Recording...
Removing Genre Data without a corresponding GPBR Recording...
Removing Crew Data without a corresponding GPBR Recording...

Reading GBPVR EPG data...
Completed reading of GBPVR EPG data...

Opening zapdb.mdb for loading of new EPG data...

Loading Zap EPG XML data...
Total Loaded 11770

Loading zapdb.mdb with new Zap EPG data...

Loading up schedules...
root xtvd
children 6
Loading up channels...
Loading up programs...
Unknown colorCode Colorized
Loading up crew...
Loading up generes...
Closing zapdb.mdb...

End zapdb.mdb update process...

Begin cleanup process...

Begin compact of zapdb.mdb...
End compact of zapdb.mdb...

End cleanup process...

Processing Statistics:

Complete zapdb.mdb update process completed in 5 minutes and 53 seconds.
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#854
2006-03-12, 07:41 PM
normanr Wrote:Odd, what's the full path to the file? It could perhaps be that the full path to the file is longer than 255 characters. It looked about 4 levels deep. Maybe try moving your recording folder to a 'shallower' location on the disk.

Here is the physical path to the folder.

F:\gbpvr\Adaptation

I already watched the movie and 'cancelled' it, but the folder remains after I cancel recordings. The stats tab still bombs at adapation. so I am thinkit must be something that is coming out of the mdb file?

I deleted the Adaptation folder just now and ran it again it bombed, as shown below. It doesn't show in the GBPVR recordings. So where does it come from to mess up statistics? Do I need to open an mdb file and see if it is stuck in there and being skipped by gbpvr but not by the ewa?


Server Error in '/gbpvr' Application.
Could not find file "Adaptation.".
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

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

Source Error:

Line 211: if (info is FileInfo)
Line 212: {
Line 213: totalsize += (info as FileInfo).Length;
Line 214: }
Line 215: else if (info is DirectoryInfo)


Source File: c:\program files\devnz\gbpvr\web\info.aspx.cs Line: 213

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:213
gbweb.Info.GetDirectorySize(String pathName) in c:\program files\devnz\gbpvr\web\info.aspx.cs:217
gbweb.Info.GetDirectorySize(String pathName) in c:\program files\devnz\gbpvr\web\info.aspx.cs:217
gbweb.Info.GetDirectorySize(String pathName) in c:\program files\devnz\gbpvr\web\info.aspx.cs:217
gbweb.Info.GetDiskInformation(String nodeName, Label lblStatus, HtmlImage imgUsedSystem, HtmlImage imgUsedGBPVR, HtmlImage imgFree) in c:\program files\devnz\gbpvr\web\info.aspx.cs:155
gbweb.Info.Page_Load(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\info.aspx.cs:49
System.Web.UI.Control.OnLoad(EventArgs e) +55
System.Web.UI.Control.LoadRecursive() +27
System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#855
2006-03-13, 12:16 AM
Any chance on adding a photo viewer through the web?
If you want to know why nPVR is the bomb, ask my wife!
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#856
2006-03-13, 09:48 AM
gkreis: it's bombing because of the . at the end of the filename. Won't you check to see if there's a file called 'Adaptation.'. I've also added code to 'ignore' the error and continue processing.

ydekmekji: sounds like a good idea. I've added it to the TODO list on the wiki.
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#857
2006-03-13, 12:39 PM
normanr Wrote:ydekmekji: sounds like a good idea. I've added it to the TODO list on the wiki.
If you do that, what would be a smart idea if it's easy enough to implement would be to call a resizing package (don't know if the MS ImageResizer has any exposed functions?).

It's generally not necessary or even desirable to view a full resolution 6MP+ image on a monitor!

A quick resize first would be the smart option.

David.
dreed47
Offline

Junior Member

Posts: 17
Threads: 3
Joined: Dec 2005
#858
2006-03-13, 07:25 PM
I'm having an issue scheduling thru the web admin. I get the following when I click "record this episode"

Method not found: GBPVR.Public.ScheduledRecording GBPVR.Public.IScheduleHelper.SheduleRecording(Int32, System.DateTime, System.DateTime, GBPVR.Public.Programme, Int32, Int32, System.String, Int32).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.MissingMethodException: Method not found: GBPVR.Public.ScheduledRecording GBPVR.Public.IScheduleHelper.SheduleRecording(Int32, System.DateTime, System.DateTime, GBPVR.Public.Programme, Int32, Int32, System.String, Int32).

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[MissingMethodException: Method not found: GBPVR.Public.ScheduledRecording GBPVR.Public.IScheduleHelper.SheduleRecording(Int32, System.DateTime, System.DateTime, GBPVR.Public.Programme, Int32, Int32, System.String, Int32).]
gbweb.GBPVRSchedule.ScheduleOnce(Programme programme, Quality quality) +0
gbweb.Details.lnkRecordCancel_Click(Object sender, EventArgs e) in c:\program files\devnz\gbpvr\web\details.aspx.cs:254
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +83
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

++++++++++++++

The only thing I recall doing before this was I updated my zap2it lisint on their website and I refreshed in GB-PVR and restated.

I'm using 1.32.138
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#859
2006-03-13, 07:27 PM
What version of GB-PVR do you have installed?
dreed47
Offline

Junior Member

Posts: 17
Threads: 3
Joined: Dec 2005
#860
2006-03-13, 07:41 PM
96.8
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (161): « Previous 1 … 84 85 86 87 88 … 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