NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 31 32 33 34 35 … 93 Next »
Recordings via the IScheduleHelper API

 
  • 0 Vote(s) - 0 Average
Recordings via the IScheduleHelper API
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#31
2008-02-26, 09:03 PM
Trust me, I'm not trying to make life difficult for you. Unfortunately the stuff you've been asking for in this thread is very fringe, and unlikely to be of benefit to the majority of users here so its hard for me to justify spending alot of time on them. They may not seem like a lot of work, but I'm very cautious about any changes to either the API or build process due to the flow on effects it has to other stuff. I know from past experience its not pleasant if I break the dozens of plugins that depend on the API, or if I break the version upgrade/install procedure, so these types of changes have to come with a huge amount of testing.

I hope you understand.
Ernie-c
Offline

Junior Member

Posts: 27
Threads: 2
Joined: Feb 2008
#32
2008-02-26, 09:38 PM
For sure I can understand your point of view, and I fully agree that these are not the exiting things your users are waiting for. On the other hand I think a great product as GBPVR, should give the needed support to other systems that are trying to communicate with it, and improve from the feedback that comes back from these systems. The easier this is, the more systems will want to use it. I don't know what system you use to do the builds, but I estimate that creating a (separate beta) setup with signed assemblies should take no more then 10 minutes. With this separate setup we can do all the testing needed. Just my opinion, up to you ...
Ernie-c
Offline

Junior Member

Posts: 27
Threads: 2
Joined: Feb 2008
#33
2008-02-28, 03:06 PM
Hi,

My implementation is almost complete. I decided to copy my proxy assembly to the GB-PVR installation folder, since I cannot put it in the GAC. Not my preferred way of working, but it's a working solution.

A last thing I would like to find out is a way to know if GB-PVR is recording at this very moment.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#34
2008-02-28, 11:10 PM
There isnt an API that would give you exactly that information, but you could call the IScheduleHelper.LoadRecordingSchedule() call, then iterate through the recordings and check the status of each. The only situation this would give inaccurate results is if the recording service wasnt running, but in a real setup this wouldnt occur often.

There is also a batch file that was called to let external processors be aware of these status of recording, but a batch file may not be well suited to what you're trying to achieve.
Ernie-c
Offline

Junior Member

Posts: 27
Threads: 2
Joined: Feb 2008
#35
2008-02-29, 12:23 AM
sub Wrote:There isnt an API that would give you exactly that information, but you could call the IScheduleHelper.LoadRecordingSchedule() call, then iterate through the recordings and check the status of each. The only situation this would give inaccurate results is if the recording service wasnt running, but in a real setup this wouldnt occur often.

I got it all up and running now. Time for end to end testing ;-) If anyone is interested in some beta testing when all is ready, send me a PM.
Thanks for all the information.
Ernie-c
Offline

Junior Member

Posts: 27
Threads: 2
Joined: Feb 2008
#36
2008-03-17, 11:28 PM
Hi,
I successfully upgraded to the latest release (cool !), and my recorder still works perfectly except for one thing, the recorded file extension.
At first I had hardcoded this (to mpg), but after my new install, I had different BDA Multiplexer settings which resulted in different file recording formats, and so different file extensions. (.dvr-ms / .mpg / .ts)

Can I read this setting from somewhere, so I can construct the correct recorded filename in my recorder-scheduler ?

Thanks !
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#37
2008-03-17, 11:55 PM
This is nothing new. The mux filter has always dictated the file extension of the final file.

When you schedule a recording you just give it a file name without file extension or path. ie something like "Prison Break". The app fills in the rest when it does the recording based on the configured recording directory and mux etc.
Ernie-c
Offline

Junior Member

Posts: 27
Threads: 2
Joined: Feb 2008
#38
2008-03-18, 10:10 AM
This is nothing new, I know, only how can I know afterwards what the extension was that the mux filter has determined ? I need this info to be able to store the full filename in my recordings database, and to allow the user to watch it afterwards.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#39
2008-03-18, 03:05 PM
The filename will end up being stored in the database, and listed when you use the IScheduleHelper API to return the list of recordings.
Ernie-c
Offline

Junior Member

Posts: 27
Threads: 2
Joined: Feb 2008
#40
2008-05-28, 11:36 PM
Hi,

We just released our Rule Based Scheduler on http://www.4therecord.eu
It allows you to schedule rule based recordings, and use (along others) GB-Pvr to record them ! check it out !

Regards
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  Import/export recordings via API? whurlston 4 3,882 2019-02-19, 11:48 AM
Last Post: Graham
  Conflict recordings scJohn 1 2,633 2018-03-23, 07:43 PM
Last Post: sub
  API / web call for setting recordings Pbathuk 2 3,374 2018-01-13, 05:17 AM
Last Post: Pbathuk
  API access to artwork and deleting recordings cncb 29 15,984 2016-11-06, 02:20 AM
Last Post: mvallevand
  How to move recordings without them getting deleted from db drmargarit 4 3,977 2015-09-27, 05:33 PM
Last Post: sub
  Best approach to creating recurring recordings from c# drmargarit 0 2,654 2015-09-27, 01:32 AM
Last Post: drmargarit
  Changing the recording priority on recurring recordings cbgifford 4 3,884 2014-08-17, 03:13 PM
Last Post: Kiwi
  How does NextPVR group recordings for XBMC? spinnaker 2 2,363 2013-11-21, 01:33 AM
Last Post: spinnaker
  Web API call for Ready recordings? bgowland 2 1,932 2013-11-03, 12:43 AM
Last Post: bgowland
  Delete recordings from database but not from disk? spinnaker 8 3,925 2013-10-26, 10:51 PM
Last Post: spinnaker

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

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

Linear Mode
Threaded Mode