[RELEASE] veetle.com

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tjep Offline
Junior Member
Posts: 21
Joined: Mar 2009
Reputation: 0
Post: #161
SORRY! But where should I put the .py on my Mac??
find quote
woodg8 Offline
Junior Member
Posts: 43
Joined: Jan 2012
Reputation: 0
Post: #162
Would anyone know how to get a sort on these streams by category, like the jtv plugin has?
find quote
bakito Online
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #163
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
find quote
Macpatto Offline
Senior Member
Posts: 133
Joined: Aug 2011
Reputation: 12
Location: Canada
Post: #164
tjep Wrote:SORRY! But where should I put the .py on my Mac??

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

Hope that helps!

ATV2 6.1.1[/i] Frodo[/i]
[b]Macbook Pro OSX Lion 10.8.3 [i]
with Frodo[/i]
Skin: [i]Confluence[/i]
find quote
Jonan69 Offline
Junior Member
Posts: 18
Joined: Jan 2012
Reputation: 0
Post: #165
ive downloaded tommo's repo and am getting a message on my atv2 saying "does not have the right structure" can anyone help?
thanks
find quote
Macpatto Offline
Senior Member
Posts: 133
Joined: Aug 2011
Reputation: 12
Location: Canada
Post: #166
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!

ATV2 6.1.1[/i] Frodo[/i]
[b]Macbook Pro OSX Lion 10.8.3 [i]
with Frodo[/i]
Skin: [i]Confluence[/i]
find quote
edwinchester Offline
Member
Posts: 52
Joined: Oct 2011
Reputation: 0
Post: #167
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'
find quote
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #168
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!
find quote
RedPenguin Offline
Senior Member
Posts: 206
Joined: Jan 2012
Reputation: 8
Post: #169
+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.

My librtmp & rtmpdump files for ATV1, iOS (Apple TV 2, iPhone, iPod Touch, & iPad), Linux (32bit & 64bit), MacOS x86 (32bit & 64bit), RasPi, & Windows
http://www.mediafire.com/?x4cvp5hl4m9xr

My LiveStreams List:
http://goo.gl/jyyZB (Add as URL not file)
find quote
RuiJay Offline
Senior Member
Posts: 147
Joined: Apr 2011
Reputation: 0
Post: #170
+1 Smile
find quote
Post Reply