[WIP] TWiT Addon

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
divingmule Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
Post: #71
Hi, do this, look in the default.py ~line 390 change -
Code:
xbmcplugin.setContent(int(sys.argv[1]), 'tvshows')
xbmcplugin.endOfDirectory(int(sys.argv[1]))

to -
Code:
xbmcplugin.setContent(int(sys.argv[1]), 'tvshows')
xbmcplugin.addSortMethod(int(sys.argv[1]), xbmcplugin.SORT_METHOD_LABEL)
xbmcplugin.endOfDirectory(int(sys.argv[1]))
Make sure to use the same indentation, spaces not tabs.

The shows file is just for an initial cache. Then the shows are cached in a python dictionary, so the order is how ever python feels like spitting them out. Smile
find quote
Hotwheelz Offline
Junior Member
Posts: 15
Joined: Feb 2013
Reputation: 0
Post: #72
HI divingmule,

Great app.I was wondering though.

Can you please add the HD Video feeds to the addon so I can watch the shows in HD aswell if I choose to do so.

Thanks.

Cool
find quote
divingmule Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
Post: #73
Hi, glad you enjoy it.

You can switch to the HD streams via the add-on settings. You can open the add-on setting anywhere in the add-on from the context menu.
find quote
Hotwheelz Offline
Junior Member
Posts: 15
Joined: Feb 2013
Reputation: 0
Post: #74
Hi divingmule,

Ah...Got it.

Thanks.



Hi divingmulel,

Ah..Got it.

Thanks.



Something weird just happened sorry for the double reply


thanks.
(This post was last modified: 2013-04-13 06:21 by Hotwheelz.)
find quote
asiuhas Offline
Junior Member
Posts: 14
Joined: Mar 2013
Reputation: 0
Post: #75
(2013-03-31 17:45)divingmule Wrote:  Hi, do this, look in the default.py ~line 390 change -
Code:
xbmcplugin.setContent(int(sys.argv[1]), 'tvshows')
xbmcplugin.endOfDirectory(int(sys.argv[1]))

to -
Code:
xbmcplugin.setContent(int(sys.argv[1]), 'tvshows')
xbmcplugin.addSortMethod(int(sys.argv[1]), xbmcplugin.SORT_METHOD_LABEL)
xbmcplugin.endOfDirectory(int(sys.argv[1]))
Make sure to use the same indentation, spaces not tabs.

The shows file is just for an initial cache. Then the shows are cached in a python dictionary, so the order is how ever python feels like spitting them out. Smile

Yeah, works fine. But why not make it default? I like how the Rev3 add-on looks.
find quote
divingmule Offline
Posting Freak
Posts: 1,269
Joined: Oct 2008
Reputation: 54
Post: #76
I'm not sure about how Rev3 looks but, some updates are in the works. Wink
find quote
RedPenguin Offline
Senior Member
Posts: 206
Joined: Jan 2012
Reputation: 8
Post: #77
I just wanted to say thank you very much for incorporating TwiT Live into this plug and JTV Chat into your JTV plugin.

I have always wanted these features as it always felt like part of the viewing experience was missing without the option of being able to see chat for both mentioned but especially for TwiT Live and I can't believe you can actually chat not just view.

Keep up the good work, and it doesn't look like I will stop using XBMC for a long long time, LoL.

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
Post Reply