home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
How can I make MP to notice changes in the database
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="STSC" data-source="post: 9610" data-attributes="member: 10535"><p>Hi Sam,</p><p></p><p>I'm writing an independent program (PVR Scheduler) that can control the recordings of MP. I can add new recordings, but they never will start, because MP doesn't update them. I also add the recordings like you do in your webinterface and then you call this function:</p><p></p><p> <WebMethod(Description:="This command tells MediaPortal to refresh its recordings list.")> _</p><p> Public Function RefreshRecordingsInMP() As String</p><p> Dim eMPH As ExtControlAssembly.MPHandler = GetEMPH()</p><p></p><p> Return eMPH.RefreshRecordingsInMP</p><p> End Function</p><p></p><p>Now I would like to know which code you use in the ExtControlAssembly.dll to update the recordings. Maybe you can send me the sources.</p><p></p><p>The advantages of my scheduler are:</p><p>- NVRAM support (RTC Alarm)</p><p>- Start recordings without MP running</p><p>- Shutdown/Standby after recording</p><p>- support of tvinfo.de (for german users)</p><p>- support of different recording programs</p><p>Right now it has its own user interface, but I also want to program a plugin for MP later, so that you can control my PVR Scheduler completely in MP.</p><p></p><p>Thank you very much!</p></blockquote><p></p>
[QUOTE="STSC, post: 9610, member: 10535"] Hi Sam, I'm writing an independent program (PVR Scheduler) that can control the recordings of MP. I can add new recordings, but they never will start, because MP doesn't update them. I also add the recordings like you do in your webinterface and then you call this function: <WebMethod(Description:="This command tells MediaPortal to refresh its recordings list.")> _ Public Function RefreshRecordingsInMP() As String Dim eMPH As ExtControlAssembly.MPHandler = GetEMPH() Return eMPH.RefreshRecordingsInMP End Function Now I would like to know which code you use in the ExtControlAssembly.dll to update the recordings. Maybe you can send me the sources. The advantages of my scheduler are: - NVRAM support (RTC Alarm) - Start recordings without MP running - Shutdown/Standby after recording - support of tvinfo.de (for german users) - support of different recording programs Right now it has its own user interface, but I also want to program a plugin for MP later, so that you can control my PVR Scheduler completely in MP. Thank you very much! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
How can I make MP to notice changes in the database
Contact us
RSS
Top
Bottom