[RELEASE] veetle.com

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
grope Offline
Member
Posts: 60
Joined: Feb 2012
Reputation: 0
Post: #171
Is there a way to switch to Veetle HD on the streams?
find quote
newatv2user Offline
Fan
Posts: 301
Joined: May 2011
Reputation: 27
Post: #172
Nope. Only flash enabled streams are supported. HD still prolly uses P2P. So won't work.
find quote
watheq Offline
Junior Member
Posts: 34
Joined: Jan 2012
Reputation: 0
Post: #173
(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
find quote
falafael Offline
Fan
Posts: 534
Joined: Aug 2006
Reputation: 1
Location: Nottinghamshire, united kingdom
Post: #174
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?

[Image: widget]
find quote
newatv2user Offline
Fan
Posts: 301
Joined: May 2011
Reputation: 27
Post: #175
Don't think so. Nothing that can be done on the addon level. Needs some kind of fix for some libs or core xbmc.
find quote
falafael Offline
Fan
Posts: 534
Joined: Aug 2006
Reputation: 1
Location: Nottinghamshire, united kingdom
Post: #176
oh, pity, but thanks for replying!
Cheers

[Image: widget]
find quote
Maniac Offline
Senior Member
Posts: 113
Joined: Aug 2009
Reputation: 0
Post: #177
(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

HTPC Server - Windows8 + XBMC Frodo + PlexMediaServer | Intel QuadCore, 4GB RAM, 4 TB SATA
AppleTV2 - XBMC Frodo | Logitech Harmony 750
Samsung UE8005 - PlexPlayer | Bluetooth keyboard & mousepad
find quote
newatv2user Offline
Fan
Posts: 301
Joined: May 2011
Reputation: 27
Post: #178
Post a log first.
find quote
Maniac Offline
Senior Member
Posts: 113
Joined: Aug 2009
Reputation: 0
Post: #179
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

HTPC Server - Windows8 + XBMC Frodo + PlexMediaServer | Intel QuadCore, 4GB RAM, 4 TB SATA
AppleTV2 - XBMC Frodo | Logitech Harmony 750
Samsung UE8005 - PlexPlayer | Bluetooth keyboard & mousepad
find quote
pakee Offline
Fan
Posts: 300
Joined: Jan 2012
Reputation: 4
Post: #180
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
find quote
Post Reply