2015-08-07, 01:04
Oops, sorry, will do as soon as I can
(2015-08-07, 09:58)schumi2004 Wrote:(2015-08-07, 06:10)arithine Wrote: Is there a way to always use an xml I created? It's getting kind of annoying to constantly rewrite every time my skin gets updated.
Can't you just replace the default skin xml files? (in addon)
(2015-08-07, 18:11)ElBarto555 Wrote: Great work im85288!!! I would like to use it together with LazyTV. LazyTV generates a playlist and Next Up will tell me what will play next, instead of selecting the next episode of that show. When I tried Next Up a few weeks ago it was caught in a stupidity loop and the pop up would show the countdown and if the countdown got to 0 seconds it would start again. I was also unsure how to select "play" or "cancel"because my set up is only controlled by a keyboard and Yatse.
(2015-08-07, 06:10)arithine Wrote: Is there a way to always use an xml I created? It's getting kind of annoying to constantly rewrite every time my skin gets updated.
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">3012</defaultcontrol>
<zorder>10</zorder>
<controls>
<control type="label" id="3000"><visible>false</visible></control>
<control type="group">
<include>Animation.FadeIn.Slide</include>
<include>Animation.FadeOut</include>
<right>64</right>
<bottom>64</bottom>
<width>480</width>
<height>270</height>
<!-- Background -->
<control type="image" description="border">
<top>-3</top>
<left>-3</left>
<bottom>-3</bottom>
<right>-3</right>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture colordiffuse="df000000">common/white.png</texture>
</control>
<control type="image" id="3008" description="episode thumb">
<width>100%</width>
<height>100%</height>
<fadetime>350</fadetime>
<aspectratio scalediffuse="false">scale</aspectratio>
</control>
<!-- Episode info -->
<control type="image" description="blackline">
<width>100%</width>
<height>48</height>
<bottom>0</bottom>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture colordiffuse="9f000000">common/white.png</texture>
</control>
<control type="label">
<width>380</width>
<bottom>0</bottom>
<height>48</height>
<aligny>center</aligny>
<font>Tiny</font>
<label>$INFO[Control.GetLabel(3000), ,]</label>
<textcolor>ffededed</textcolor>
<shadowcolor>bf000000</shadowcolor>
</control>
<!-- Buttons -->
<control type="button" id="3012">
<description>Play</description>
<bottom>-4</bottom>
<right>40</right>
<width>52</width>
<height>52</height>
<onleft>3013</onleft>
<onright>3013</onright>
<texturefocus>nextup/play.png</texturefocus>
<texturenofocus>nextup/play_fade.png</texturenofocus>
</control>
<control type="button" id="3013">
<description>Cancel</description>
<bottom>-4</bottom>
<right>-2</right>
<width>52</width>
<height>52</height>
<onleft>3012</onleft>
<onright>3012</onright>
<texturefocus>nextup/stop.png</texturefocus>
<texturenofocus>nextup/stop_fade.png</texturenofocus>
</control>
</control>
</controls>
</window>
Zebbe152 Wrote:I'm using the trakt addon together with the Next Up addon. If I let Next Up start the next episode, only the last episode I watch is synced to trakt.
Example:
If I watch three episodes in a row, let's say S01E01, S01E02 and S01E03 and then stop playback. Only S01E03 gets synced to trakt, it doesn't sync the watched status of the first and second episodes (unless I start a complete sync manually).
I'm running Windows 7 x64 and Kodi 15.1
(2015-08-20, 10:15)Razze Wrote: Well, this came up a long time ago http://forum.kodi.tv/showthread.php?tid=...pid2023614
Will need fixing in nextup (I started a fork some where along the lines), but it started working on their own for me a month ago and it still is. (I'm still on helix - waiting for a new openELEC)