NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 170 171 172 173 174 … 193 Next »
Intelligent estimation of the HDD space needed

 
  • 0 Vote(s) - 0 Average
Intelligent estimation of the HDD space needed
emitrom
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2004
#1
2004-11-07, 12:00 PM
Hi,

Just a note to say new user of gb-pcr and I think it is excellent. Bought a PVR-350, USB-UIRT, media MVP installed on a 2.4GHz P4 with ease.

My only two downs were to reset the whole PC easily, found plugin (GREAT!Wink, and this one once using GB in anger.

Please forgive this if this has already been covered... I looked throught the wish lists briefly and couldn't find it...

Intelligent estimation of the HDD space required

Problem:

I setup two programs to record then found that one had only recorded 1/2 hour and the other only 1 minute. Now I know its my fault for not checking the available space ( :-( ) but it would have been nice to be told that I didn't have enough space.

Solutions:

(1) In the configuration for gb-pvr you have the details of the amount of space direct recording/capture will take (Medium = 6MBit/s etc) so when a new program is added an estimation of the required sapce can be calculated and compared to the available HDD space with a warning given to the user if enough space is not available.

**OR**

(2) make the current settings available via an interface (don't know about your API's yet but I intend to have a look!Wink so that plug-in creators could use this info give the user a breakdown of the HDD without needing to connect up a monitor.

Another angle could be to allow the setting of the recording quailty from the interface at the same time so if the user is running out of space then s/he can select a low bitrate so as not to miss the program.

Please do not see this as a critism, this is a great piece of software that I would love to see made perfect (or as near as possible #### it!Wink

Also, another question for another topic really I should think is development environment. Can I assume from the system requirements of .Net that GB-PVR is written within that or was that required to access arcane pieces of the Windows XP environment :-> [Image: rock.gif]


Emitrom
Huw
Offline

Member

Posts: 219
Threads: 7
Joined: Oct 2004
#2
2004-11-07, 12:17 PM
there is a shutdown plugin which will sort out you first question

for your other question, I am writing a sysinfo plugin which displays amongst other things a disk space viewer, have a look in the dev forum for a link to the beta. you can currently set the recording quality when you set up a recording.


gbpvr is written in c# .net
emitrom
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2004
#3
2004-11-08, 09:48 AM
[b Wrote:Quote[/b] (Huw @ Nov. 07 2004,07:17)]there is a shutdown plugin which will sort out you first question

for your other question, I  am writing a sysinfo plugin which displays amongst other things a disk space viewer, have a look in the dev forum for a link to the beta. you can currently set the recording quality when you set up a recording.


gbpvr is written in c# .net
Hi,

yes maybe I was unclear that I had found the shutdown and I am using it.

Can you set the recording quailty when you setup the program to record? I didn't see it but I will have a dig around or is this a new addition to your sysinfo tool.

Ah... c# .net hmmm.... well at least it should be easy to extend. :-)

SO you have access to an API to set or get the current specified recording quality?

thanks
Huw
Offline

Member

Posts: 219
Threads: 7
Joined: Oct 2004
#4
2004-11-08, 10:27 AM
[b Wrote:Quote[/b] ]SO you have access to an API to set or get the current specified recording quality?
setting record quality is an option on the record screen.
[Image: quality.jpg]
emitrom
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2004
#5
2004-11-08, 10:42 AM
That's cool ta... gb-pvr newbie here remember!

But the question still remains wether you can find out the current recordings and data associated with them... with that I could them summarise how much HDD space the current record takes up and then give a comparison to what *actually* exists..... hmm... why do I get the feeling I am talking myself into some coding???
[Image: biggrin.gif]

hey ho... happened before and looks like its happening again...
[Image: tounge.gif]

So even if I cannot stop a recording taking place I could write a plugin to warn the user that there is a problem?

Does the system have a listener/publisher type pattern built in for the plugins to listen to event changes?

Or even send event changes to the system???
Huw
Offline

Member

Posts: 219
Threads: 7
Joined: Oct 2004
#6
2004-11-08, 11:07 AM
I appologise in advance if any of this is incorrect, I'm a fairly recent devote to GBPVR myself [Image: smile.gif]

I think to do what you require would need a completely new recording plugin, or would require sub to redo the existing one.

Recording size is approx 4Gb an hour for medium quality and about 6-7Gb an hour for High, plus you can set up custom options.

There is an IEventNotification which the plugins can hook into, and you should be able to get a list of scheduled recording from within a plugin (I think)
emitrom
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2004
#7
2004-11-08, 11:27 AM
[b Wrote:Quote[/b] (Huw @ Nov. 08 2004,06:07)]I appologise in advance if any of this is incorrect, I'm a fairly recent devote to GBPVR myself [Image: smile.gif]

I think to do what you require would need a completely new recording plugin, or would require sub to redo the existing one.

Recording size is approx 4Gb an hour for medium quality and about 6-7Gb an hour for High, plus you can set up custom options.

There is an IEventNotification which the plugins can hook into, and you should be able to get a list of scheduled recording from within a plugin (I think)
naaa... thats cool... the only way to work these things out is to share... and then get flamed!!! ;->

Hmmm... I agree that a redo maybe the final answer but initially I could look at making a proof-of-concept wrt the summary and recording space left idea...

Seen those values approx. for the record I have made... look s like it would be the custom options that could cause trouble... but I am sure that the details are enough to work out the maths.


Ta for the IEventNotification info I will have a loo into it and have a play at some point... now to get the bits together to create a dev. system....
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2004-11-09, 02:58 AM
i got a solution, get a 400gb hdd that should solve most of your problems Tongue
emitrom
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Nov 2004
#9
2004-11-09, 09:26 AM
[b Wrote:Quote[/b] (reven @ Nov. 08 2004,21:58)]i got a solution, get a 400gb hdd that should solve most of your problems Tongue
How Rude!!!! [Image: biggrin.gif]

But thats not as fun as coding... [Image: cool.gif]
Huw
Offline

Member

Posts: 219
Threads: 7
Joined: Oct 2004
#10
2004-11-09, 01:40 PM
[b Wrote:Quote[/b] ]But thats not as fun as coding...

No, but a lot less stress [Image: smile.gif]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web viewer - Space Bar play / pause boringgit 3 1,959 2021-05-07, 09:38 PM
Last Post: boringgit
  Default to recording location with the most space available (UNC Support) cbgifford 37 18,016 2017-10-20, 02:59 PM
Last Post: Bunkermentality
  Ability to control which drives are included in "largest free space" pool BrettB 2 1,856 2017-05-01, 12:03 PM
Last Post: BrettB
  Better Use of Space jcole998 2 1,984 2016-01-03, 10:32 PM
Last Post: johnsonx42
  Power savings : .bat files needed to switch on/off setupbox_HDPVR_etc Abbadon 2 2,785 2013-11-11, 03:33 AM
Last Post: pBS
  Disk space pie chart on main menu screen drain 0 1,315 2010-05-03, 06:51 AM
Last Post: drain
  Motor support needed ForestKlown 6 2,918 2010-03-24, 09:44 AM
Last Post: BigMoose
  Free Disk Space bevor recording ? Captain-DJ 3 2,097 2009-05-14, 02:04 PM
Last Post: Captain-DJ
  "system" to show server space stats. martint123 2 1,954 2008-03-12, 08:55 AM
Last Post: martint123
  hdd space in recordings screen Etacovda 1 1,418 2008-01-13, 03:26 AM
Last Post: agidius

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode