2013-07-02, 18:01
Awesome thanks for all the hard work.
(2013-07-02, 04:47)rectifyer Wrote: Have you tried the latest 2.3 from github? It will be in the repo once approved, but it's worth giving it a try before then. If its stil throwing an error, its still best to post the entire log if you can. You should be able to keep it smaller by starting up and doing the action that is crashing it.
<control type="button" id="1247">
<posx>0</posx>
<posy>0</posy>
<width>300</width>
<height>35</height>
<label>Rate on trakt.tv</label>
<font>font-20</font>
<align>center</align>
<textcolor>white</textcolor>
<focusedcolor>lightblue</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus border="7">list-nofocus.png</texturenofocus>
<onclick>RunScript(script.trakt,action=rate)</onclick>
<visible>!IsEmpty(ListItem.TVShowTitle) + !IsEmpty(ListItem.DBID) + !StringCompare(ListItem.Label,All seasons) + !SubString(ListItem.Label,Season ,,left) + !StringCompare(ListItem.Label,Specials) | [SubString(Container.FolderPath,videodb://Movies/) | SubString(Container.FolderPath,library://Video/Movies/Titles.xml) | SubString(Container.FolderPath,videodb://RecentlyAddedMovies) | SubString(Container.FolderPath,special://profile/playlists/video/Movies)]</visible>
</control>
<control type="button" id="1248">
<posx>0</posx>
<posy>0</posy>
<width>300</width>
<height>35</height>
<label>Add to trakt.tv Watchlist</label>
<font>font-20</font>
<align>center</align>
<textcolor>white</textcolor>
<focusedcolor>lightblue</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus border="7">list-nofocus.png</texturenofocus>
<onclick>RunScript(script.trakt,action=addtolist,list=Watchlist)</onclick>
<visible>!IsEmpty(ListItem.DBID) + !IsEmpty(ListItem.Duration) + [SubString(Container.FolderPath,library://Video/Movies/Titles.xml) | [!IsEmpty(ListItem.DBID) + SubString(Container.FolderPath,videodb://movies/ + !SubString(Container.FolderPath,videodb://movies/tags/)] | SubString(Container.FolderPath,videodb://RecentlyAddedMovies)] | [SubString(Container.FolderPath,special://profile/playlists/video/Movies) + !SubString(Container.FolderPath,special://profile/playlists/video/Movies Watchlist)]]</visible>
</control>
<control type="button" id="1249">
<posx>0</posx>
<posy>0</posy>
<width>300</width>
<height>35</height>
<label>Remove from trakt.tv Watchlist</label>
<font>font-20</font>
<align>center</align>
<textcolor>white</textcolor>
<focusedcolor>lightblue</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus border="7">list-nofocus.png</texturenofocus>
<onclick>RunScript(script.trakt,action=removefromlist,list=Watchlist)</onclick>
<visible>!IsEmpty(ListItem.DBID) + !IsEmpty(ListItem.Duration) + [SubString(Container.FolderPath,library://Video/Movies/Titles.xml) | SubString(Container.FolderPath,videodb://movies/) | SubString(Container.FolderPath,videodb://RecentlyAddedMovies)] | SubString(Container.FolderPath,special://profile/playlists/video/Movies)]</visible>
</control>
<control type="button" id="1251">
<posx>0</posx>
<posy>0</posy>
<width>300</width>
<height>35</height>
<label>Add/Remove trakt.tv lists</label>
<font>font-20</font>
<align>center</align>
<textcolor>white</textcolor>
<focusedcolor>lightblue</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus border="7">list-nofocus.png</texturenofocus>
<onclick>RunScript(script.trakt,action=itemlists)</onclick>
<visible>!IsEmpty(ListItem.TVShowTitle) + !IsEmpty(ListItem.DBID) + !StringCompare(ListItem.Label,All seasons) + !SubString(ListItem.Label,Season ,,left) + !StringCompare(ListItem.Label,Specials) | [SubString(Container.FolderPath,videodb://Movies/) | SubString(Container.FolderPath,library://Video/Movies/Titles.xml) | SubString(Container.FolderPath,videodb://RecentlyAddedMovies) | SubString(Container.FolderPath,special://profile/playlists/video/Movies)]</visible>
</control>
<control type="button" id="1252">
<posx>0</posx>
<posy>0</posy>
<width>300</width>
<height>35</height>
<label>Manage trakt.tv lists</label>
<font>font-20</font>
<align>center</align>
<textcolor>white</textcolor>
<focusedcolor>lightblue</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus border="7">list-nofocus.png</texturenofocus>
<onclick>RunScript(script.trakt,action=managelists)</onclick>
</control>
<control type="button" id="1253">
<posx>0</posx>
<posy>0</posy>
<width>300</width>
<height>35</height>
<label>Update trakt.tv tags</label>
<font>font-20</font>
<align>center</align>
<textcolor>white</textcolor>
<focusedcolor>lightblue</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus border="7">list-nofocus.png</texturenofocus>
<onclick>RunScript(script.trakt,action=updatetags)</onclick>
</control>