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

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#171
2005-04-28, 01:08 PM
Indeed, so I choose to show only the "container" entry.
An option would be to prefetch the start time of the next entry and if there is a container relation to remember the container title and container timespan and toskip to the next entry, then within the container timespan you can display the container title as title and the title of the program in the container is subtitle untill the end of the container timespan.
But then again its a lot of work for something I at least am not realy interested in and it would enlarge to horizontal size of the EPG display making it less readable
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#172
2005-04-28, 02:50 PM
yea, the source i get my guide from would have:
+- 10:00 - 10:01 childres hour
|- 10:01 - 10:15 the clown
|- 10:15 - 10:30 the farm
|- 10:30 - 11:00 the home
+-
so it doesn't overlap. guess i'm just lucky :-)
wattsy
Offline

Junior Member

Posts: 21
Threads: 5
Joined: Apr 2005
#173
2005-05-06, 02:00 PM
Can anyone with any know how please look at my problem and give me some idea of which direction to go.

Please see Link Below

http://forums.nextpvr.com/showthread.php?t=5915
Abit IC7-G Motherboard
P4 2.4 (800FSB Hyperthreading) Processor
1Gb PC3200 (Dual Channel)
200Gb Maxtor 8MB
4 x 120Gb SATA Maxtor 8MB (Raid5)
2 x 250Gb Maxtor 8MB (Spanned)
Hauppauge WinTV PVR2
Hauppauge MVP
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#174
2005-05-07, 04:13 PM
Question related to time display in the Enhanced Web Admin.

Time in the Enhanced Web Admin is display in 12 hour AM/PM.
I would like to see it in 24 hours format.

I did this by changing in Web.config

<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
/>

to
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
culture="nl-NL"
uiCulture="nl-NL"
/>

Time is now displayed in 24 hour format. But when getting the updates for the Enhanced Web Admin I now have to remember to update Web.config

Is there a way to let ASP take the globalisation settings from the registry?
Or is it already supposed to do that? My windows globalisation settings are correct.
The time in the system tray gets displayed in 24 hour format.
Any suggestions?
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#175
2005-05-07, 04:29 PM
you could change the globalization settings in your machine.config :-) alternatively the web admin could read your preferred settings from the browser request and use those. What's you preference?
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#176
2005-05-07, 06:53 PM
Oops, again its obvious I don't know anything about .NET.....
I tried machine.config, that works for me.
GBPVR will normally be only for private use so I do not see a need for getting the settings from the browser. But that's my opinion.
I know how to set the language in the browser but how to set the regional settings?????

Tnxs.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#177
2005-05-07, 09:17 PM
I have added support to the web site to read the languages the browser asks for. You can configure it under Tools > Options > General > Languages. You just pick and choose what language you want displayed and the server figures it out.

Alternativly you can set the system global language. In regional settings, you have to select the 'default user account settings' options in the advanced tab. (speaking from XP, I couldn't find a 2000 machine to check it on)
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#178
2005-05-08, 07:08 PM
If you post the new version I will check it on W2K

I got on version 16 a divide by zero error.
Had to change Web.config to
<customErrors
mode="Off"
/>
to find the error
Would it be possible to have this as default? We are in a safe environment ;-)

The error was because global.settings was not initialized, I manually added the initialization (after checking timespan to be zero) . Don't know how to realy do it the way it should be done.
I am using SharpDevelop to build the new gbweb.dll
I had to rebuild gbweb.dll anyway because of the overlapping timespans
Tnxs for making this wonderfull interface anyway
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#179
2005-05-08, 07:32 PM (This post was last modified: 2005-05-08, 08:02 PM by normanr.)
customErrors is fine set to RemoteOnly. If you find there are problems just login to the box that runs gb-pvr and access the site from there. It will then show the full reason why there's a problem.

I did provide a sample of the config-recorders.xml that should have been placed in the gbpvr folder, so I don't see why it should have had issues unless the file is missing. That being said I'll change it so that it uses good defaults if the xml file is missing.

I've included the overlapping times fix in build 17.
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#180
2005-05-08, 07:57 PM (This post was last modified: 2005-05-08, 08:03 PM by normanr.)
build 17:
- load culture from browser request
- title and length info in the downloaded m3u file
- settings load better when the config-recorders file is missing
- added overlapping programs fix provided by erik
- removed some of the unused images

P.S. The horrid flicker in IE patch for gbpvrrecordingservice.exe has been updated to be closer to the one provided with 0.91.12(b). Basically I've done a byte level patch, not just a recompile.
« Next Oldest | Next Newest »

Users browsing this thread: 10 Guest(s)

Pages (161): « Previous 1 … 16 17 18 19 20 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,950 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,374 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,330 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,168 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