• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 52
Release Netflix style next up notification
Oops, sorry, will do as soon as I can Smile
Reply
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.
Reply
(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)
Reply
(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)

Yeah, perhaps, I did that last night but I need to wait for the skin I'm using to update again to see if it worked, I don't see why it would though as I'm sure the skins XML takes precidence. I also created a folder in that skin folder named the skins name and put the necessary files in there, which I'm willing to bet has a higher chance of working.
Reply
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.
Reply
Yes if it's included in the skin then those files take precedence. There's not really been many updates of this addon for a while so I'm not sure what the problem is?
Reply
(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.

Thanks, I've never used lazytv so have no idea if the two work together properly. I think the best place for you to start is by asking in the lazytv thread if it's supported and go from there.
Reply
(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.

Thinking about this more I think your saying you want to overwrite the skin provided versions? That's not possible I'm afraid. It will use this addons version as default and proceed to use the skins version if provided. Best you can do is get your changes included in the skin you use or it will keep getting overwritten on every update.
Reply
Here the new log. BUT i've found the problem: http://pastebin.com/3WMxGwMG

That script got installed in the same time than my AFTV skin, the "Play next episode" built-in feature of kodi was already activated, when I disable it, no more crashes. Maybe you could force NextUP to be disabled if kodi option is on?
Reply
I'm not sure if I can do that but thanks for reporting it. The play next episode only works from views which is where this addon differs in that it also works from home widgets. There is now an option in the settings to disable this addon so that will help in your use case.
Reply
Thanks for a great addon, it's really nice when watching tv.
I'm trying to modify the layout to my liking and I'm quite new to kodi and havn't skinned Before.
Now I have got the setup as I like it except I can't get the next ep thumb to work. I tried with $INFO[Player.Art(thumb)] but that only showed the thumb of the ep I was already watching. Then I have tried different variations of the one below but then nothing at all shows up.

Could anyone tell me what I need to do to get that thing working?

Code:
<?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>
Reply
Hi Ian,

been having problems with this recently, the screen freezes but audio is ok when it kicks in, then it works generally with only about 5-6 seconds left on the countdown. I haven't changed anything so just wondered if you had some pointers to help me investigate? Will set up debugging and test and see what the log says but wondered if you might have any idea what could be the problem?

Mike.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
I've got a problem with this addon and trakt not working properly together (watched status is not reported to trakt). I reported this issue in the trakt thread and Razze replied that this is something that needs to be fixed in Next Up.

My original post:
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

I got this reply from the developer:
(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)

Would it be possible to add support for the trakt addon? I've got the same problem on all three of my Kodi rigs (Windows + Kodi 15.1), so I'm guessing I'm not the only one running into this issue Smile.
Reply
You're not the only one,
Same issue here.
LibreElec Kodi | Aeon MQ ?
Reply
I also noticed this a while ago. But I tried reproducing this right now and didn't have any problem scrobbling to Trakt.
Can someone switch both Trakt and Nextup to debug mode, and post a log?
Reply
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 52

Logout Mark Read Team Forum Stats Members Help
Netflix style next up notification7