XBMC Community Forum
[RELEASE] veetle.com - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] veetle.com (/showthread.php?tid=98942)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


RE: [RELEASE] veetle.com - grope - 2012-03-31 21:08

Is there a way to switch to Veetle HD on the streams?


RE: [RELEASE] veetle.com - newatv2user - 2012-04-03 16:45

Nope. Only flash enabled streams are supported. HD still prolly uses P2P. So won't work.


RE: [RELEASE] veetle.com - watheq - 2012-04-05 00:09

(2012-03-31 01:52)pakee Wrote:  Hi
I had a quick enhancement request. It would be nice to be able to invoke this plugin from another. I tried embedding the below call in the py code of my plugin but it didn't work
Code:
plugin://plugin.video.veetle/?play=4f7621ca7ab10

However, I was able to make it work by adding a line after this line of code

Code:
if stream_url:        
        xbmcplugin.setResolvedUrl(pluginHandle, True,
                                  xbmcgui.ListItem(path=stream_url))
        **xbmc.Player( xbmc.PLAYER_CORE_DVDPLAYER ).play( str(stream_url), xbmcgui.ListItem(label=channel_id, path=stream_url))**

(The line I added is highlighted with **). Please review and let me know what you think

Thanks!

where exactly i have to add my link please


RE: [RELEASE] veetle.com - falafael - 2012-04-10 12:02

Was a patch or something ever released that as soon as something finished, say columbo, then it would start on the next episode without stopping?


RE: [RELEASE] veetle.com - newatv2user - 2012-04-10 14:55

Don't think so. Nothing that can be done on the addon level. Needs some kind of fix for some libs or core xbmc.


RE: [RELEASE] veetle.com - falafael - 2012-04-10 15:54

oh, pity, but thanks for replying!
Cheers


RE: [RELEASE] veetle.com - Maniac - 2012-05-05 15:46

(2012-03-31 01:52)pakee Wrote:  Hi
I had a quick enhancement request. It would be nice to be able to invoke this plugin from another. I tried embedding the below call in the py code of my plugin but it didn't work
Code:
plugin://plugin.video.veetle/?play=4f7621ca7ab10

However, I was able to make it work by adding a line after this line of code

Code:
if stream_url:        
        xbmcplugin.setResolvedUrl(pluginHandle, True,
                                  xbmcgui.ListItem(path=stream_url))
        **xbmc.Player( xbmc.PLAYER_CORE_DVDPLAYER ).play( str(stream_url), xbmcgui.ListItem(label=channel_id, path=stream_url))**

(The line I added is highlighted with **). Please review and let me know what you think

Thanks!


I've added this line of code in the veetle/default.py but when I launch a veetle stream from livestreams it says Script failed:veelte plugin.... ect.
How can we get this to work?
Thanks


RE: [RELEASE] veetle.com - newatv2user - 2012-05-05 17:28

Post a log first.


RE: [RELEASE] veetle.com - Maniac - 2012-05-06 18:40

I found the error, it was the indent of the new line, it must have exact amount of spaces as the line above. Now it works Smile

But how can we play veetle streams that are not public? Because the part of the url that is: ?play=4f7621ca7ab10 is the id of the veetle channel.
How can we find this id on a site that only integrates the veetle widget?

Thanks


RE: [RELEASE] veetle.com - pakee - 2012-05-07 10:07

Actually if you use the latest version of Livestreams, you don't have to make the above change to launch a veetle channel from livestreams.

Not sure how to play streams without ids though