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 2
Plugin Development
TVMosaic Provider for MP2
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="morpheus_xx" data-source="post: 1290991" data-attributes="member: 48495"><p>I have checked the API documentation here: <a href="http://www.dvblogic.com/download/tvmosaic/tvmosaic_remote_api.pdf" target="_blank">http://www.dvblogic.com/download/tvmosaic/tvmosaic_remote_api.pdf</a></p><p></p><p>For schedule creation there are 2 attributes that are currently not covered by our API wrapper:</p><p></p><p>[CODE=XML]</p><p><schedule></p><p><user_param/> - string optional</p><p><force_add/> - bool optional</p><p><margine_before/> - int optional, margin value in seconds, if -1 then default margin is used</p><p><margine_after/> - int optional, margin value in seconds, if -1 then default margin is used</p><p><priority/> - int, schedule priority: -1 (low), 0 (normal), 1 (high)</p><p><active/> - boolean, indicates if schedule is active</p><p>...</p><p>[/CODE]</p><p>Important ones are margine_before and margine_after. Because they are missing, the "technical default" is 0, but we need to pass a -1 to apply TvMosaic settings.</p><p></p><p>A fix should be easy to add. I will check this.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1290991, member: 48495"] I have checked the API documentation here: [URL]http://www.dvblogic.com/download/tvmosaic/tvmosaic_remote_api.pdf[/URL] For schedule creation there are 2 attributes that are currently not covered by our API wrapper: [CODE=XML] <schedule> <user_param/> - string optional <force_add/> - bool optional <margine_before/> - int optional, margin value in seconds, if -1 then default margin is used <margine_after/> - int optional, margin value in seconds, if -1 then default margin is used <priority/> - int, schedule priority: -1 (low), 0 (normal), 1 (high) <active/> - boolean, indicates if schedule is active ... [/CODE] Important ones are margine_before and margine_after. Because they are missing, the "technical default" is 0, but we need to pass a -1 to apply TvMosaic settings. A fix should be easy to add. I will check this. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
TVMosaic Provider for MP2
Contact us
RSS
Top
Bottom