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 Talk
XBMC Python Script
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="Johnmen" data-source="post: 361595" data-attributes="member: 87184"><p>I found another thread somewhere else that is talking about the delay was needed before you start playing the stream. it is <a href="http://forums.dvbowners.com/lofiversion/index.php/t7488.html" target="_blank">DVB Owners Discussion Forum - dvbowners.com > Latest version of XBMC Script v0.63</a>.</p><p></p><p>Thanks for that thread, I will try adding the delay into the xbmcplugin_list.py before the play starts:</p><p></p><p> ...</p><p> ok = xbmcplugin.addDirectoryItem( handle=int( self._handle ), url=url, listitem=listitem, isFolder=False, totalItems=2 )</p><p> <strong>time.sleep(2)</strong> </p><p> xbmc.Player().play(result)</p><p> ....</p><p></p><p>Let me know if I did something wrong, I am totally new to Python scripting. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>I will try it tonight and possibly fiddle with the delay value to see how it goes.</p></blockquote><p></p>
[QUOTE="Johnmen, post: 361595, member: 87184"] I found another thread somewhere else that is talking about the delay was needed before you start playing the stream. it is [url=http://forums.dvbowners.com/lofiversion/index.php/t7488.html]DVB Owners Discussion Forum - dvbowners.com > Latest version of XBMC Script v0.63[/url]. Thanks for that thread, I will try adding the delay into the xbmcplugin_list.py before the play starts: ... ok = xbmcplugin.addDirectoryItem( handle=int( self._handle ), url=url, listitem=listitem, isFolder=False, totalItems=2 ) [B]time.sleep(2)[/B] xbmc.Player().play(result) .... Let me know if I did something wrong, I am totally new to Python scripting. :) I will try it tonight and possibly fiddle with the delay value to see how it goes. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
XBMC Python Script
Contact us
RSS
Top
Bottom