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


- tjep - 2012-01-21 09:37

SORRY! But where should I put the .py on my Mac??


- woodg8 - 2012-01-21 14:33

Would anyone know how to get a sort on these streams by category, like the jtv plugin has?


- bakito - 2012-01-21 17:20

hello
veetle didn't work anymore ....it shows channel and everything but when I validate some channel nothing happen...am I the only one or what?
cheers


- Macpatto - 2012-01-21 18:07

tjep Wrote:SORRY! But where should I put the .py on my Mac??

~/Library/ApplicationSupport/XBMC/addons/plugin.video.veetle

Hope that helps!


repo not working - Jonan69 - 2012-02-12 22:02

ive downloaded tommo's repo and am getting a message on my atv2 saying "does not have the right structure" can anyone help?
thanks


- Macpatto - 2012-02-13 02:35

Jonan69 Wrote:ive downloaded tommo's repo and am getting a message on my atv2 saying "does not have the right structure" can anyone help?
thanks

Have you updated xmbc to beta3?

Good luck!


- edwinchester - 2012-02-28 01:06

Jonan69 Wrote:ive downloaded tommo's repo and am getting a message on my atv2 saying "does not have the right structure" can anyone help?
thanks

You have downloaded the wrong file

Go to this page: https://github.com/t0mm0/t0mm0-xbmc-plugins/downloads and download the repository.t0mm0-1.0.3.zip 3rd one down under 'download packages'


RE: [RELEASE] veetle.com - pakee - 2012-03-31 01:52

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!


RE: [RELEASE] veetle.com - RedPenguin - 2012-03-31 08:46

+1

I would like this feature as well because along with this feature and the Justin.tv plugin also able to do this, eventually using a plugin like LiveStreams you could have a list of "channels" in one big list no matter who hosts it.

So basically one plugin could have RTMP, MMS, RTSP, HTTP, Veetle, Justin.tv, etc.

This will save a lot of frustration of having to constantly switch plugins just to change channels.


RE: [RELEASE] veetle.com - RuiJay - 2012-03-31 16:10

+1 Smile